var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="On Nov. 19, 2004, Ron Artest and Stephen Jackson charged fans in the stands in Detroit
";
arnews[0] += "Today is Thursday, Nov. 19, the 323rd day of 2009. There are 42 days left in the year.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 05:21:02 GMT";
arnews[0] += "
";
arnews[1]="On Nov. 19, 2004, Ron Artest and Stephen Jackson charged fans in the stands in Detroit
";
arnews[1] += "Today is Thursday, Nov. 19, the 323rd day of 2009. There are 42 days left in the year.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 22:44:22 GMT";
arnews[1] += "
";
arnews[2]="This day in history
";
arnews[2] += "Today's highlight in history: On Nov. 19, 1863, President Abraham Lincoln delivered the Gettysburg Address as he dedicated a national cemetery at the site of the Civil War battlefield in Pennsylvania.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 17:44:03 GMT";
arnews[2] += "
";
arnews[3]="Almanac
";
arnews[3] += "Today is Thursday, Nov. 19, the 323rd day of 2009. There are 42 days left in the year.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 16:03:01 GMT";
arnews[3] += "
";
arnews[4]="Pendle political bloggers in row over dead soldiers
";
arnews[4] += "A ROW has broken out after a Pendle political blogger appeared to criticise the families of dead soldiers.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 15:38:16 GMT";
arnews[4] += "
";
arnews[5]="Five things to do this weekend
";
arnews[5] += "Be entertained and educated about pets and pet products during this two-day event, which includes performances, hands-on petting opportunities, adoptions, shopping for pets and more.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 08:33:04 GMT";
arnews[5] += "
";
arnews[6]="Today in History - Nov. 19
";
arnews[6] += "Today is Thursday, Nov. 19, the 323rd day of 2009. There are 42 days left in the year.";
arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 07:55:53 GMT";
arnews[6] += "
";
arnews[7]="When a time bomb is ticking
";
arnews[7] += "There's a difference between sensitivity and stupidity. If there were indeed signs that Maj.";
arnews[7] += "
Publ.Date : Mon, 16 Nov 2009 16:45:06 GMT";
arnews[7] += "
";
arnews[8]="Foolishness isn't fairness
";
arnews[8] += "WASHINGTON - There's a difference between sensitivity and stupidity. If there were indeed signs that Maj.";
arnews[8] += "
Publ.Date : Sun, 15 Nov 2009 08:00:00 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("