var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Black Cat Rumors Are False! - COMICBOOKMOVIE.com
";
arnews[0] += "Reports of Rachel McAdams or Romola Garai playing the Marvel villain Black Cat have turned out to be untrue for the next Spider-man movie. Rachel McAdams (Red Eye) was said to have met with producers for Spider-Man 4 a role rumored to be Felicia ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 08:06:00 GMT";
arnews[0] += "
";
arnews[1]="Brett Favre Breaks Record for Most Wins By 40-Plus Quarterback - FanHouse
";
arnews[1] += "While most NFL fans may cringe at the idea of another offseason of Rachel Nichols reporting daily from Mississippi, Vikings fans won't complain.";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[1] += "
";
arnews[2]="Everything We Learned From The Star Trek DVD - io9.com
";
arnews[2] += "How To Paint Rachel Nichols Green, Watching A Director In Love With His Lens Flair Almost Makes Up For The Blinding Shots, And Leonard Nimoy Is A Class Act: A Behind The Scenes Feature If you don't watch anything else, watch this. It's an amazing ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 23:46:00 GMT";
arnews[2] += "
";
arnews[3]="Viacom third quarter profit jumps 15 percent on strong box office - Morning Journal
";
arnews[3] += "Channing Tatum, Dennis Quaid, S. Taghmaoui, Rachel Nichols and Marlon Wayans are shown in a scene from \"G.I. JOE: The Rise of Cobra.\" ASSOCIATED PRESS NEW YORK — G.I. Joe and the Transformers came to Viacom Inc.'s rescue in the third quarter ...";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 16:22:00 GMT";
arnews[3] += "
";
arnews[4]="InTylerWeTrust82 Casts Superman And The Flash - COMICBOOKMOVIE.com
";
arnews[4] += "Brandon Routh as Clark Kent/Superman. Unfortunately, it grows more unlikely every day that we won’t see Routh don the cape again. I personally think that is a damn shame! Even though the movie was less than stellar (I thought it was a good movie ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 23:23:00 GMT";
arnews[4] += "
";
arnews[5]="Exclusive Seibertron.com Interview With Mike Costa - Seibertron.com
";
arnews[5] += "Mike Costa, writer of the new Transformers on going series set to debut this week is answering a few of the questions posed by Seibertron.com staffers i_amtrunks, Darth Bombshell, and tigertracks 24. Mike also contributed to the recently completed ...";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 03: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("