var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bantam Sailorettes gain ground with South Huron tie - Goderich Signal-Star
";
arnews[0] += "Winger Hailey McIntyre worked with her linemates Maddie Melady and Samantha Hodges to tie the game up and netminder Lauren German stepped up and helped the game stay at a tie. Next night the Sailorettes took on the first-placed Sarnia team determined ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 00:57:00 GMT";
arnews[0] += "
";
arnews[1]="Steve Weber To Star In "Happy Town" On ABC - Post Chronicle
";
arnews[1] += "Geoff Stults, Sam Neill and Steven Weber are set to star in the new Minnesota-set drama series \"Happy Town,\" ABC said Thursday. The show is to debut April 28. \"The residents of the sun-splashed town of Haplin, Minn. -- also known as 'Happy Town ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 16:19:00 GMT";
arnews[1] += "
";
arnews[2]="The Springs School Fantastic 52 whip up a perfect storm - 27east.com
";
arnews[2] += "The Springs School Opera Company is in business again at Guild Hall this week, as an ensemble totalling about two-thirds of the school’s fourth grade prepares to present an original production of “The Storm,” a tale based on Hopi and Zuni ...";
arnews[2] += "
Publ.Date : Mon, 11 Jan 2010 23:58:00 GMT";
arnews[2] += "
";
totcount = 3;
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("