var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="On Nov. 17, 1979, Iran's Ayatollah Khomeini ordered the release of 13 American hostages
";
arnews[0] += "Today is Tuesday, Nov. 17, the 321st day of 2009. There are 44 days left in the year.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 02:46:42 GMT";
arnews[0] += "
";
arnews[1]="Anne Hathaway to star in Spider-Man 4?
";
arnews[1] += "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[1] += "
Publ.Date : Sun, 22 Nov 2009 00:46:51 GMT";
arnews[1] += "
";
arnews[2]="'Iron Man 2' trailer tied to 'Holmes'?
";
arnews[2] += "Director Jon Favreau has sparked a rumour that the Iron Man 2 trailer is to be released with Sherlock Holmes this Christmas.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 21:27:58 GMT";
arnews[2] += "
";
arnews[3]="Weekly Ketchup: Idris Elba cast in Thor, more Spider-Man 4 rumors
";
arnews[3] += "This week's Ketchup includes casting news and rumors for Thor , Spider-Man 4 , The Hobbit and Guardians of Ga'hoole , new sequels in the Jackass and Underworld franchises and potential new movies for Brad Pitt and Eddie Murphy.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 20:33:00 GMT";
arnews[3] += "
";
arnews[4]="Eric Bana + Rachel McAdams = Naked Time Travel
";
arnews[4] += "It's got quantum physics! It's got romance! It's got Rachel McAdams and Eric Bana ! There's lots to dig in the adaptation of best-selling book The Time Traveler's Wife , and the stars had plenty to dish about when we sat down recently.";
arnews[4] += "
Publ.Date : Wed, 12 Aug 2009 18:55:00 GMT";
arnews[4] += "
";
arnews[5]="'The Lucky Ones' review
";
arnews[5] += "On leave for a month but unable to snag a flight, soldiers TK and Colee decide to road trip with Cheever , who just completed his last tour of duty.";
arnews[5] += "
Publ.Date : Wed, 24 Sep 2008 19:38: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("