var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="A new episode of 'Glee' is a Wednesday TV pick
";
arnews[0] += "The ensemble cast of \"Glee\" includes Chris Colfer , clockwise from top left, Amber Riley , Lea Michele , Jenna Ushkowitz , Cory Monteith and Kevin McHale .";
arnews[0] += "
Publ.Date : Wed, 11 Nov 2009 14:38:51 GMT";
arnews[0] += "
";
arnews[1]="On Tonight: Plenty of Veteran's Day Fare: Roger Catlin | TV Eye
";
arnews[1] += "With soldiers still being sent to two foreign wars, and not all of them coming back, Veteran's Day will be marked this week by several documentaries of American men and women at war.";
arnews[1] += "
Publ.Date : Wed, 11 Nov 2009 14:02:15 GMT";
arnews[1] += "
";
arnews[2]="Finally, for homeless ex-warriors, a place worthy of them
";
arnews[2] += "ON A NARROW street in the lower end of Frankford sat a rowhouse that looked like a cross between the Bates Motel in \"Psycho\" and a leftover set from \"All in the Family.\" The walls bore water stains.";
arnews[2] += "
Publ.Date : Wed, 11 Nov 2009 09:23:40 GMT";
arnews[2] += "
";
arnews[3]="TV tonight: 'Glee'
";
arnews[3] += "After missing two weeks for baseball, 'Glee' starts and ends tonight with high-octane music numbers.";
arnews[3] += "
Publ.Date : Wed, 11 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Underwood, Paisley host CMA awards
";
arnews[4] += "TONIGHT'S MUST-SEE: Country Music Association awards, 8 p.m., ABC. Most of Nashville will be there, plus a few visitors from the rock world.";
arnews[4] += "
Publ.Date : Wed, 11 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="See a Makeover
";
arnews[5] += "HGTV's Carter Oosterhouse and Monica Pedersen, along with more than 200 volunteers from Rebuilding Together, worked together to renovate this home for homeless veterans.";
arnews[5] += "
Publ.Date : Mon, 09 Nov 2009 16:07:50 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("