var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="American Pancake House will send days worth of profits to Haiti
";
arnews[0] += "Carrie Ann Inaba & Chris Harrison are live from the red carpet at the 52nd Annual Grammy Awards.";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 23:22:08 GMT";
arnews[0] += "
";
arnews[1]="Science Alive at the library this weekend
";
arnews[1] += "Carrie Ann Inaba & Chris Harrison are live from the red carpet at the 52nd Annual Grammy Awards.";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 23:21:55 GMT";
arnews[1] += "
";
arnews[2]="Dancing with the Stars
";
arnews[2] += "Ian Ziering has left the ballroom. Despite his efforts to release his inner entertainer - with an Elvis wig to boot! - the former Beverly Hills, 90210 star was voted off the show Tuesday night, leaving Laila Ali, Joey Fatone and Apolo Anton Ohno to tango for the trophy on next week's finale.";
arnews[2] += "
Publ.Date : Wed, 16 May 2007 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Pet buyers will have more background, medical info
";
arnews[3] += "Carrie Ann Inaba & Chris Harrison are live from the red carpet at the 52nd Annual Grammy Awards.";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 15:59:07 GMT";
arnews[3] += "
";
arnews[4]="Watered-down smoking ban bill passes Indiana House
";
arnews[4] += "Carrie Ann Inaba & Chris Harrison are live from the red carpet at the 52nd Annual Grammy Awards.";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 15:59:00 GMT";
arnews[4] += "
";
arnews[5]="Families send off doctors to Haiti
";
arnews[5] += "Carrie Ann Inaba & Chris Harrison are live from the red carpet at the 52nd Annual Grammy Awards.";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 15:58:55 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("