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]="Mia Wasikowski is the New Jane Eyre?
";
arnews[1] += "I was looking forward to seeing Ellen Page as Jane Eyre, wondering how she would handle the role of the poor governess from the wrong side of the moors.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 23:42:01 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]="Fashion Star Of The Week: Kate Beckinsale
";
arnews[4] += "Kate Beckinsale looked very much a fair lady at the MOCA 30th Anniversary Gala which took place in Los Angeles on November 14.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 18:17:02 GMT";
arnews[4] += "
";
arnews[5]="75 Feet Bridges 300 Years On The East Shore
";
arnews[5] += "Here's a formal portrait of New Havener Amos Morris from about 1790. He seems quite content.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 15:38:08 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("