var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Cleveland Leader - Cleveland Leader
";
arnews[0] += "Season two of Showtime's hit new series, United States of Tara, will kick off this spring on the greatest day of the year - March 22nd (my birthday). Season one has already been released on DVD, so if you're not already familiar with the series, now ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:49:00 GMT";
arnews[0] += "
";
arnews[1]="Showtime's UNITED STATES OF TARA Season 2 Trailer and Behind The ... - Daemon's TV
";
arnews[1] += "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[1] += "
Publ.Date : Wed, 10 Feb 2010 05:07:00 GMT";
arnews[1] += "
";
arnews[2]="Toni Collette deals with more alters, United States of Tara new ... - Monsters and Critics
";
arnews[2] += "Showtime presented the series new season clips and its stars at the recent winter Television Critics' Association press tour in Pasadena, CA., and the panel promised that season two would see things start out seemingly under control, but all is not ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 18:16:00 GMT";
arnews[2] += "
";
totcount = 3;
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("