var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Marion girls hold off Stockdale
";
arnews[0] += "There was so much hacking going on between the Lady Bulldogs and Lady Brahmas on Monday night that it's amazing nobody lost a limb.";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 03:57:58 GMT";
arnews[0] += "
";
arnews[1]="Basketball season gets underway
";
arnews[1] += "It may not have been the highest-scoring game in the world, but Tuesday night's season opener against Boerne ending up in the win column for the Lady Matadors.";
arnews[1] += "
Publ.Date : Wed, 11 Nov 2009 06:35:50 GMT";
arnews[1] += "
";
arnews[2]="Marion girls hold off Stockdale
";
arnews[2] += "There was so much hacking going on between the Lady Bulldogs and Lady Brahmas on Monday night that it's amazing nobody lost a limb.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 03:57:58 GMT";
arnews[2] += "
";
arnews[3]="Lady Bulldogs aiming for a return to playoffs
";
arnews[3] += "Head coach Kollyn McWhinney saw last season end in controversy, as the Wharton Lady Tigers defeated the Lady Bulldogs in the area round of the playoffs thanks to some extremely physical play.";
arnews[3] += "
Publ.Date : Tue, 10 Nov 2009 00:42:45 GMT";
arnews[3] += "
";
arnews[4]="Shocker women dissect opponent in home win
";
arnews[4] += "Morgan Boyd wasn't even open. The Olathe native had a Western Illinois defender close, though preoccupied with what appeared to be a play designed for Haleigh Lankster in the corner.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 08:03:00 GMT";
arnews[4] += "
";
arnews[5]="Depp Charge
";
arnews[5] += "Johnny Fails to Hide His Magnetism at MoMA. SCOOP PHOTOS Johnny Depp, Helena Bonham Carter, and Tim Burton more photos Two leading men loaned their charisma to a pair of New York arts fundraisers last night.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 21:00:00 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("