var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Cards slip past Hawks for first boys track title
";
arnews[0] += "The Bishop Guertin boys track team edged Merrimack by two points to win the Class L indoor championship Sunday at Dartmouth College.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Scopin' the soaps
";
arnews[1] += "ALL MY CHILDREN: Greenlee was out to hurt Ryan after slipping into the penthouse and witnessing him and Erica making love.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Sports journal
";
arnews[2] += "Hockey Canada's Atlantic Regional Centre is now accepting applications for its 2011 boys under-17 Team Atlantic program.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 12:46:18 GMT";
arnews[2] += "
";
arnews[3]="Blonde, beautiful a " and twisted
";
arnews[3] += "Blonde, beautiful and twisted Amanda Seyfried may be starring in the box-office hit Dear John, but she's also got a hankering for dark, difficult roles Gayle MacDonald From Tuesday's Globe and Mail Published on Monday, Feb.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 04:35:26 GMT";
arnews[3] += "
";
arnews[4]="Soaps guide: Greenlee sees Ryan and Erica making love
";
arnews[4] += "Soaps guide: Greenlee sees Ryan and Erica making love Here's what happened on last week's daytime dramas: GH: Sonny learns Dominic is really his son Dante -- and Olivia has known all along.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 23:38:54 GMT";
arnews[4] += "
";
arnews[5]="Track Preview: Cards, Hawks, Titans all in mix
";
arnews[5] += "The boys track teams from Bishop Guertin, Merrimack and Nashua North should all have a shot at walking away with the Class L title at Sunday's championship meet at Dartmouth College.";
arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 08:00: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("