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]="'Iron Man 2' trailer tied to 'Holmes'? - Digital Spy
";
arnews[1] += "Guy Ritchie’s Sherlock Holmes , starring Robert Downey Jr, Jude Law and Rachel McAdams, arrives in cinemas on December 26. Iron Man 2 , which also stars Downey Jr in the lead role, is scheduled for release on May 7, 2010.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 20:05:00 GMT";
arnews[1] += "
";
arnews[2]="Rachel McAdams refutes Spiderman reports - Newstrack India
";
arnews[2] += "Washington, November 19 (ANI): Rachel McAdams has dismissed rumors that she will star in the next Spiderman flick. Online reports had suggested that she would play comic book villainess Black Cat in the movie. \"That's a total rumour, I have to say ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 07:43:00 GMT";
arnews[2] += "
";
arnews[3]="How Rachel McAdams Fit Into 'Sherlock Holmes' Corsets - Post Chronicle
";
arnews[3] += "Rachel McAdams needed to do lots of yoga to fit into her 'Sherlock Holmes' outfit. The actress had to wear a lot of tight-fitting corsets for her role as Irene Adler in Guy Ritchie's new movie about the British fictional detective and admits it was a ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 15:20:00 GMT";
arnews[3] += "
";
arnews[4]="Rachel McAdams's Yoga benefits - Press Trust of India
";
arnews[4] += "London, Nov 20 (PTI) After superstars like Madonna, Julia Roberts and Jennifer Aniston to name a few, 'Notebook' actress Rachel McAdams has sweared by the benfits of Yoga as it helped her to fit into her 'Sherlock Holmes' outfit. The actress had to ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 10:19:00 GMT";
arnews[4] += "
";
arnews[5]="Rachel McAdams denies having role in ‘Spider-Man 4′ - The Gaea Times
";
arnews[5] += "NEW YORK - Actress Rachel McAdams has laughed off rumours that she is set to star in the fourth instalment of the “Spider-Man” franchise. “Spider-Man 4″ is said to feature comic book villainess the Black Cat, who is the costumed alter-ego of ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 07:44: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("