var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Quote Of The Day
";
arnews[0] += "That movie he did with Pacino sucked though . I can't believe they both did such a terrible cheesy film.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 15:48:57 GMT";
arnews[0] += "
";
arnews[1]="The 10 Best Futuristic Action Movies
";
arnews[1] += "There is nothing more relaxing than sitting down to an evening of action and adventure.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 04:12:12 GMT";
arnews[1] += "
";
arnews[2]="Hoffman not returning for Little Fockers
";
arnews[2] += "Dustin Hoffman will reportedly not reprise his 'Meet The Parents' role in sequel Little Fockers.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 09:18:53 GMT";
arnews[2] += "
";
arnews[3]="Gather your nuts
";
arnews[3] += "We all like to say that the end of the year is the time for a better, more thoughtful breed of movie - you know, the fancy-pants pictures, whose solemn duty is to clear the last stink of summer blockbuster from the air and replace it with the fine incense of awards-buzz respectability.";
arnews[3] += "
Publ.Date : Thu, 05 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="The Reel New York Film Festival
";
arnews[4] += "I recently started watching \" The Reel New York Film Festival ,\" a show highlighting experimental works, shorts, documentaries, animated shorts and narratives made by New Yorkers and/or about New Yorkers on local cable.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 02:01:23 GMT";
arnews[4] += "
";
arnews[5]="Biggest US celebrity lookalike convention
";
arnews[5] += "Professional Sarah Palin and Arnold Schwarzenegger impersonators look for a gun prop for Sarah Palin's address during the Sunburst Convention of Professional Tribute Artists Holy mackerel! Look over there! Isn't that Richard Gere, with his dreamy silver hair and professorial wire spectacles, taking a leak in the Gents? And OhMiGaaaad, am I seeing ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 00:19:56 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("