var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="United States of Tara Season 2 Trailer
";
arnews[0] += "Share on Facebook Showtime just released a brand new season 2 television promo trailer for the upcoming season of \"United States of Tara\" from creator Diablo Cody and starring Toni Collette, John Corbett, Brie Larson and Keir Gilchrist.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:54:40 GMT";
arnews[0] += "
";
arnews[1]="Find out more
";
arnews[1] += "At 20 years old, British actress Juno Temple has recently experienced something of a breakthrough: \"I've hit puberty!\" she exclaims.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 07:48:26 GMT";
arnews[1] += "
";
arnews[2]="Ah, Wilderness!'
";
arnews[2] += "Jay Paul, left, playing Nat Miller, Zach Wilke, center, playing Richard Miller, and Jody Ellertson, playing Essie Miller, rehearse a scene at the dinner table for \"Ah, Wilderness!\" at the Marion Ross Performing Arts Center on Thursday.";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 22:23:47 GMT";
arnews[2] += "
";
arnews[3]="Austin SCBWI 2010: Destination Publication
";
arnews[3] += "Austin SCBWI 's Destination Publication: An Awesome Austin Conference for Writers and Illustrators took place last weekend.";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 16:12:36 GMT";
arnews[3] += "
";
arnews[4]="Joshua Leonard Will Get Treatment
";
arnews[4] += "According to Variety , Joshua Leonard, Jennifer Maas and Steven Schardt are teaming up for Treatment .";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 05:24:50 GMT";
arnews[4] += "
";
arnews[5]="'Hump' team in 'Treatment'
";
arnews[5] += "Joshua Leonard, Jennifer Maas and Steven Schardt -- the team behind indie comedy \"Humpday\" -- has come back together for \"Treatment.\" \"Treatment,\" penned by actor-writer Sean Nelson , centers on an unsuccessful screenwriter who checks in to an exclusive rehab to pitch an A-list star his project.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 02:00:00 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("