var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="HMRC in talks over plight of Portsmouth FC
";
arnews[0] += "Officials from Portsmouth are reported to have been involved in last minutes talks with the taxman to avoid a winding-up order due to hit the courts today.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:52:23 GMT";
arnews[0] += "
";
arnews[1]="Grant: Ref denied us win
";
arnews[1] += "Avram Grant blamed referee Kevin Friend for costing Pompey victory against Sunderland.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 07:29:56 GMT";
arnews[1] += "
";
arnews[2]="Stockbridge destroy poorly Fawley
";
arnews[2] += "The enigma which is Stockbridge FC is clearly shown by the last two results. Last Monday week they travelled to US Portsmouth, lost 3-0 and hardly had a shot on goal.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 03:57:08 GMT";
arnews[2] += "
";
arnews[3]="Wigan and Sunderland renew interest in Paraguay international Cristian Riveros
";
arnews[3] += "Wigan and Sunderland are to revive interest in Cruz Azul midfielder Cristian Riveros, 27, during the summer.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 02:02:48 GMT";
arnews[3] += "
";
arnews[4]="Portsmouth 1 Sunderland 1- Angry Avram makes an enemy of Kevin Friend
";
arnews[4] += "A late intervention from Aruna Dindane helped Portsmouth salvage a precious point on Tuesday night, but HM Revenue and Customs may not be as helpful as Sunderland's defence or referee Kevin Friend's wrist watch.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 02:02:07 GMT";
arnews[4] += "
";
arnews[5]="National Sport: Dindane claims dramatic equaliser
";
arnews[5] += "Portsmouth striker Aruna Dindane struck deep into stoppage-time to earn his side a valuable 1-1 draw against Sunderland.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 22:45:13 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("