var arnews = new Array(7);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Jackson Sun - Jackson Sun
";
arnews[0] += "Scotts Hill (31) - Landon Hehe 13, Hayes 5, Jones 2, Scott 5, Buchanon 2, Hale 4. JCM (71) - Windom 8, Jeremy Fuller 17, Wood 9, Lynwood 8, Darius Person 10, Dodd 6, Key 3, Whitelaw 5, Atkins 1, Fason 3, Reed 1. 3-pointers: SH - Hehe; J - Wood ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 11:37:00 GMT";
arnews[0] += "
";
arnews[1]="Lady Eagles falter in 2nd half to lose - Jackson Sun
";
arnews[1] += "Down the stretch of the game between Lambuth and Westminster, one team was trying to run the clock out and preserve its lead. But it wasn't the team that most thought it would be for most of the game. After trailing for most of the game, Westminster ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 11:37: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("