var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Four New TV Shows to Set Your DVR for
";
arnews[0] += "Not too long ago, midseason television was looked upon as nothing more than a punch line, or limbo for the not-strong-enough-for-September players.";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 16:54:10 GMT";
arnews[0] += "
";
arnews[1]="Hot Tub Time Machine Movie Poster 2
";
arnews[1] += "Here's the latest movie poster for the upcoming comedy \"Hot Tub Time Machine\" by director Steve Pink and starring John Cusack , Chevy Chase , Crispin Glover and Lizzy Caplan.";
arnews[1] += "
Publ.Date : Fri, 29 Jan 2010 08:53:47 GMT";
arnews[1] += "
";
arnews[2]="New Hot Tub Time Machine Poster Goes Back in Time
";
arnews[2] += "Entertainment Weekly has just debuted a new poster for Hot Tub Time Machine , which hits theaters everywhere on March 26.";
arnews[2] += "
Publ.Date : Thu, 28 Jan 2010 08:09:41 GMT";
arnews[2] += "
";
arnews[3]="New Trailer for a oeHot Tub Time Machinea
";
arnews[3] += "Browse> Home / Film News / New Trailer for \"Hot Tub Time Machine\" << Webb Plans Spidey Trilogy New Trailer for \"Hot Tub Time Machine\" A new trailer for the upcoming time travel comedy, \"The Hot Tub Time Machine\" has made its debut.";
arnews[3] += "
Publ.Date : Fri, 22 Jan 2010 20:49:13 GMT";
arnews[3] += "
";
arnews[4]="New Red Band Trailer for Hot Tub Time Machine
";
arnews[4] += "New Red Band Trailer for Hot Tub Time Machine ! Source:MGM January 21, 2010 MGM has provided ComingSoon.net with the new Red Band trailer for Hot Tub Time Machine , hitting theaters on March 19! The Steve Pink-directed comedy stars John Cusack, Rob Corddry, Craig Robinson, Clark Duke, Crispin Glover, Lizzy Caplan, Chevy Chase, Sebastian Stan, ...";
arnews[4] += "
Publ.Date : Fri, 22 Jan 2010 01:15:53 GMT";
arnews[4] += "
";
arnews[5]="Starz Sets April 23 For 'Party Down,' 'Gravity' Debuts
";
arnews[5] += "Starz will begin partying down with new episodes of original comedies on April 23.";
arnews[5] += "
Publ.Date : Tue, 19 Jan 2010 18:55:44 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("