var arnews = new Array(6); totcount = 4; rnd = 0; document.title=document.title+ " "; arnews[0]="Saturday 24/10
"; arnews[0] += "When an NFL football team goes on strike, its owner is determined to finish the season."; arnews[0] += "
Publ.Date : Sat, 24 Oct 2009 09:56:28 GMT"; arnews[0] += "
"; arnews[1]="George Clooney Lets Loose on Love Life
"; arnews[1] += "George Clooney is the world's most eligible bachelor. Of course, Elisabetta Canalis is doing all she can to change that, as the Italian, large-breasted model has been dating the actor since July."; arnews[1] += "
Publ.Date : Mon, 19 Oct 2009 16:14:04 GMT"; arnews[1] += "
"; arnews[2]="George Clooney on his long search for love and a soulmate:
"; arnews[2] += "I've been in relationships where I've felt terribly alone..just because you're with someone it doesn't mean you're happy With a list of glamorous exes as long as his film credits, Hollywood heartthrob George Clooney is no stranger to break-ups. And he can't quite work out where he's going wrong... \"Gorgeous George\" might be one of the world's most ..."; arnews[2] += "
Publ.Date : Sun, 18 Oct 2009 22:00:00 GMT"; arnews[2] += "
"; arnews[3]="Cheney gives State College overtime victory
"; arnews[3] += "Kelton Cheney knocked in a penalty kick goal in the third minute of overtime Saturday to lift the State College boys' soccer team past Erie McDowell 3-2 in their season opener."; arnews[3] += "
Publ.Date : Sun, 06 Sep 2009 14:01:22 GMT"; arnews[3] += "
"; totcount = 4; 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("
");