var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Recount
";
arnews[0] += "Hockey Night in Canada broadcaster Foster Hewitt, who made one of the first radio broadcasts of a hockey game, and who probably did more to popularize hockey in N America than any other person, was born at Toronto.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 05:14:48 GMT";
arnews[0] += "
";
arnews[1]="Five new members for UT Women's Athletics Hall of Honor
";
arnews[1] += "Five former Longhorn stars were inducted into the University of Texas Women's Athletics Hall of Honor on Friday.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 02:25:18 GMT";
arnews[1] += "
";
arnews[2]="Bella transforms old memories into history ...
";
arnews[2] += "OUTSTANDING EFFORT: Bella Berman shows George Ward her winning entry in the JT Diamond Essay Competition.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 22:10:02 GMT";
arnews[2] += "
";
arnews[3]="Women's Basketball Position Breakdown
";
arnews[3] += "Issue date: 11/19/09 Section: Basketball Guards: Senior Tiffany Moe will anchor MSU's backcourt.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 05:00:00 GMT";
arnews[3] += "
";
arnews[4]="4H members put hands and hearts into projects
";
arnews[4] += "Langley 4H members filled the Shannon Hall in Cloverdale on Friday night for the Langley District Senior Council's annual banquet and awards presentations.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 02:20:05 GMT";
arnews[4] += "
";
arnews[5]="HRA girls tennis team dramatically finishes 'hat trick' with state championship
";
arnews[5] += "Gemma Pansch's memorable victory and a pair of doubles triumphs give the Navigators the VIS Division II crown over Norfolk Collegiate Daily Press , November 18, 2009 Hampton Roads Academy's girls tennis team overcame Norfolk Collegiate 5-4 Wednesday afternoon on the Navigators' courts to capture the Virginia Independent Schools Division II ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 01:23: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("