var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Platoon vs. Top Gun and the Perennial Fight for Our Movie Souls
";
arnews[0] += "On May 16, 1986, a film called Top Gun was released. Perfectly timed for the summer, Top Gun featured burgeoning star Tom Cruise and a whole mess of fighter jets.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:44:00 GMT";
arnews[0] += "
";
arnews[1]="09: Films
";
arnews[1] += "As usual I had every intention of doing a best-bits-of-2009 list, and as usual I completely lost track of time and now 1/12th of 2010 is already over.";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 12:42:13 GMT";
arnews[1] += "
";
arnews[2]="Still 'Cuckoo' After All These Years
";
arnews[2] += "In 1975, 'One Flew Over The Cuckoo's Nest' became only the second film to win all five major Academy Awards, including Best Picture, Best Actor and Best Director.";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 21:36:03 GMT";
arnews[2] += "
";
arnews[3]="Still 'Cuckoo' After All These Years
";
arnews[3] += "In 1975, 'One Flew Over The Cuckoo's Nest' became only the second film to win all five major Academy Awards, including Best Picture, Best Actor and Best Director.";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 14:34:52 GMT";
arnews[3] += "
";
arnews[4]="Photo by Hulton Archive/Getty Images
";
arnews[4] += "In 1975, 'One Flew Over The Cuckoo's Nest' became only the second film to win all five major Academy Awards, including Best Picture, Best Actor and Best Director.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 13:43:36 GMT";
arnews[4] += "
";
arnews[5]="Can 'Up in the Air' win best picture at Oscars without an editing nomination?
";
arnews[5] += "Ever since the Oscars introduced an award for editing in 1934, only nine movies have won best picture without at least being nominated for the editing Academy Award .";
arnews[5] += "
Publ.Date : Tue, 02 Feb 2010 21:41:33 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("