var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Historic health care bill clears Senate hurdle
";
arnews[0] += "Invoking the memory of Edward M. Kennedy, Democrats united Saturday night to push historic health care legislation past a key Senate hurdle over the opposition of Republicans eager to inflict a punishing defeat on President Barack Obama.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:25:23 GMT";
arnews[0] += "
";
arnews[1]="Alamo Bowl official says loss didn't hurt Spartans' chances
";
arnews[1] += "Michigan State's waiting game begins. The Spartans are bowl-bound, but most likely won't know their destination until Bowl Championship Series rankings are released on Dec.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 03:57:00 GMT";
arnews[1] += "
";
arnews[2]="Inside the pinstripes: Part five
";
arnews[2] += "It has always been a dream to have the opportunity to stand 60 feet and six inches away from a big league player and see if there is any chance to succeed.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 03:43:00 GMT";
arnews[2] += "
";
arnews[3]="TOYOTA - Busch Wins First NNS Drivers Championship
";
arnews[3] += "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[3] += "
Publ.Date : Sun, 22 Nov 2009 03:41:40 GMT";
arnews[3] += "
";
arnews[4]="Michigan State will wait for bowl destination
";
arnews[4] += "Despite losing to Penn State, 42-12, on Saturday at Spartan Stadium, Michigan State will play in a bowl game.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 03:41:36 GMT";
arnews[4] += "
";
arnews[5]="Music news links: Green Day, J. Lo, Eminem, Ringo Starr, Paul...
";
arnews[5] += "Music news links: Green Day, J. Lo, Eminem, Ringo Starr, Paul McCartney, Bonnaroo and more November 21, 2009 at 6:38 pm by Kristina Welch Stay up-to-date on your music news.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 03:05:49 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("