var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Young people being warned to stay away
"; arnews[0] += "Local hospitals are changing visitor policies in an effort to prevent the spread of seasonal and swine flu."; arnews[0] += "
Publ.Date : Sat, 14 Nov 2009 09:11:28 GMT"; arnews[0] += "
"; arnews[1]="Local hospitals restrict visitors to prevent spread of flu
"; arnews[1] += "Area hospitals have issued stricter visitor policies in an effort to prevent the spread of seasonal and swine flu."; arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 04:26:23 GMT"; arnews[1] += "
"; arnews[2]="Investigates:Bushwick Under Bloomberg
"; arnews[2] += "Come Election Day, votes will be cast in the mayoral race at P.S. 6 on Page Avenue near the southern tip of Staten Island, a mere 3,000 feet from the waters of Raritan Bay."; arnews[2] += "
Publ.Date : Fri, 23 Oct 2009 04:15:11 GMT"; arnews[2] += "
"; arnews[3]="Investigates:Bushwick Under Bloomberg
"; arnews[3] += "Come Election Day, votes will be cast in the mayoral race at P.S. 6 on Page Avenue near the southern tip of Staten Island, a mere 3,000 feet from the waters of Raritan Bay."; arnews[3] += "
Publ.Date : Tue, 20 Oct 2009 03:47:56 GMT"; arnews[3] += "
"; arnews[4]="3 of 4 Ju rez shooting victims were U.S. citizens
"; arnews[4] += "Three of four victims killed in a Juarez motel were U.S. citizens, a spokesman for Chihuahua state attorney general's office said Wednesday."; arnews[4] += "
Publ.Date : Thu, 24 Sep 2009 22:29:26 GMT"; arnews[4] += "
"; arnews[5]="3 of 4 Ju rez shooting victims were U.S. citizens
"; arnews[5] += "Three of four victims killed in a Juarez motel were U.S. citizens, a spokesman for Chihuahua state attorney general's office said Wednesday."; arnews[5] += "
Publ.Date : Thu, 24 Sep 2009 18:32:07 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("
");