var arnews = new Array(7);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="TV Best Bets - Cincinnati.com
";
arnews[0] += "Fringe, 9 p.m., Fox. A mysterious man has been around at different points in history, simply observing. But now he does more; he abducts a young woman, killing people who want to stop him. Why? And what is the link between Walter and the Observer ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 15:07:00 GMT";
arnews[0] += "
";
arnews[1]="'Fringe' provides some answers tonight - Reno Gazette
";
arnews[1] += "TONIGHT'S MUST-SEE: \"Fringe,\" 9 p.m., Fox. A mysterious man has been around at different points in history, simply observing. But now he does more; he abducts a young woman, killing people who want to stop him. Why? And what is the secret link ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 08:40:00 GMT";
arnews[1] += "
";
arnews[2]="CTV Programming Highlights, November 15 - 30 - Channel Canada
";
arnews[2] += "CTV keeps November pumping with the season finales of AMERICA’S NEXT TOP MODEL and DANCING WITH THE STARS, the 100th episode of CRIMINAL MINDS and the television premiere of Shrek the Third. At the end of the month, get an early dose of the ...";
arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[2] += "
";
totcount = 3;
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("