var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Three cheers for Leominster High
";
arnews[0] += "Leominster High School's varsity cheerleaders are looking forward to this weekend -- and their fourth straight national-championship effort -- with a mix of excitement and anxiety.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 18:31:18 GMT";
arnews[0] += "
";
arnews[1]="Marion girls' comeback falls just short
";
arnews[1] += "All game long against Sam Houston, the Marion girls basketball team wore out the net from beyond the arc.";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 05:24:18 GMT";
arnews[1] += "
";
arnews[2]="Marion girls brush aside Poteet, 75-37
";
arnews[2] += "The Lady Bulldogs wrapped up a season sweep of Poteet on Friday night, crushing the Agates 75-37. Marion dominated in every facet of the game, using a fierce full-court press and another impressive defensive effort from sophomore Rachel Farris to harass Poteet all night long.";
arnews[2] += "
Publ.Date : Sat, 23 Jan 2010 21:07:20 GMT";
arnews[2] += "
";
arnews[3]="Lady Matadors upended in Kerrville
";
arnews[3] += "A win by the Seguin girls basketball team Friday night would have allowed the Lady Matadors to temporarily jump New Braunfels Canyon for the fourth and final playoff spot in District 27-4A. The Lady Antlers, however, weren't feeling particularly generous, notching a 54-41 win at home to split the season series with Seguin.";
arnews[3] += "
Publ.Date : Sun, 31 Jan 2010 00:33:09 GMT";
arnews[3] += "
";
arnews[4]="Lady Bulldogs swat Somerset
";
arnews[4] += "There was no letdown for the Marion girls basketball team Tuesday night on the road, as the Lady Bulldogs pounded Somserset 76-52. The home team made it tough for three quarters, entering the fourth down just nine, but head coach Kollyn McWhinney's club took care of that with a 25-10 run over the final eight minutes of play.";
arnews[4] += "
Publ.Date : Wed, 27 Jan 2010 22:28:37 GMT";
arnews[4] += "
";
arnews[5]="Philanthropist Vilar sentenced in NYC to 9 years
";
arnews[5] += "The dramatic rise and fall of opera-loving philanthropist Alberto Vilar culminated Friday in a nine-year prison sentence from a judge who credited his giving spirit but said money managers must learn fraud leads to prison and damages confidence in the economy.";
arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 02:03:08 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("