var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="My School: East Syracuse-Minoa High School : News : WSTM NBC3
"; arnews[0] += "It's the time of year many local restaurants struggle to get diners downtown, but soon they'll be packed with patrons taking advantage of dining week."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 21:56:15 GMT"; arnews[0] += "
"; arnews[1]="Police announce arrest of Latino Fest homicide suspect : News : WSTM NBC3
"; arnews[1] += "A local landmark has closed its doors after losing a battle with the economya and salmonella."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 21:56:01 GMT"; arnews[1] += "
"; arnews[2]="Interest building for Downtown Dining Weeks : News : WSTM NBC3
"; arnews[2] += "Six months after a local heritage celebration turned deadly, police have made an arrest in the case."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 18:02:13 GMT"; arnews[2] += "
"; arnews[3]="LaTray tops Onondaga County's most wanted list : News : WSTM NBC3
"; arnews[3] += "The company that owns the James A. FitzPatrick nuclear power plant near Oswego is investigating the source of a radioactive isotope known as Tritium."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 15:56:34 GMT"; arnews[3] += "
"; arnews[4]="Memorials: Divine Redeember
"; arnews[4] += "Divine Memorial The following Memorials have been presented to Divine Redeemer Church, Mount Carmel for January."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 11:50:21 GMT"; arnews[4] += "
"; arnews[5]="Yesterdays
"; arnews[5] += "An automobile occupied by Coach Jerry Dalrymple and five Arkansas State Teachers College basketball players, returning to Conway last night from Bellefonte, where the Bears played two games yesterday, was sideswiped by a car driven by a Marshall man, and both machines were wrecked."; arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 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("
");