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]="CW to Air Smallville Movie in February
";
arnews[2] += "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[2] += "
Publ.Date : Wed, 18 Nov 2009 12:16:01 GMT";
arnews[2] += "
";
arnews[3]="Holy Gleek! Wonder Twins' Smallville is Actually a Wonderful Episode
";
arnews[3] += "When I heard the Wonder Twins were coming to Smallville people in the next county could hear me scream.";
arnews[3] += "
Publ.Date : Sat, 14 Nov 2009 14:24:17 GMT";
arnews[3] += "
";
arnews[4]="Who wants to be a Gemini winner?
";
arnews[4] += "Corner Gas is the front-runner to repeat in this category, and deservedly so. Consider the diversity of the other nominees, though, from the mockumentary zaniness of Cocka d Gunns to the animated slacker humour of Odd Job Jack to the hit-and-miss shots in Rent-a-Goalie. Chances are fans of Kenny vs.";
arnews[4] += "
Publ.Date : Sat, 14 Nov 2009 12:16:23 GMT";
arnews[4] += "
";
arnews[5]="Smallville Reaction: Idol
";
arnews[5] += "I tweet quite a bit. I have a Facebook profile. They keep me in contact with friends, family, and, yes, it also lets me get the latest news on all of my pop culture obsessions.";
arnews[5] += "
Publ.Date : Sat, 14 Nov 2009 05:23:29 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("