var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Smallville: Brian Austin Green to return as Metallo
";
arnews[0] += "Brian Austin Green 's Metallo, the villain with the heart of Kryptonite, is returning to Smallville , TVGuide.com has confirmed.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 04:43:46 GMT";
arnews[0] += "
";
arnews[1]="Smallville: Brian Austin Green Returns as Metallo
";
arnews[1] += "Brian Austin Green 's Metallo, the villain with the heart of Kryptonite, is returning to Smallville , TVGuide.com has confirmed.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 01:50:29 GMT";
arnews[1] += "
";
arnews[2]="Kent football preview & fixtures
";
arnews[2] += "Seven Kent clubs will be trying to emulate Ebbsfleet's 2008 FA Trophy success in this weekend's third qualifying round.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 16:12:05 GMT";
arnews[2] += "
";
arnews[3]="Twilight saga: fascinating facts
";
arnews[3] += "2 When author Stephenie Meyer began writing the book, she didn't have names for Edward and Bella, so she just called them \"he\" and \"she\" in the first chapter.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 12:41:42 GMT";
arnews[3] += "
";
arnews[4]="Smallville: Preview of Episode 9.09 "Pandora"
";
arnews[4] += "Zod reigns on Smallville tonight, and chaos lurks in every corner no longer waiting to pounce.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 06:00:56 GMT";
arnews[4] += "
";
arnews[5]="Continue reading
";
arnews[5] += "COERCION: Detectives Bernard and Lupo suspect a violent armed robbery is part of a shakedown on 'Law & Order' at 8 p.m. on NBC.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 07:16:09 GMT";
arnews[5] += "
";
arnews[6]="Money isn't everything for Longwell Green Sports
";
arnews[6] += "Longwell Green Sports today pointed to the latest league manager-of-the-month prizes as evidence that big budgets don't guarantee success.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 07:00:00 GMT";
arnews[6] += "
";
totcount = 7;
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("