var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="This Just In: Kate Gosselin Shows Off New Book and New Hair
"; arnews[0] += "Jon & Kate Plus 8 : The former reality mama might be MIA from our TV lineups each week, but that doesn't mean she's slipped off the radar."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 21:27:14 GMT"; arnews[0] += "
"; arnews[1]="Davies keeps faith with under-20s
"; arnews[1] += "WALES under-20s head coach Phil Davies has kept faith with the side that faced England last Friday for his side's first home fixture of the Under 20 Six Nations, against Scotland at Cardiff Arms Park ."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 17:01:02 GMT"; arnews[1] += "
"; arnews[2]="Airmen back on track as Aber are beaten
"; arnews[2] += "Airbus returned to winning ways at home to Aberystwyth, completing a league double over Alun Morgan's side with a 2-0 success."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 13:33:55 GMT"; arnews[2] += "
"; arnews[3]="Crusaders brush aside Letchworth challenge
"; arnews[3] += "Potters Bar Crusaders continued their good form with an 8-2 win over Baldock Town Letchworth A in the Premier Division on Saturday."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 12:28:24 GMT"; arnews[3] += "
"; arnews[4]="Strength in depth works for Appleby's
"; arnews[4] += "WHO says the Torbay Sunday League is in decline? Certainly not Appleby's manager Rod Martin after springing to its defence in the wake of his side's 7-3 triumph over Victoria Inn at Ashburton's Chuley Road to hold on to second place in Division One at the weekend."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 09:54:21 GMT"; arnews[4] += "
"; totcount = 5; 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("
");