var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Heather McPherson: Restaurant review: 3 of 5 stars for Sanford's Rockin' Ribz
";
arnews[0] += "It doesn't look like much when you pull up to Rockin Ribz in Sanford, but that's the beauty of barbecue joints.";
arnews[0] += "
Publ.Date : Fri, 10 Apr 2009 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="PM Scanner Traffic -- 11.20.09
";
arnews[1] += "5:18 p.m. Motorist in black SUV hit mailbox at Black Sheep and drove off. 4:39 p.m. Female driver reports hitting a moose @ Ramsey & Chilco.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 00:46:42 GMT";
arnews[1] += "
";
arnews[2]="Fremantle to make Morabito their prime pick
";
arnews[2] += "Fremantle are ready to pounce on explosive Peel Thunder teenager Anthony Morabito in Thursday's national draft as West Coast weigh up the class of East Fremantle's Kane Lucas against the brilliance of Swan Districts forward Lewis Jetta for their first-round pick.";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Judge recommends mediation for Prenter residents, coal companies
";
arnews[3] += "John Lucas is diligently at work on one of the waterlines being installed in the Prenter community.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 01:50:28 GMT";
arnews[3] += "
";
arnews[4]="Jellyfish swarm northward in warming world
";
arnews[4] += "A blood-orange blob the size of a small refrigerator emerged from the dark waters, its venomous tentacles trapped in a fishing net.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 22:36:00 GMT";
arnews[4] += "
";
arnews[5]="Clermont, FL
";
arnews[5] += "A smiling winemaker gave his Happy Dollar at South Lake Kiwanis Club. Lakeridge Winery's General Manager, Keith Mullins, was pictured with two bunches of grapes from the winery's first harvest.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 18:32:20 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("