var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Watchmen: The Ultimate Cut
";
arnews[0] += "If Avatar is the fanboys' most anticipated movie this Fall, then Watchmen certainly had that same amount of excitement and buzz last Winter.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 02:42:31 GMT";
arnews[0] += "
";
arnews[1]="Top Films Of The Decade
";
arnews[1] += "15-year-old William Miller , the outcast of his school, gets the chance of a lifetime to write for Rolling Stone, following his favorite band Stillwater around the country.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 11:27:12 GMT";
arnews[1] += "
";
arnews[2]="Reeves, Lively, and Wright at 'Pippa Lee' Screening
";
arnews[2] += "Cinema Society Screens 'The Private Lives of Pippa Lee' AMC 19th & Broadway and the Breslin.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 01:04:03 GMT";
arnews[2] += "
";
arnews[3]="Johnny Depp wins his 2nd 'Sexiest Man Alive' title
";
arnews[3] += "Get lost, Hugh Jackman. This year's \"Sexiest Man Alive\" is once again Johnny Depp.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 14:35:30 GMT";
arnews[3] += "
";
arnews[4]="Robin Wright Has Dropped The Penn
";
arnews[4] += "Robin Wright is doing just fine without Sean Penn. The actress has dropped Penn from her name and turned her blond hair brown.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 18:16:31 GMT";
arnews[4] += "
";
arnews[5]="Someone Thinks Carrie Prejean Should Run for Office
";
arnews[5] += "Even she knows this is a bad idea. Photo: Getty Images Lady Gaga looks shockingly un-crazy dancing in a simple white dress in Beyonce's \"Video Phone\" music video, shot in Greenpoint.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 17:01:46 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("