var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ruth Marcus: A chicken-soup summit
";
arnews[0] += "I'VE been trying, because I'd truly like to see health reform pass, to find something nice to say about President Obama's plans for a summit.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 06:35:08 GMT";
arnews[0] += "
";
arnews[1]="NASCARS's Drive For Diversity Introduces 2010 Driver Lineup
";
arnews[1] += "Having just completed perhaps the program's most exciting preseason to date, the 11-member 2010 Drive for Diversity Class was introduced Tuesday night at the Daytona 500 Experience's IMAX Theater.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 06:28:20 GMT";
arnews[1] += "
";
arnews[2]="Eleven Member Class Introduced For Newly Styled NASCAR Drive For...
";
arnews[2] += "On Jan. 30 NASCAR nation got a surprising introduction to one member of the 2010 Drive for Diversity class when 16-year old Sergio Pena starred in a race-long battle for supremacy against Sprint Cup Series regular Joey Logano in the K&N Pro Series feature at the Toyota All-Star Showdown in Irwindale, Calif.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 02:49:10 GMT";
arnews[2] += "
";
arnews[3]="Health Summit: Chicken Soup For Pols' Souls
";
arnews[3] += "I've been trying, because I'd truly like to see health reform pass, to find something nice to say about President Obama's plans for a summit.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 01:15:21 GMT";
arnews[3] += "
";
arnews[4]="Latest From MomFinds
";
arnews[4] += "Yesterday, Heidi Klum was on Good Morning America to promote her new collections for A Pea in the Pod and Motherhood Maternity.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 20:33:18 GMT";
arnews[4] += "
";
totcount = 5;
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("