var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Anne Hathaway, Rachel McAdams Won't Be Spider-Man's Black Cat - Starpulse.com
";
arnews[0] += "The star's publicist tells EW.com, \"There are no negotiations underway.\" Internet film gossips are now suggesting Julia Stiles is the leading lady being considered for Black Cat. Tobey Maguire will return as the big screen web-slinger in the ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 13:47:00 GMT";
arnews[0] += "
";
arnews[1]="Julia Stiles is The Black Cat in "Spider-Man 4"? - WorstPreviews.com
";
arnews[1] += "Rachel McAdams just denied the rumor that she is in talk to star in \"Spider-Man 4,\" and we already have another bit of news from the production. According to UGO, Julia Stiles (Bourne Ultimatum) has met with a casting company in New York to discuss ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 02:58:00 GMT";
arnews[1] += "
";
arnews[2]="Broadway revival of ’Oleanna’ to close Jan. 3 - KSTP
";
arnews[2] += "(AP) NEW YORK - The Broadway revival of David Mamet’s \"Oleanna\" is folding after a 97-performance run. Producer Jeffrey Finn says the production, which stars Bill Pullman and Julia Stiles, will close Jan. 3 at the Golden Theatre. The play opened in ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 06:34:00 GMT";
arnews[2] += "
";
arnews[3]="Julia Stiles Gets Caught Up In The Spider-Man 4 Rumor Web - Cinema Blend
";
arnews[3] += "Julia Stiles had a chat with the Spider-Man 4 casting company. She’s long overdue for a leading role and playing the Black Cat could be exactly what she needs to get her back in the spotlight.... Rachel McAdams Denies Black Cat Casting Rumors Amid ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 18:57:00 GMT";
arnews[3] += "
";
arnews[4]="Latest Black Cat Rumor: Julia Stiles! - COMICBOOKMOVIE.com
";
arnews[4] += "Well, I guess we should have known this would happen. After Rachel McAdams debunked any link between herself and the feisty feline, the news sites have moved on to Julia Stiles.. UGO is reporting that the Bourne/Save The Last Dance actress has met ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 23:45:00 GMT";
arnews[4] += "
";
arnews[5]="Julia Stiles to Star in Spider-Man 4 - The Celebrity Cafe.com
";
arnews[5] += "After Rachel McAdams denied rumors that she had the part, news broke that Julia Stiles is believed to be the next Black Cat. The highly talented and beautiful actress, Julia Stiles, is rumored to enter one of the biggest comicbook-turned-movie ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 08:20: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("