var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Superman should have flown to The Keg
";
arnews[0] += "It's an old saw about independent films costing less than the catering budget for studio productions, so here's a new metaphor: The Canadian superhero movie Sidekick had a budget smaller than the electricity bill for just one of the sets on this summer's Superman Returns.";
arnews[0] += "
Publ.Date : Sat, 18 Nov 2006 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Brett Ratner will be sending 'Kites' soaring
";
arnews[1] += "Home : Features : Movies : Brett Ratner will be sending 'Kites' soaring Brett Ratner will be sending 'Kites' soaring 20-Nov-2009 Written by: Sari N. Kent Famed action adventure film director Brett Ratner is currently re-editing the romantic action thriller 'Kites,' into an English-language version of Rakesh Roshan's and Reliance BIG Pictures motion ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="TV's Coolest Moments: Barney's Alter Ego, Palin's Sit-down with Oprah and More
";
arnews[2] += "This week's Coolest Moments messed with our minds. The Prisoner made us feel dumb.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 00:46:00 GMT";
arnews[2] += "
";
arnews[3]="Video Vault: For its 10th anniversary, 'Fight Club' gets a high-def makeover
";
arnews[3] += "Ten years ago this week, \"Fight Club\" was released to theaters. I was there on that opening weekend, sure I'd see something special, and I wasn't wrong.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 21:10:12 GMT";
arnews[3] += "
";
arnews[4]="Neil Patrick Harris, Sarah Palin
";
arnews[4] += "This week's Coolest Moments messed with our minds. The Prisoner made us feel dumb.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 20:42:52 GMT";
arnews[4] += "
";
arnews[5]="South O' the Highway
";
arnews[5] += "South O' the Highway Katie Holmes and husband Tom Cruise have been spotted out and about on the North Fork.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 17:04:47 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("