var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Friday's TV Highlights: 'Law & Order' on NBC - Los Angeles Times Blogs
";
arnews[0] += "Smallville: Tess (Cassidy Freeman) kidnaps Lois (Erica Durance), determined to find out where she went when she disappeared for weeks, while Clark (Tom Welling) makes a significant decision about Zod (Callum Blue) after learning of Lois' memory of ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 07:06:00 GMT";
arnews[0] += "
";
arnews[1]="HDNet Concert Series Travels to the Heartland to Debut 'Kansas: There ... - Earthtimes
";
arnews[1] += "WHAT: The HDNet Concert Series presents the premiere of \"Kansas: There's Know Place Like Home\" Sunday, November 22, at 8:00 p.m. ET. (Logo: http://www.newscom.com/cgi-bin/prnh/20080324/HDNETLOGO) Kansas delivers unforgettable live performances and ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 22:19:00 GMT";
arnews[1] += "
";
arnews[2]="Dan Rather Returns to Afghanistan for HDNet - Consumer Electronics Net
";
arnews[2] += "... critically acclaimed performances including Gwyneth Paltrow, Joaquin Phoenix, Demi Moore, Michael Caine, Tom Hanks, Vera Farmiga, Parker Posey, Brian Cox, Matthew Broderick, Brittany Snow, Eric Bana, John Malkovich, Emily Blunt and Robin ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 20:53:00 GMT";
arnews[2] += "
";
arnews[3]="HDNet's 'Dan Rather Reports' Investigates Illegal Harvesting of Some ... - Earthtimes
";
arnews[3] += "DALLAS, Nov. 16 /PRNewswire/ -- This Tuesday's \"Dan Rather Reports\" will feature never-before-seen footage from the island of Madagascar, where an ecological horror show is taking place. Madagascar's national parks are, according to scientists, being ...";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 22:06:00 GMT";
arnews[3] += "
";
totcount = 4;
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("