var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Showtime's UNITED STATES OF TARA Season 2 Trailer and Behind The ... - Daemon's TV
";
arnews[0] += "Check out the official trailer from season 2 of Showtime's hit show UNITED STATES OF TARA which stars Toni Collette, John Corbett, Rosemarie DeWitt, Keir Gilchrist, and Brie Larson. We finally get to see some actual footage from the new season, which ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:07:00 GMT";
arnews[0] += "
";
arnews[1]="'Hump' team in 'Treatment' - Variety
";
arnews[1] += "Besides Leonard and Nelson, cast includes Ross Partridge (\"Baghead\"), Brie Larson (\"Greenberg\") and newcomers Jessica Makinson and Chris Caniglia. Cameos will be made by John Hodgman, Robyn Hitchcock, Katie Aselton, Jack Betts, and Calvin Reeder.";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 04:02:00 GMT";
arnews[1] += "
";
totcount = 2;
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("