var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The 10 Worst Scifi Snubs In Oscar History - io9.com
";
arnews[0] += "The Avatar hype machine is roaring at a Wagnerian pitch, but even James Cameron's giant Ewok epic is handicapped in the 2010 race. Why? Historically, Oscar voters aren't scifi fans. Here are 10 of the Academy's most egregious scifi snubs. (Note to ...";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 17:32:00 GMT";
arnews[0] += "
";
arnews[1]="DVD reviews: 'Zombieland' a vastly entertaining buddy comedy - PITTSBURGH TRIBUNE-REVIEW
";
arnews[1] += "It's certainly no secret that vampires and zombies seem to be hot subjects these days for directors of any genre. The undead and creatures of the night can be found in comedies, thrillers and, of course, horror films. When done with originality, it's ...";
arnews[1] += "
Publ.Date : Mon, 01 Feb 2010 23:55:00 GMT";
arnews[1] += "
";
totcount = 2;
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("