var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Roger Catlin: TVEYE
";
arnews[0] += "To wind up the second annual Expedition Week, National Geographic Channel takes a look at some ancient crocodiles with considerable appetites.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 21:05:14 GMT";
arnews[0] += "
";
arnews[1]="News From Nicole : The Obligatory Vampire Column
";
arnews[1] += "If you have been reading my column semi-regularly, or if you are part of my circle of friends and family, then you know that I am often prone to anxiety.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 21:00:21 GMT";
arnews[1] += "
";
arnews[2]="Whata s on TV Tonight: November 21
";
arnews[2] += "Austin City Limits 7-8pm, PBS. Pearl Jam performs songs for the latest album, in addition to some classics.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 19:40:18 GMT";
arnews[2] += "
";
arnews[3]="Keanu Reeves Back In Buffalo
";
arnews[3] += "2 On Your Side spotted the actor on Friday morning, outisde the Hyatt Regency Hotel in downtown Buffalo.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 19:13:11 GMT";
arnews[3] += "
";
arnews[4]="Here's the way to get yourself some SWAG
";
arnews[4] += "What do Keanu Reeves, Leonardo DiCaprio and a small business owner named Jack all have in common? Let's see.";
arnews[4] += "
Publ.Date : Mon, 09 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="A less-scruffy Reeves turns heads on return to Buffalo
";
arnews[5] += "Keanu Reeves arrived in Buffalo late Thursday minus much of the scruffy beard he exhibited on two previous scouting trips for his upcoming feature film, \"Henry's Crime.\" As before, he drew double-takes as he meandered around Buffalo and Niagara Falls.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 16:26:12 GMT";
arnews[5] += "
";
arnews[6]="On Today: Hungry Crocs, Klaatu via Keanu: Roger Catlin | TV Eye
";
arnews[6] += "To wind up the second annual Expedition Week, National Geographic Channel takes a look at ancient crocodiles with considerable appetites.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 14:32:21 GMT";
arnews[6] += "
";
arnews[7]="TVEYE
";
arnews[7] += "To wind up the second annual Expedition Week, National Geographic Channel takes a look at some ancient crocodiles with considerable appetites.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 12:21:56 GMT";
arnews[7] += "
";
arnews[8]="Palace Theater to show 'The Private Lives of Pippa Lee' Saturday
";
arnews[8] += "A locally filmed movie with an award-wining cast will have its first showing in the state at the Palace Theater on Saturday.";
arnews[8] += "
Publ.Date : Sat, 21 Nov 2009 03:06:51 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("