var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Know the foe: Lake Weir - St. Petersburg Times
";
arnews[0] += "One-time WWE Diva Amy Weber is a former Lake Weir student.";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 23:53:00 GMT";
arnews[0] += "
";
arnews[1]="L.G. Nourse students say ‘thank you’ to local veterans - Abington Mariner
";
arnews[1] += "The L.G. Nourse Elementary School gymnasium was abound with patriotic enthusiasm Monday, Nov. 9, as two third-grade classes assembled for a special ceremony held to honor local veterans for their years of military service. The event, which was ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 18:02:00 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("