var arnews = new Array(5);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Early Doors: No football but some Hope
";
arnews[0] += "ED was going to knock out 700 words this morning on a barnstorming Lancashire derby....but then it snowed in Wigan.";
arnews[0] += "
Publ.Date : Tue, 22 Dec 2009 12:03:37 GMT";
arnews[0] += "
";
arnews[1]="Top 22 Sexiest Women In Sport
";
arnews[1] += "They are the ladies guaranteed to work up a sweat a ' the sexiest women in sport.";
arnews[1] += "
Publ.Date : Mon, 07 Dec 2009 18:45:10 GMT";
arnews[1] += "
";
totcount = 2;
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("