var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Smallville: Preview of Episode 9.09 "Pandora"
";
arnews[0] += "Zod reigns on Smallville tonight, and chaos lurks in every corner no longer waiting to pounce.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 06:00:56 GMT";
arnews[0] += "
";
arnews[1]="Continue reading
";
arnews[1] += "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[1] += "
Publ.Date : Fri, 20 Nov 2009 07:16:09 GMT";
arnews[1] += "
";
arnews[2]="Salford junior football
";
arnews[2] += "Monton Amateurs: The Under 14s beat Astley Bridge 3-0.A Matty Barlow-Thomas scored all three goals in a Player of the Match performance.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 15:30:40 GMT";
arnews[2] += "
";
arnews[3]="Marshall in gr-eight form for Casuals
";
arnews[3] += "WITH the top five teams not in league action this week, Repton Casuals Blue took the opportunity to close the gap at the top of MARLEY ETERNIT UNDER-13 DIVISION ONE.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 07:49:27 GMT";
arnews[3] += "
";
arnews[4]="Surprise defeat for the league leaders
";
arnews[4] += "THERE was a shock result for BRIAN MOLE UNDER-12 DIVISION ONE leaders Gresley Juniors at the weekend as they went down 2-1 at lowly Barton Rovers.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 07:49:12 GMT";
arnews[4] += "
";
arnews[5]="CW to Air Smallville Movie in February
";
arnews[5] += "Smallville is getting the big screen treatment on the small screen. The CW has unexpectedly decided to air a two-hour movie called Smallville: Absolute Justice on February 5 as a special event.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 12:16:01 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("