var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Holidays on Earth Today: February 6, 2010
"; arnews[0] += "Holidays are such an important part of each countries tradition along with supporting its culture."; arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 12:43:30 GMT"; arnews[0] += "
"; arnews[1]="Welcome to the World, Baby Free Britney
"; arnews[1] += "Sorry, Vida Alves . There's a new, adorable baby in our celebrity gossip world and his name is Benjamin Stephen."; arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 17:19:02 GMT"; arnews[1] += "
"; arnews[2]="John Terrya s Sex With Big Brother Star Oralith: NSFW
"; arnews[2] += "JOHN Terry's affair with Vanessa Perroncel remains alleged. Alicia Duvall says he shagged her."; arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 14:47:57 GMT"; arnews[2] += "
"; arnews[3]="John Terry bedded Big Brother star Orliath while Toni was pregnant.
"; arnews[3] += "SHAMELESS John Terry had a sordid one-night stand with Big Brother star Orlaith while his wife was pregnant with twins, the News of the World can reveal today."; arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 22:50:35 GMT"; arnews[3] += "
"; arnews[4]="AFTER Alex Reida s revelation his middle name is Aristides, here's more mad monikers
"; arnews[4] += "ALEX REID shocked the world by marrying Jordan in Las Vegas - and surprised us further by revealing his middle name is ARISTIDES."; arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 09:33:21 GMT"; arnews[4] += "
"; arnews[5]="Sting in her tale Coco Sumner aims to make it big in music
"; arnews[5] += "Coco Sumner doesn't really do small talk: \"I've never been romantically involved with Pete Doherty ,\" she announces."; arnews[5] += "
Publ.Date : Fri, 29 Jan 2010 08:00: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("
");