var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Photo
";
arnews[0] += "Kristen Stewart and Robert Pattinson filmed much of The Twilight Saga: New Moon in British Columbia.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 01:55:40 GMT";
arnews[0] += "
";
arnews[1]="Movieweb's 2009 Blu-ray Holiday Gift Guide
";
arnews[1] += "Listen up hi-def humbugs and Blu-ray Scrooges! This is the year you'll not just want, but need, to buy a new hi-def plasma screen and a shiny black Blu-ray player for Christmas .";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 04:55:00 GMT";
arnews[1] += "
";
arnews[2]="MovieWeb's 2009 DVD Holiday Gift Guide
";
arnews[2] += "Black Friday is approaching, fellow readers. No, I'm not talking about some sort of economic free-fall or any apocalyptic event that we might see in 2012 .";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 04:55:00 GMT";
arnews[2] += "
";
arnews[3]="5-Page Preview ofandnbsp;Final Issue of Nero Comic Book Mini Series
";
arnews[3] += "Originally hired as co-executive producer to help with the second half of the show's first season, Kevin Murphy has now taken the reins of Caprica , the Battlestar Galactica prequel on Syfy, according to The Hollywood Reporter.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 01:59:58 GMT";
arnews[3] += "
";
arnews[4]="Dish Of Salt: Friday TV Round-Up
";
arnews[4] += "Access Hollywood's Geek Squad meet Katee 'Starbuck' Sackhoff! CBS Getty Images Jennifer Lopez performs onstage during the 2009 American Music Awards rehearsals held at Nokia Theatre L.A. Live on November 19, 2009 in Los Angeles, California HBO Larry David, Jerry Seinfeld, Michael Richards, Julia Louis-Dreyfus and Jason Alexander on 'Curb Your ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 01:06:31 GMT";
arnews[4] += "
";
arnews[5]="'Farscape' series megaset offers good sci-fi fun
";
arnews[5] += "This week's new releases for kids, teens and families: \"Farscape: The Complete Series Megaset\" : Before \"Battlestar Galactica\" ruled at the former Sci Fi Network , this exciting, family-friendly series kept viewers coming back every week.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 20:32:49 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("