var arnews = new Array(6); totcount = 4; 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]="Sporty season's greetings
"; arnews[1] += "Some year huh! Too many women for Tiger Woods. Too many men for the Saskatchewan Roughriders."; arnews[1] += "
Publ.Date : Sun, 20 Dec 2009 16:12:41 GMT"; arnews[1] += "
"; arnews[2]="Top 22 Sexiest Women In Sport
"; arnews[2] += "They are the ladies guaranteed to work up a sweat a ' the sexiest women in sport."; arnews[2] += "
Publ.Date : Mon, 07 Dec 2009 18:45:10 GMT"; arnews[2] += "
"; arnews[3]="Girls Girls Girls: Is this the nicest rear-end in sport?
"; arnews[3] += "Bia and Branca Feres are this week's sporting hotties providing us with our biggest conundrum yet in the boot room."; arnews[3] += "
Publ.Date : Wed, 11 Nov 2009 10:40:00 GMT"; arnews[3] += "
"; totcount = 4; 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("
");document.write("
");