var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tebow mother bears a message of love
";
arnews[0] += "And that's exactly how to describe them, though they'd rather be known as pro-choice because it sounds so much more reasonable.";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 07:27:05 GMT";
arnews[0] += "
";
arnews[1]="Fitzgerald:Tebow mother bears a message of love
";
arnews[1] += "And that's exactly how to describe them, though they'd rather be known as pro-choice because it sounds so much more reasonable.";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 22:51:31 GMT";
arnews[1] += "
";
arnews[2]="Ukraine team to play at The Governor's Academy
";
arnews[2] += "The New Hampshire Eagles will be hosting a select pee-wee team from the Ukraine tomorrow at The Governor's Academy.";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 14:29:45 GMT";
arnews[2] += "
";
arnews[3]="Moyvane
";
arnews[3] += "CONTACT moyvanenotes@gmail.com BINGO & BLOTTO this Thursday night in the Marian Hall.";
arnews[3] += "
Publ.Date : Wed, 27 Jan 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Fontaine's 15 points pace Clippers
";
arnews[4] += "Sophomore Brett Fontaine tallied 15 points, five rebounds and two assists for the Clippers .";
arnews[4] += "
Publ.Date : Wed, 27 Jan 2010 09:52:10 GMT";
arnews[4] += "
";
arnews[5]="Bringing down the rivals: Bronco swimmers defeat Vandals
";
arnews[5] += "TAYLOR RUTLIDGE/THE ARBITER - \" A Broncos swimmer gets into ready position before the gun.";
arnews[5] += "
Publ.Date : Mon, 25 Jan 2010 23:22:33 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("