var arnews = new Array(10); totcount = 10; rnd = 1; arnews[0]="The Osbournes’ ‘Dancing’ Queen
"; arnews[0] += "Nov. 18: Sharon and Ozzy Osbourne are beaming with pride as their daughter, Kelly, makes it to the “Dancing With the Stars” finals. (Access Hollywood) Ozzy Osbourne -..."; arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 01:32:51 GMT"; arnews[0] += "
"; arnews[1]="Ozzy Osbourne on his autobiography
"; arnews[1] += "Ozzy Osbourne has been going back over his life to write his autobiography. The Black Sabbath star says he did not think he would be able to remember it all. After years of..."; arnews[1] += "
Publ.Date : Mon, 19 Oct 2009 08:25:46 GMT"; arnews[1] += "
"; arnews[2]="Guitar Hero World Tour - Behind the screen - Ozzy Osbourne Motion Capture (XBOX 360, WII, PS3)
"; arnews[2] += "Delivering the largest on-disc set list in a music-rhythm game to-date, Guitar Hero World Tour is comprised entirely of master recordings from some of the greatest classic and..."; arnews[2] += "
Publ.Date : Fri, 16 Jan 2009 15:24:07 GMT"; arnews[2] += "
"; arnews[3]="Ozzy Osbourne World of Warcraft Commercial TV Ad
"; arnews[3] += "Ozzy Osbourne in a World of Warcraft Commercial TV Ad"; arnews[3] += "
Publ.Date : Thu, 20 Nov 2008 09:32:50 GMT"; arnews[3] += "
"; arnews[4]="Ozzy Osbourne Live!
"; arnews[4] += "Ozzy opens his show in Winnipeg,Canada with Over the Top. Great concert!"; arnews[4] += "
Publ.Date : Tue, 15 Apr 2008 19:00:16 GMT"; arnews[4] += "
"; document.title=document.title+ " "; arnews[5]="Ozzy Osbourne - Crazy Train
"; arnews[5] += "After Hours"; arnews[5] += "
Publ.Date : Sun, 25 Nov 2007 23:48:14 GMT"; arnews[5] += "
"; arnews[6]="Ozzy Osbourne - Mama I'm Coming Home
"; arnews[6] += "Ozzy Osbourne's music video for 'Mama I'm Coming Home', from the album \"No More Tears\""; arnews[6] += "
Publ.Date : Sun, 24 Jun 2007 01:19:19 GMT"; arnews[6] += "
"; arnews[7]="VIDEO - Sharon and Ozzy Osbourne arriving at the Dorchester hotel , London , UK 09/03/2007
"; arnews[7] += "VIDEO - Sharon Osbourne is seen briefly as she arrives , she is talking on her mobile phone. Ozzy Osbourne arrives separately and as he gets out of the car, a taxi driver calls..."; arnews[7] += "
Publ.Date : Fri, 09 Mar 2007 00:00:00 GMT"; arnews[7] += "
"; arnews[8]="ZAKK WYLDE ON HELP FATHER, OZZY OSBOURNE, WITH NEW
"; arnews[8] += "Zakk Wylde likens Ozzy and Sharon Osbourne to his parents, and he says he's like their grown son who protects them. Keywords:Black Label Society, Sharon Osbourne, OzzFest, UK Tour"; arnews[8] += "
Publ.Date : Thu, 21 Dec 2006 00:00:00 GMT"; arnews[8] += "
"; arnews[9]="Ozzy Osbourne - Crazy Train
"; arnews[9] += "After Hours ... Ozzy Osbourne Crazy Train After Hours TV Live"; arnews[9] += "
Publ.Date : Sat, 06 May 2006 05:26:59 GMT"; arnews[9] += "
"; totcount = 10; if (rnd) { for (x=0;x<=100;x++) { y=Math.round(Math.random()*totcount-0.5); z=x%totcount; tval=arnews[y]; arnews[y] = arnews[z]; arnews[z] = tval; } } for (x=0;x<=(totcount-1);x++) { document.write(arnews[x]); if (x != (totcount-1) ) document.write("
"); } document.write("
");document.write("
");