var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Youth group is successful with grant application - Lewes Today
";
arnews[0] += "PCSO Chris Harrison will hold a street meeting for residents of Hurtis Hill, Crowborough at 7.30pm on Monday, November 16, where people can discuss issues or concerns in the area.";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 10:38:00 GMT";
arnews[0] += "
";
arnews[1]="The Graham Leader - Graham Leader
";
arnews[1] += "620 Oak Street The Graham Steers scored early and often Friday in a 42-14 victory over the Borger Bulldogs in a bidistrict playoff game at Jones Stadium on the Texas Tech University campus in Lubbock. āIām excited,ā coach Brad McCoy said ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 22:08:00 GMT";
arnews[1] += "
";
arnews[2]="Local Sports: Bowling Results - Elkhart Truth
";
arnews[2] += "* 833 -- Steve Eiremann, American, Maple City Bowl. * 833 -- Mike English, Scratch, Country Club Lanes. * 812 -- Sammy Stewart Jr., Saturday Nite Mix, Rainbo Lanes. Country Club Lanes Sunday Doublers: Country Lanes 30, Blazin Bowlers 28, Short Bus 27 ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 04:51:00 GMT";
arnews[2] += "
";
totcount = 3;
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("