var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Today in History - Nov. 22
";
arnews[0] += "Today is Sunday, Nov. 22, the 326th day of 2009. There are 39 days left in the year.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 05:53:58 GMT";
arnews[0] += "
";
arnews[1]="Sabres Drop Third Straight; Fall To Senators 5-3
";
arnews[1] += "The Buffalo Sabres got on the scoreboard first, but the Ottawa Senators scored five straight times to dump the Sabres 5-3 Saturday night at Scotia Bank Place.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 05:30:20 GMT";
arnews[1] += "
";
arnews[2]="ODU aces early test vs. tougher foe
";
arnews[2] += "Loading... 1 of 2 Click for more Old Dominion's Kent Bazemore, in white, gets hacked on the way to the hoop by Marshall's Hassan Whiteside, bottom, as Marshall's Nigel Spikes closes in during the late second on Saturday, Nov.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 05:16:22 GMT";
arnews[2] += "
";
arnews[3]="Personnel moves
";
arnews[3] += "PPG Industries appointed: Richard A. Beuke , vice president, silica products; and Patrick J. Kenny , vice president, corporate marketing.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 05:04:38 GMT";
arnews[3] += "
";
arnews[4]="Roll out the mats for wrestling season
";
arnews[4] += "Jefferson's wrestling accomplishments during the first decade of the century read like a typo, but it is no mistake.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 03:45:06 GMT";
arnews[4] += "
";
arnews[5]="TOYOTA - Busch Wins First NNS Drivers Championship
";
arnews[5] += "Topic: TOYOTA - Busch Wins First NNS Drivers Championship 11-21-09 BUSCH WINS HIS FIRST NASCAR DRIVER'S CHAMPIONSHIP Wins Nationwide Series Championship, First Camry Driver to Win Title HOMESTEAD, Fla.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 03:41:40 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("