var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Top 10 Hottest Vampires
";
arnews[0] += "Originally published November 20, 2009 at midnight, updated November 20, 2009 at 8:05 a.m. 10.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 21:07:16 GMT";
arnews[0] += "
";
arnews[1]="Moonshot
";
arnews[1] += "\"That's one small step for man, one giant leap for mankind.\" Oops. I was reading the brief synopsis of Moonshot on Amazon, trying to determine if this would be something I wanted to review.";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 19:50:29 GMT";
arnews[1] += "
";
arnews[2]="New York 2009
";
arnews[2] += "GUILLERMO DEL TORO Director of HELLBOY movies, PANa S LABYRINTH, BLADE II, MIMIC and CRONOS; del Toro will be signing copies of his first novel, the vampire epic THE STRAIN, on Friday .";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 17:29:00 GMT";
arnews[2] += "
";
arnews[3]="Exclusive first look: 'Battlestar' prequel 'Caprica' retools, reduces and readies itself for January debut
";
arnews[3] += "Exclusive first look: 'Battlestar' prequel 'Caprica' retools, reduces and readies itself for January debut \"Caprica \" arrives on Syfy Jan.";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 00:12:19 GMT";
arnews[3] += "
";
arnews[4]="Melissa George to guest on 'Lie to Me'
";
arnews[4] += "Actress Melissa George is to guest star on forthcoming episodes of Fox's Lie to Me .";
arnews[4] += "
Publ.Date : Wed, 11 Nov 2009 02:51:35 GMT";
arnews[4] += "
";
totcount = 5;
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("