var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Top 10 Sci-Fi Movie Quotes
";
arnews[0] += "One thing that science fiction movies have plenty ofA are fantasticA lines and over the years the list of extremely stellar quotes has become longer and more exciting.";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 19:10:46 GMT";
arnews[0] += "
";
arnews[1]="TV best bets: Sat., Jan. 30
";
arnews[1] += "SLEEPY HOLLOW a ' Tim Burton directs this bleakly beautiful and atmospheric 1999 adaptation of the classic Washington Irving tale of the mythical horseman and his terrorizing midnight rides.";
arnews[1] += "
Publ.Date : Sat, 30 Jan 2010 07:14:29 GMT";
arnews[1] += "
";
arnews[2]=""One Hot Summer" on DVD
";
arnews[2] += "A beautiful Cuban-American lawyer is caught in the greatest dilemma of her life - stay with Ariel, her Cuban-American husband who is eager to start a family at any cost or reignite a past love with Luther, the \"romance\" of her life who unexpectedly returns to try and capture her heart once again.";
arnews[2] += "
Publ.Date : Mon, 25 Jan 2010 21:26:01 GMT";
arnews[2] += "
";
arnews[3]="Breaking Bad: Season One Coming to Blu-ray Disc
";
arnews[3] += "This Casper Van Dien actioner will arrive with a 1080p transfer, a DTS-HD 5.1 Master Audio sound mix, and a set of bonuses that is still TBD.";
arnews[3] += "
Publ.Date : Mon, 04 Jan 2010 19:22:12 GMT";
arnews[3] += "
";
arnews[4]="The Gratuitous B-Movie Column 01.04.10: Issue #87 - Starship Troopers 3: Marauder
";
arnews[4] += "The Gratuitous B-Movie Column 01.04.10: Issue #87 - Starship Troopers 3: Marauder Posted by Bryan Kristopowitz on 01.04.2010 \"Starship Troopers 3: Marauder\" Finally, this column reviews the second sequel to the greatest movie ever made.";
arnews[4] += "
Publ.Date : Mon, 04 Jan 2010 05:45:41 GMT";
arnews[4] += "
";
arnews[5]="Starship Troopers
";
arnews[5] += "A It should be another big weekend for James Cameron's Avatar , the sci-fi epic that continues to out-perform other new releases week after week.A On 9NEWS 5 a.m. we looked atA another sci-fi movieA that wasn't nearly as pricey to make, nor as intellectual, but one that has a big cult B-movieA following.";
arnews[5] += "
Publ.Date : Fri, 01 Jan 2010 18:20:30 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("