var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Vital statistics: Kalamazoo-area births, deaths and divorces for Feb. 10, 2010
";
arnews[0] += "Births BRONSON METHODIST HOSPITAL Jamillah Josey and Cecil Bates, of Kalamazoo, a son.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 06:18:13 GMT";
arnews[0] += "
";
arnews[1]="On Feb. 9, 2009, Alex Rodriguez admitted to taking performance-enhancing drugs
";
arnews[1] += "Today is Tuesday, Feb. 9, the 40th day of 2010. There are 325 days left in the year.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 00:11:48 GMT";
arnews[1] += "
";
arnews[2]="Capital faces a decade of rising fares
";
arnews[2] += "Public transport users face a decade of fare increases, with inner-city Wellington bus passengers first in the firing line.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 21:54:15 GMT";
arnews[2] += "
";
arnews[3]="Almanac
";
arnews[3] += "Today is Tuesday, Feb. 9, the 40th day of 2010. There are 325 days left in the year.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 17:23:00 GMT";
arnews[3] += "
";
arnews[4]="This day in history
";
arnews[4] += "Today's highlight in history: On Feb. 9, 1960, Adolph Coors Co. chairman Adolph Coors III, 44, was shot to death during a botched kidnapping attempt while on his way to the family brewery in Golden, Colo.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 16:27:53 GMT";
arnews[4] += "
";
arnews[5]=".com's Daybreak: Feb. 8, 2010
";
arnews[5] += "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[5] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Suspect faces new trial in '80 Cape killing
";
arnews[6] += "For the second time, a Brockton man will stand trial in the 1980 stabbing death of a Buzzards Bay woman.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 13:22:08 GMT";
arnews[6] += "
";
arnews[7]="Today in History
";
arnews[7] += "Published: Tuesday, February 9, 2010 at 4:01 a.m. Last Modified: Tuesday, February 9, 2010 at 12:00 a.m. Today is Tuesday, Feb.";
arnews[7] += "
Publ.Date : Tue, 09 Feb 2010 10:25:39 GMT";
arnews[7] += "
";
arnews[8]="Dismay at 'invisible police'
";
arnews[8] += "An emergency meeting has been called to discuss policing in Neyland, after it was described by the towna s mayor as an a oeinvisible forcea .";
arnews[8] += "
Publ.Date : Tue, 09 Feb 2010 09:16:40 GMT";
arnews[8] += "
";
totcount = 9;
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("