var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Quinnipiac pulls rank
";
arnews[0] += "Quinnipiac made its case for the first top-10 ranking in school history, upsetting fifth-ranked Cornell, 3-2, last night in Ithaca, N.Y., to solidify its hold atop ECAC Hockey.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 09:07:06 GMT";
arnews[0] += "
";
arnews[1]="Seton-La Salle falls short in PIAA title bid
";
arnews[1] += "James DelGreco stared up at the sky and shook his head in frustration. It was a look all of his Seton-La Salle teammates had at some point Saturday during the PIAA Class A boys soccer championship game.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 07:57:49 GMT";
arnews[1] += "
";
arnews[2]="North's dream season ends
";
arnews[2] += "Staff photo by COREY PERRINE Nashua North's Eric Muite sheds tears by himself in the backfield after a loss to Salem Saturday, Nov.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 07:50:30 GMT";
arnews[2] += "
";
arnews[3]="PIAA Soccer: 2nd-half rally spoils dream
";
arnews[3] += "Having watched plenty of Christopher Dock video, Michael Thomas knew what the Pioneers wanted to do whenever the ball hopped into their offensive end.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 07:07:24 GMT";
arnews[3] += "
";
arnews[4]="Syracuse Surprises Rutgers to Take First Big East Win
";
arnews[4] += "Greg Paulus 's second senior day turned out to be maybe the most memorable of his brief college football career.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 05:38:22 GMT";
arnews[4] += "
";
arnews[5]="Births
";
arnews[5] += "A boy, Dylan Wayne Stanley, was born to Briana and Jeremy Stanley on Oct. 18, 2009.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 00:57:00 GMT";
arnews[5] += "
";
arnews[6]="New network comedies breath life into TV sitcom concept
";
arnews[6] += "Even before the nation's economy went south, the prime-time sitcom was mired in its own miserable slump.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 18:00:00 GMT";
arnews[6] += "
";
totcount = 7;
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("