var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Ozzy Osbourne - Salon
"; arnews[0] += "James Parker has a fine appreciation of Ozzy Osbourne in Slate, inspired by Osbourne's new book I Am Ozzy. Less a review of the memoir than contained think piece that contemplates the essence of Osbourne's former band, Black Sabbath, and Osbourne's ..."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 00:07:00 GMT"; arnews[0] += "
"; arnews[1]="Book Report: Ozzy Osbourne - I Am Ozzy - CRAVE ONLINE
"; arnews[1] += "“Then I went chomp, spit. The dove’s head landed on the PR chick’s lap in a splatter of blood. To be honest with you, I was so pissed, it just tasted of Cointreau. Well, Cointreau and feathers. And a bit of beak.” So goes an excerpt from the ..."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 02:16:00 GMT"; arnews[1] += "
"; arnews[2]="Ozzy Osbourne Memoir 'I Am Ozzy' A New York Times Bestseller - Post Chronicle
"; arnews[2] += "Ozzy Osbourne's long-awaited autobiography is an official hit in the U.S. - the book has landed on the New York Times bestseller list. I Am Ozzy, which chronicles the shock rocker's rise to international fame, has hit the number two spot on the ..."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 14:34:00 GMT"; arnews[2] += "
"; arnews[3]="Ozzy Osbourne's Autobiography Becomes Bestseller - AceShowbiz
"; arnews[3] += "Ozzy Osbourne 's long-awaited autobiography is an official hit in the U.S. - the book has landed on the New York Times bestseller list. \"I Am Ozzy\", which chronicles the shock rocker's rise to international fame, has hit the number two spot on the ..."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 07:39:00 GMT"; arnews[3] += "
"; arnews[4]="TV talent shows “manufacture stars like ice cream”, says Ozzy ... - The Gaea Times
"; arnews[4] += "LONDON - Ozzy Osbourne says TV talent hunt shows produce stars “like ice cream”. The ex-Black Sabbath rockstar, 61, whose Sharon, 57, was on the judges panel of the hugely popular show The X Factor, believes today’s “stars” fade out ..."; arnews[4] += "
Publ.Date : Thu, 28 Jan 2010 13:01:00 GMT"; arnews[4] += "
"; arnews[5]="OZZY OSBOURNE VIDEOS - Contactmusic.com
"; arnews[5] += "OZZY OSBOURNE's long-awaited autobiography is an official hit in the U.S. - the book has landed on the New York Times bestseller list. I Am Ozzy, which chronicles the shock rocker's rise to international fame, has hit the number two spot on the ..."; arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 19:43:00 GMT"; arnews[5] += "
"; totcount = 6; 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("
");