var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Police Beat
"; arnews[0] += "Dec. 30 Arrests Summons Michael K. Stacy II, 23, 430 W. Center St., was issued a summons for drug abuse."; arnews[0] += "
Publ.Date : Thu, 07 Jan 2010 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Calendar girls boost for Our Boys
"; arnews[1] += "WE have has made sure troops in Afghanistan will wake up on New Year's Day with hot babes like Lucy Pinder."; arnews[1] += "
Publ.Date : Thu, 31 Dec 2009 01:48:40 GMT"; arnews[1] += "
"; totcount = 2; 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("
");