var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Favot stays hot for RIT hockey
";
arnews[0] += "Andrew Favot is streaking again. So are the RIT Tigers. The diminutive junior scored the go-ahead goal with 6:41 left Friday night, and the Tigers held on to edge Sacred Heart 3-2 in an Atlantic Hockey Association game before 1,459 fans at Ritter Arena.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 07:36:00 GMT";
arnews[0] += "
";
arnews[1]="Hall column: ECU fans should count their blessings
";
arnews[1] += "In baseball, they say hitting is contagious. Losing, as the old psychologist told the struggling New York Knights in \"The Natural,\" is a disease - as contagious as polio, syphilis and bubonic plague.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 05:27:18 GMT";
arnews[1] += "
";
arnews[2]="Red Sox Notebook
";
arnews[2] += "They both thought they needed another big bat and then the team swung and missed at Mark Teixeira .";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 01:30:07 GMT";
arnews[2] += "
";
arnews[3]="As promised, Yankees start free agency slowly
";
arnews[3] += "The Yankees kept their word and made no offers on the first day of free agency. They weren't kidding.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 02:18:08 GMT";
arnews[3] += "
";
arnews[4]="Brasch WordsTHE $6 Million Social Worker
";
arnews[4] += "The New York Yankees just bought a first baseman for $180 million. For the next eight years, Mark Teixeira will earn about $22.5 million a season.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 23:19:36 GMT";
arnews[4] += "
";
arnews[5]="Red Sox would a oelovea to have Jason Bay back
";
arnews[5] += "Posted by Anthony Stalter At least, this according to WEEI.com : Speaking at an event to honor Red Sox principal owner John Henry, who received the Woodrow Wilson Award for corporate sponsorship, team president/CEO Larry Lucchino expressed his organizationa s desire to re-sign Jason Bay.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 21:06:20 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("