var arnews = new Array(7);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="No rest for Lady Raiders - Daily News Journal
";
arnews[0] += "Austin Peay has every bit of MTSU's attention the Tennessee Lady Vols will Wednesday night when they play at Murphy Center. However, tonight is a matter of first things first when the Lady Raiders travel to Clarksville to face the Lady Governors. It ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:59:00 GMT";
arnews[0] += "
";
arnews[1]="Lady Govs fall short at crunch time - Leaf Chronicle
";
arnews[1] += "Austin Peay (0-1) only trailed by four points, 68-64, after Lady Gov Lauren Jones sank two free throws with 4:10 left in the game, but that would be the final points scored by the home team until Nicloe Jamen's jumper with 25 seconds left in the game ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 17:19:00 GMT";
arnews[1] += "
";
arnews[2]="Lodi's Emily McConahey named top defensive player after Flames defend ... - Lodi News-Sentinel
";
arnews[2] += "It seemed only fitting that Lodi High's Emily McConahey would be named the San Joaquin Athletic Association's Defensive Player of the Year. McConahey was, after all, the best defender on a team that defended its league championship. The senior ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 14:18: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("