var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Bruno
"; arnews[0] += "Bruno Sacha Baron Cohen Lutz Gustaf Hammarsten Cameos, knowingly or not, by Paula Abdul, La Toya Jackson, Harrison Ford, Ron Paul, Bono, Chris Martin, Elton John, Slash, Snoop Dogg, Sting."; arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 23:08:56 GMT"; arnews[0] += "
"; arnews[1]="Black Ferns thump England A
"; arnews[1] += "The New Zealand women's rugby team warmed up for this weekend's second test against England with a 48-3 thumping of England A this morning ."; arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 12:28:02 GMT"; arnews[1] += "
"; arnews[2]="MJ's eldest son inherits father's rare skin condition
"; arnews[2] += "The London News.Net Wednesday 18th November, 2009 London, Nov 17 Late Michael Jackson's son Prince has been diagnosed with his father's rare skin condition, the singer's sister La Toya has revealed."; arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 11:49:10 GMT"; arnews[2] += "
"; arnews[3]="Prince hint by La Toya
"; arnews[3] += "CORONATION Street's best-loved stars are moving to Mayfair as they swap the cobbles for London's streets."; arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 08:56:02 GMT"; arnews[3] += "
"; arnews[4]="'The Color Purple,' an unlikely musical triumph
"; arnews[4] += "Loading... A relentless producer brought the Pulitzer Prize-winning book to musical theater."; arnews[4] += "
Publ.Date : Thu, 12 Nov 2009 15:53:46 GMT"; arnews[4] += "
"; totcount = 5; 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("
");