var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The 20 Best TV Shows of the Decade
";
arnews[0] += "This list of 20 phenomenal TV shows from 2000-2009 reinforces our belief that the young millennium has launched a new Golden Age of Television.";
arnews[0] += "
Publ.Date : Wed, 04 Nov 2009 15:00:00 GMT";
arnews[0] += "
";
arnews[1]="Want to know more about 'Caprica'? Ask now ...
";
arnews[1] += "Can you handle one more bit o' Austin news? Here goes: I'm psyched to announce that I'll be moderating the Austin Film Festival's Caprica panel on Saturday.";
arnews[1] += "
Publ.Date : Thu, 22 Oct 2009 15:35:00 GMT";
arnews[1] += "
";
arnews[2]="Patton Oswalt Explains His Caprica Character
";
arnews[2] += "The AV Club has a brilliant and rather long interview with Patton Oswalt this week, to celebrate the comic's new CD/DVD My Weakness is Strong .";
arnews[2] += "
Publ.Date : Fri, 28 Aug 2009 01:12:13 GMT";
arnews[2] += "
";
arnews[3]="'Buffy' alums to 'Caprica,' 'Lie to Me,' 'Deadwood' dude gets 'Lost'
";
arnews[3] += "Some cool casting, news tidbits and other things you should be aware of . Syfy's releases on the Marsters and Oswalt casting are at the end of this post.";
arnews[3] += "
Publ.Date : Fri, 21 Aug 2009 04:27:21 GMT";
arnews[3] += "
";
arnews[4]="Patton Oswalt takes on 'Caprica' role
";
arnews[4] += "Comedian Patton Oswalt is joining the cast of Syfy's upcoming drama series \"Caprica\" as a recurring.";
arnews[4] += "
Publ.Date : Sun, 16 Aug 2009 15:00:00 GMT";
arnews[4] += "
";
arnews[5]="Patton Oswalt Joins a oeCapricaa Cast
";
arnews[5] += "NBC Wins \"Midnight, Mass\" Rights >> Patton Oswalt Joins \"Caprica\" Cast Actor and comedian Patton Oswalt is joining the cast of the \"Battlestar Galactica\" spin-off \"Caprica.\" According to the Hollywood Reporter, Oswalt will have a recurring role as Baxter Sarno, a popular Caprican comedian talk show host.";
arnews[5] += "
Publ.Date : Mon, 17 Aug 2009 22:00:12 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("