var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hathaway to Star in 'Spider-Man 4'? - Muscatine Journal
";
arnews[0] += "Rachel McAdams apparently won't be playing the villainous Black Cat in the next Spider-Man film, but the same can't be said for Anne Hathaway -- yet. The Oscar-nominated actress has reportedly been approached by producers to discuss a role in Spider ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 23:27:00 GMT";
arnews[0] += "
";
arnews[1]="Anne Hathaway in Talks for Black Cat in ‘Spider-Man 4’ - Softpedia
";
arnews[1] += "Following a rather rocky start, where no one seemed to know for certain whether the “Spider-Man” franchise would move past the third film to the fourth, reports are pouring in saying that Black Cat will be the villainess our hero will face on his ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 10:42:00 GMT";
arnews[1] += "
";
arnews[2]="Now Online "Alice in Wonderland's" Teaser Trailer directed by Tim ... - COMICBOOKMOVIE.com
";
arnews[2] += "Video teaser trailer below, enjoy: Starring: Johnny Depp, Mia Wasikowska, Anne Hathaway, Helena Bonham Carter and Crispin Glover. Disney Interactive Studios announced on July 23rd 2009 that a video game based on the film will be released in early ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 20:12:00 GMT";
arnews[2] += "
";
arnews[3]="Anne Hathaway to star in Spider-Man 4? - WZVN-TV
";
arnews[3] += "Rachel McAdams apparently won't be playing the villainous Black Cat in the next Spider-Man film, but the same can't be said for Anne Hathaway -- yet. The Oscar-nominated actress has reportedly been approached by producers to discuss a role in Spider ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 20:14:00 GMT";
arnews[3] += "
";
arnews[4]="Anne Hathaway Joining Cast of Spider-Man 4? - Limelife
";
arnews[4] += "There have been a ton of rumors about who will play the Black Cat in Spider-Man 4. The latest actress who is reportedly being considered: Anne Hathaway. Do you see Anne Hathaway in this role? Could be interesting, but if you are like us, you first ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 18:05:00 GMT";
arnews[4] += "
";
arnews[5]="Anne Hathaway - ReelzChannel.com
";
arnews[5] += "Could Brad and Angie stop complaining about how hard it is to be famous? Could we all stop pretending that Benjamin Button deserves all these accolades? (See our review .) The others pretty much confer with him, except for Downey who admits to ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 16:47: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("