var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="ABC fall shows look familiar
";
arnews[0] += "ABC is sticking to basics this fall. The newly ascendant network, home to such hits as Grey's Anatomy, Desperate Housewives and Lost, is favouring the tried-and-true over change and experimentation, with just one new scripted series, Life on Mars, on its fall schedule.";
arnews[0] += "
Publ.Date : Thu, 15 May 2008 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="TV to DVD & Blu-Ray: February 9, 2010
";
arnews[1] += "Beautiful, fashionable and fun, Clarissa Alpert is a shallow socialite whose speed dial is a veritable Rolodex of Hollywood power players.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="CBS gives greenlight to 'Spitz'
";
arnews[2] += "CBS has given a pilot greenlight to \"Team Spitz,\" a comedy pilot starring ex-\"Daily Show\" correspondent Rob Riggle, while \"Scrubs\" alum Sarah Chalke is back at ABC.";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 21:21:38 GMT";
arnews[2] += "
";
arnews[3]="Drama surrounds comedy's revival
";
arnews[3] += "Comedy's finally off life support at the networks -- but the genre isn't out of the woods yet.";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 21:22:00 GMT";
arnews[3] += "
";
arnews[4]="Back to fight another day
";
arnews[4] += "It's yet another day in hell for Jack Bauer, as 24 embarks on its eighth season of espionage thrills.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 12:00:00 GMT";
arnews[4] += "
";
totcount = 5;
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("