var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="On Oct. 31, 2008, Pulitzer Prize-winning author Studs Terkel died in Chicago at age 96
";
arnews[0] += "Today is Saturday, Oct. 31, the 304th day of 2009. There are 61 days left in the year.";
arnews[0] += "
Publ.Date : Sun, 01 Nov 2009 09:45:00 GMT";
arnews[0] += "
";
arnews[1]="Celebrity birthdays
";
arnews[1] += "Today's Birthdays: Author Dick Francis is 89. Former Cambodian King Norodom Sihanouk is 87.";
arnews[1] += "
Publ.Date : Sat, 31 Oct 2009 18:03:20 GMT";
arnews[1] += "
";
arnews[2]="On Oct. 31, 2008, Pulitzer Prize-winning author Studs Terkel died in Chicago at age 96
";
arnews[2] += "Today is Saturday, Oct. 31, the 304th day of 2009. There are 61 days left in the year.";
arnews[2] += "
Publ.Date : Sat, 31 Oct 2009 17:48:08 GMT";
arnews[2] += "
";
arnews[3]="Almanac
";
arnews[3] += "Today is Saturday, Oct. 31, the 304th day of 2009. There are 61 days left in the year.";
arnews[3] += "
Publ.Date : Sat, 31 Oct 2009 15:03:01 GMT";
arnews[3] += "
";
arnews[4]=".com's Daybreak: Oct. 31, 2009
";
arnews[4] += "Hello, Santa Clarita Valley! Welcome to The-Signal.com's Daybreak, your point of entry for the day, and a quick journey through the past, present and future.";
arnews[4] += "
Publ.Date : Fri, 30 Oct 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="Today's Birthdays October 31
";
arnews[5] += "Today's Birthdays: Author Dick Francis is 89. Former Cambodian King Norodom Sihanouk is 87.";
arnews[5] += "
Publ.Date : Sat, 31 Oct 2009 06:40:13 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("