var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="On Nov. 12, 2001, American Airlines Flight 587 crashed in a New York neighborhood killing 265 people
";
arnews[0] += "Today is Thursday, Nov. 12, the 316th day of 2009. There are 49 days left in the year.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 21:53:15 GMT";
arnews[0] += "
";
arnews[1]="Surrogates Brings the Robotic Drama to DVD and Blu-ray on January 26th
";
arnews[1] += "You can bring home a new tale of a brave new robotic world on DVD and Blu-ray this coming January.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 03:18:00 GMT";
arnews[1] += "
";
arnews[2]="Surrogates (R1/Us BD) in January
";
arnews[2] += "Walt Disney Studios Home Entertainment have announced the US DVD and Blu-ray Disc release of Surrogates on 26th January 2010.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 18:44:40 GMT";
arnews[2] += "
";
arnews[3]="the Channel
";
arnews[3] += "Andrew Ryan From Friday's Globe and Mail Published on Friday, Nov. 20, 2009 12:00AM EST Last updated on Friday, Nov.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Producer Says Silent Hill 2 Might Still Be a Long Ways Out
";
arnews[4] += "If there's one thing that will stop a movie dead in its tracks, it's one of the filmmakers being sent to prison.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 01:01:52 GMT";
arnews[4] += "
";
arnews[5]="2010 Emmys go early; Gretchen Mol on HBO's 'Boardwalk'
";
arnews[5] += "The Emmys will be airing earlier than usual next year. It's NBC's turn to broadcast the Emmy Awards in 2010, and because the network broadcasts \"Sunday Night Football\" starting in mid-September, the Emmys will be bumped out of their traditional home on the third Sunday in September.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 03:18:10 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("