var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Today in History - August 09
";
arnews[0] += "Today is Monday, Aug. 9, the 221st day of 2010. There are 144 days left in the year.";
arnews[0] += "
Publ.Date : Wed, 08 Sep 2010 16:53:48 GMT";
arnews[0] += "
";
arnews[1]="On Aug. 9, 1936, Jesse Owens won his fourth gold medal at the Berlin Olympics in the 400-meter relay
";
arnews[1] += "Today is Monday, Aug. 9, the 221st day of 2010. There are 144 days left in the year.";
arnews[1] += "
Publ.Date : Mon, 09 Aug 2010 22:57:30 GMT";
arnews[1] += "
";
arnews[2]="2Day in the SCV: Monday, Aug. 9, 2010
";
arnews[2] += "Signal tip line Got a news tip? Call or send a text message to The Signal's tip line: 480-NEWS . Want your event listed? E-mail calendar@the-signal.com with your event's details.";
arnews[2] += "
Publ.Date : Mon, 09 Aug 2010 19:39:40 GMT";
arnews[2] += "
";
arnews[3]="This day in history
";
arnews[3] += "Today's h ighlight in history: On Aug. 9, 1945, three days after the atomic bombing of Hiroshima, Japan, the United States exploded a nuclear device over Nagasaki, killing an estimated 74,000 people.";
arnews[3] += "
Publ.Date : Mon, 09 Aug 2010 19:29:19 GMT";
arnews[3] += "
";
arnews[4]="Almanac
";
arnews[4] += "Today is Monday, Aug. 9, the 221st day of 2010. There are 144 days left in the year.";
arnews[4] += "
Publ.Date : Mon, 09 Aug 2010 15:03:00 GMT";
arnews[4] += "
";
arnews[5]="On Aug. 9, 1936, Jesse Owens won his fourth gold medal at the Berlin Olympics in the 400-meter relay
";
arnews[5] += "Today is Monday, Aug. 9, the 221st day of 2010. There are 144 days left in the year.";
arnews[5] += "
Publ.Date : Mon, 09 Aug 2010 12:41:44 GMT";
arnews[5] += "
";
arnews[6]="Cera gets to know Toronto
";
arnews[6] += "Michael Cera touts his favourite Toronto hangouts in a current tourism campaign, but admits he doesn't really know the city all that well.";
arnews[6] += "
Publ.Date : Mon, 09 Aug 2010 09:24:13 GMT";
arnews[6] += "
";
arnews[7]="Today in History
";
arnews[7] += "Today is Monday, Aug. 9, the 221st day of 2010. There are 144 days left in the year.";
arnews[7] += "
Publ.Date : Mon, 09 Aug 2010 08:14:12 GMT";
arnews[7] += "
";
totcount = 8;
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("