var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Speed read
";
arnews[0] += "Hockey Canada's Atlantic Regional Centre is now accepting applications for their 2011 male under-17 Team Atlantic program.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 12:51:50 GMT";
arnews[0] += "
";
arnews[1]="UNB v'ballers split; STU hoopsters sweep
";
arnews[1] += "It was a solid weekend for the women's V-Reds in Atlantic University Sport volleyball conference action at the UNB main gym on the weekend.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 14:00:00 GMT";
arnews[1] += "
";
arnews[2]="Child abuse victim unhappy with $375Gs
";
arnews[2] += "A child abuse victim in Nova Scotia says he is not happy with the $375,000 awarded to him by the province on Friday.";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Teen of the Week: Teen juggles academics, sports, unique hobbies; like airsoft
";
arnews[3] += "If there is a different way of getting directly from point A to point B, you can bet Victor Alexander Fernandes of Arnold has already done it.";
arnews[3] += "
Publ.Date : Mon, 01 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="MacPherson hoops 26 as Tommies rout Rams
";
arnews[4] += "The St. Thomas Tommies took a 31-point lead into halftime Saturday on their way to blasting the winless Nova Scotia Agricultural College Rams 90-46 in Atlantic college men's basketball action.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 15:48:23 GMT";
arnews[4] += "
";
arnews[5]="USF's modest streak ends despite 33 from Lawson
";
arnews[5] += "A career game from Jessica Lawson went for naught as USF faded late, falling 60-52 to Rutgers on Saturday to end a two-game winning streak.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 03:44:18 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("