var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Local venues geared with Valentine's Day treats
";
arnews[0] += "With the end of the year upon us, it's time to try predicting next year's hottest food trends.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:43:46 GMT";
arnews[0] += "
";
arnews[1]="MSNBC to Air 100 Hours of Olympic Coverage; Chris Jansing, Lester...
";
arnews[1] += "Starting tomorrow Willie Geist will broadcast his \"Way Too Early\" show even earlier from Vancouver as part of MSNBC's coverage of the Winter Olympic games.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 21:30:44 GMT";
arnews[1] += "
";
arnews[2]="What's On Tonight: 'NCIS,' 'Past Life,' 'The Forgotten,' 'ECW'
";
arnews[2] += "Here's tonight's TV lineup . At 8, CBS has a new 'NCIS,' followed by new episodes of 'NCIS: LA' and 'The Good Wife.' NBC has a new, two-hour 'Biggest Loser' at 8, then the series finale of 'The Jay Leno Show.' FOX has a new 'American Idol' at 8, followed by the series premiere of 'Past Life.' PBS has new episodes of 'Nova' and 'Frontline.' At 9, ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 17:02:00 GMT";
arnews[2] += "
";
arnews[3]="TV's Best Bets
";
arnews[3] += "American Idol and Past Life, 8 and 9:01 p.m., Fox. The 'Idol' Hollywood phase finally stars, with Ellen DeGeneres as a judge.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Daily television guide
";
arnews[4] += "Chat noon with the Job Doc. ON WGBH Greater Boston 7 p.m. WGBH-TV Emily Rooney speaks with Robert DeLeo, speaker of the Massachusetts House of Representatives.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 10:26:26 GMT";
arnews[4] += "
";
arnews[5]="On Tonight: 'Past Life,' End of Life for 'Jay Leno Show': Roger Catlin | TV Eye
";
arnews[5] += "This year's great TV experiment, that was either going to save broadcast networks or bury it ends tonight with a fizzle.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 08:32:16 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("