var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Round 2: Snow slams Mid-Atlantic, points north
"; arnews[0] += "A departure board shows all Southwest Airlines flights canceled after Southwest stopped all flights at Chicago's Midway International Airport as forecasters say a winter storm is expected to bring up to a foot of snow to parts of Illinois., Tuesday, Feb."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 12:09:37 GMT"; arnews[0] += "
"; arnews[1]="Death, sex and greed in sly comic 'Fox'
"; arnews[1] += "\"Greed is good!\" suggested the film \"Wall Street.\" Going that one better, Broadway's new comedy \"Sly Fox\" is a testament that greed is good and funny - very funny."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 12:08:44 GMT"; arnews[1] += "
"; arnews[2]="Lady Trojans win 5th straight game
"; arnews[2] += "Three weeks ago, the Weston girls basketball team simply wanted to qualify for the Class M state tournament."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 11:54:49 GMT"; arnews[2] += "
"; arnews[3]="Seahawks' offensive coordinator is young, experienced
"; arnews[3] += "SEAHAWKS: Jeremy Bates coached in NFL seven seasons before getting job as offensive coordinator in Seattle OTTO GREULE JR./GETTY IMAGES FILE Seahawks offensive coordinator Jeremy Bates coached in Seattle last season."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 11:42:20 GMT"; arnews[3] += "
"; arnews[4]="Lines for licenses are likely to shrink
"; arnews[4] += "More driver license offices will be opening Fridays, with the state considering extending the hours at three and possibly four locations to help reduce long lines."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 11:41:20 GMT"; arnews[4] += "
"; arnews[5]="LaRosa's career night rescues Salem in 2-OT thriller
"; arnews[5] += "Alvirne's Caleb Donnelly and Joseph O'Hearn skipped into Salem High and buried a couple of early three-pointers. Salem's Alex LaRosa not only joined them, he beat them."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 11:24:26 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("
");