var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Lost' returns Feb. 2 for final season
";
arnews[0] += "ABC says the final season of 'Lost' will begin in February with a night devoted to the drama filmed in Hawai'i. On Feb.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="On Nov. 2, 1948, President Harry S. Truman upset Republican challenger Thomas E. Dewey
";
arnews[1] += "Today is Monday, Nov. 2, the 306th day of 2009. There are 59 days left in the year.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 14:13:52 GMT";
arnews[1] += "
";
arnews[2]="Model's 'skinny' quote stings
";
arnews[2] += "Eating-disorder experts criticized Kate Moss , 35, after she cited as her motto a phrase used on Web sites that encourage girls to avoid eating.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 14:03:19 GMT";
arnews[2] += "
";
arnews[3]="Model Kate Moss slammed for 'skinny' quip
";
arnews[3] += "Campaigners against eating disorders are criticizing Kate Moss after the supermodel cited as her motto a phrase used on pro-anorexia websites.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 12:53:37 GMT";
arnews[3] += "
";
arnews[4]="Cornelius, Mrs. Randy
";
arnews[4] += "Mrs. Randy Cornelius, 41, Oneida, passed away Wednesday, Nov. 18, 2009, at a local hospital.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Motorway service stations at your service?
";
arnews[5] += "Back when Leonard Rossiter was pouring his Cinzano over Joan Collins in business class, when air travel was still glamorous before easyJet turned the cabin into a kind of gulag the emerging motorway network below had a touch of Alan Whicker adventure about it.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 19:27:36 GMT";
arnews[5] += "
";
arnews[6]="Sites tracking other states' stimulus funds also show phantom districts
";
arnews[6] += "New Mexico isn't alone when it comes to phantom congressional districts where a government Web site says federal stimulus money has been spent.";
arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 09:27:16 GMT";
arnews[6] += "
";
arnews[7]="Hudson talks about Rodriguez romance
";
arnews[7] += "Jordan is a man among men at the barbershop, but the \"code\" of conversation eludes him; Wanda tries to fix faulty wiring at home.";
arnews[7] += "
Publ.Date : Thu, 19 Nov 2009 05:31:40 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("