var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="2 New Smallville S09E12: Warrior Videos Arrive
";
arnews[0] += "The CW Network has provided us with two new videos for the upcoming Smallville episode, Warrior , which will air on Friday, February 12 at 8 PM ET only on the CW Network.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 19:48:45 GMT";
arnews[0] += "
";
arnews[1]="Smallville: Absolute Justice an absolute joy
";
arnews[1] += "Lexington TV Examiner rates this: Long anticipated, Friday night's two hour television movie Smallville: Absolute Justice was more than just two episodes of the CW 's popular Smallville series.";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Marshall is back to lift Paulton's play-off bid
";
arnews[2] += "Zamaretto League: Paulton Rovers manager Andrew Jones has swooped to make his second major signing in seven days with the return of defender Lee Marshall to Winterfield Road.";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="[Read more Burton Mail sport]
";
arnews[3] += "BARTON Green are seven points clear at the top of the MARLEY ETERNIT UNDER-10 DIVISION ONE after beating Rolleston Diamonds 2-0. Goals came from Ewan Melia and Joe Bishop.";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 11:34:13 GMT";
arnews[3] += "
";
arnews[4]="Junior Football: Werrington sitting pretty after 8-0 win
";
arnews[4] += "Under 14: DANE Hammond and Rodney Gilson were both on target twice as Werrington crushed Langtoft in Division One.";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 15:21:38 GMT";
arnews[4] += "
";
arnews[5]="Cookbook celebrates Cub Scout cuisine
";
arnews[5] += "The annual Girls Scout cookie hysteria began last month, but the boxes of Thin Mints and Peanut Butter Patties are not the only Scouting-approved cuisine around.";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 08:14:19 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("