var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Anne Hathaway to star in Spider-Man 4?
";
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.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 07:36:41 GMT";
arnews[0] += "
";
arnews[1]="Oleanna Audiences Can Take Mamet Home
";
arnews[1] += "Theatregoers attending an upcoming performance of Oleanna on Broadway will get the chance to read the controversial words of Pulitzer Prize-winning playwright David Mamet.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 05:11:27 GMT";
arnews[1] += "
";
arnews[2]="Anne Hathaway to star in Spider-Man 4?
";
arnews[2] += "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.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 23:19:00 GMT";
arnews[2] += "
";
arnews[3]="Anne Hathaway, Rachel McAdams Won't Be Spider-Man's Black Cat
";
arnews[3] += "Anne Hathaway has become the latest star to deny links to the next Spider-Man movie villain.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 18:20:23 GMT";
arnews[3] += "
";
arnews[4]="Hathaway to Star in 'Spider-Man 4'?
";
arnews[4] += "Source: Deadline Hollywood Rachel McAdams apparently won't be playing the villainous Black Cat in the...\"); var headline = escape ; OpenWin ; var headline = escape ; OpenWin denied involvement in the next Spidey installment, which is currently penciled in for a May 6, 2011, release.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 15:17:31 GMT";
arnews[4] += "
";
arnews[5]="Hathaway to be Black Cat?
";
arnews[5] += "Actress Anne Hathaway attends the 18th Annual Empire State Pride Agenda Fall Dinner at the Sheraton New York Hotel & Towers on October 22, 2009 in New York City.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 08:07:32 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("