var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Judging judge Ellen DeGeneres
"; arnews[0] += "Katie Stevens , with the Alzheimer's grandma, has a resonant deep vocal tone doing Stevie Wonder."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:39:49 GMT"; arnews[0] += "
"; arnews[1]="EastEnders:
"; arnews[1] += "Ronnie returns home, having been charged with assaulting a police officer following the previous night's incident with DCI Marsden."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 23:02:28 GMT"; arnews[1] += "
"; arnews[2]="Britt Nicole Rides Momentum of "The Lost Get Found" into 2010
"; arnews[2] += "Britt Nicole rides the momentum of her sophomore project The Lost Get Found , continuing the busiest season of her career with a number of high profile opportunities, including a song on the upcoming Sony Pictures Home Entertainment DVD release, Ice Castles , and two major national tours."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 21:20:19 GMT"; arnews[2] += "
"; arnews[3]="EastEnders: Who killed Archie? We send Polly Hudson to find out...
"; arnews[3] += "That DCI Marsden's been making a right pig's ear of it - so I, PC Polly, have decided to take over the investigation of Archie Mitchell's death."; arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 23:14:00 GMT"; arnews[3] += "
"; arnews[4]="Payton rolls dice, wins
"; arnews[4] += "Don't know if Sean Payton is a sweet-talkin' ladies' man, but Super Bowl XLIV certainly showed he is a ramblin', gamblin' football coach."; arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 15:48:14 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("
");