var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="35 Students Rescued From Burning Bus On NYC Bridge
"; arnews[0] += "A bus carrying 35 elementary school children on an outing has caught fire on a New York City bridge, but the children and their escorts have been rescued."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 11:34:39 GMT"; arnews[0] += "
"; arnews[1]="Felipa on flicks
"; arnews[1] += "The end of the world was the reason moviegoers went to the cinema last weekend. \"2012,\" starring John Cusack, earned $65 million at the box office in its first week."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 11:33:13 GMT"; arnews[1] += "
"; arnews[2]="John Travolta, family attend open of new movie
"; arnews[2] += "The Travolta's are home for the Ocala open of the new Disney comedy 'Old Dogs' and to help raise money for five charities."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 08:02:22 GMT"; arnews[2] += "
"; arnews[3]="Convicted Robber Sentenced to 20 Years
"; arnews[3] += "The Travolta's are home for the Ocala open of the new Disney comedy 'Old Dogs' and to help raise money for five charities."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 07:39:58 GMT"; arnews[3] += "
"; arnews[4]="Florida Attorney General Trying to Track Official Electronic Correspondance
"; arnews[4] += "Florida's attorney general is looking for ways to keep track of communications sent electronically."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 07:39:12 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("
");