var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Poor run leaves Posh skipper Boyd so frustrated
"; arnews[0] += "CAPTAIN George Boyd admits he wants to scream out in frustration at Posh's desperate plight at the foot of The Championship."; arnews[0] += "
Publ.Date : Mon, 01 Feb 2010 16:28:57 GMT"; arnews[0] += "
"; arnews[1]="Pete joins ladies at Nic's shower
"; arnews[1] += "DAD Peter Andre attended Nicola McLean's baby shower with his kids yesterday. The Aussie singer took little Princess Tiaamii, two, to the bash at London's plush May Fair hotel."; arnews[1] += "
Publ.Date : Fri, 29 Jan 2010 19:51:48 GMT"; arnews[1] += "
"; arnews[2]="Letters: City left to clear up the mess after finish of festive season
"; arnews[2] += "WALKING through the east end of Princes Street Gardens the other day I couldn't help but notice the terrible mess that has been made following the departure of the Christmas attractions accommodated there."; arnews[2] += "
Publ.Date : Tue, 26 Jan 2010 14:11:26 GMT"; arnews[2] += "
"; arnews[3]="NICOLA McLean wants to have plastic surgery on her private parts after her second tot
"; arnews[3] += "PREGNANT glamour girl Nicola McLean wants a designer vagina after giving birth to her second child."; arnews[3] += "
Publ.Date : Thu, 14 Jan 2010 13:12:51 GMT"; arnews[3] += "
"; arnews[4]="Meeting at the crossover
"; arnews[4] += "There are lessons to be learned across the country from the direction that has been taken by the Perth Festival of the Arts since around the start of this new millennium."; arnews[4] += "
Publ.Date : Tue, 12 Jan 2010 04:36:25 GMT"; arnews[4] += "
"; arnews[5]="Quiz: Test your knowledge of Posh in 2009
"; arnews[5] += "FILLED quiz based on Peterborough United's ups and downs at London Road in 2009: 1) Why, was it claimed, did Darren Ferguson leave London Road? a) His dad told him to."; arnews[5] += "
Publ.Date : Sat, 09 Jan 2010 02:59:24 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("
");document.write("
");