var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Globetrotters Show That Ice Is No Obstacle
"; arnews[0] += "The Harlem Globetrotters played in front of more than 500 children in Central Parka s Lasker Rink."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 21:48:20 GMT"; arnews[0] += "
"; arnews[1]="Sebastian Bach In 'Celebrity Fit Club: Boot Camp': Preview Clips, Supertrailer Available
"; arnews[1] += "SEBASTIAN BACH In 'Celebrity Fit Club: Boot Camp': Preview Clips, Supertrailer Available - Feb."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 05:46:37 GMT"; arnews[1] += "
"; arnews[2]="'Brothers & Sisters' confirms new cast
"; arnews[2] += "ABC has announced the names of the actors joining Brothers & Sisters for its upcoming flashback episodes."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 12:09:34 GMT"; arnews[2] += "
"; arnews[3]="College notes
"; arnews[3] += "'On the Record' features birth announcements on Page 2B on Mondays and announcements about local residents in college and the armed services on Page 3B throughout the week."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Brothers & Sisters casts young Walkers
"; arnews[4] += "Brothers & Sisters has locked in three guest stars for an upcoming flashback episode that shows the Walker siblings as teenagers, TVGuide.com has confirmed."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 04:25:52 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("
");