var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Camden police blotter
";
arnews[0] += "An arrest or summons does not constitute a finding of guilt. An individual charged with a crime is presumed innocent unless and until proven guilty at criminal proceedings.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 15:17:10 GMT";
arnews[0] += "
";
arnews[1]="Retailers Are Not Giving Up On Holiday Sales
";
arnews[1] += "It's almost as traditional as turkey and pumpkin pie. On the day after Thanksgiving, shoppers flock to the mall to start their holiday shopping in a spree that would make Dionysus proud.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 14:33:07 GMT";
arnews[1] += "
";
arnews[2]="Mike's Pharmacy countrywide competition....Rangers SC, Die Hard clash in today's final
";
arnews[2] += "Rangers SCA of West Demerara and Essequiboa TMs Die Hard XI will clash in the final of the open category in the Mikea TMs Pharmacy countrywide softball competition today at the Georgetown Cricket Club ground.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 13:52:16 GMT";
arnews[2] += "
";
arnews[3]="Tigers land nine spots on All-Cowapa team
";
arnews[3] += "It wasn't quite the season Ric Stahl had hoped for in his first year as head coach, winning just a second-week matchup with Philomath.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 13:43:47 GMT";
arnews[3] += "
";
arnews[4]="Bill's saving to see his grandkids in the 2020 Summer Olympics
";
arnews[4] += "I don't think me or my Visa will be joining you in Vancouver for the 2010 Olympic Games in February.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 12:33:30 GMT";
arnews[4] += "
";
totcount = 5;
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("