var arnews = new Array(8);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Women’s ice hockey edges Colgate, 2-1 - Quinnipiac Chronicle
";
arnews[0] += "After a rebounded shot by freshman Brittany Lyons, Husar shot the puck past Raider goaltender Kimberly Sass. Freshman Cate Colucci also assisted the winning goal. Quinnipiac’s first goal came within the first four minutes of the first period.";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 15:05:00 GMT";
arnews[0] += "
";
arnews[1]="Women’s ice hockey ties Cornell, 0-0 - Quinnipiac Chronicle
";
arnews[1] += "Quinnipiac forward Brittany Lyons had the best chance of scoring a goal in the period, with a one-one-one opportunity, but Mazzotta was able to stop it in the air. In the third period, Vigilanti stopped 18 shots, including several dives during a ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 23:58:00 GMT";
arnews[1] += "
";
totcount = 2;
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("