var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ben Hardinge - Bleacherreport.com
";
arnews[0] += "I am a student studying Sports Journalism. I support Portsmouth FC, and love travelling to away grounds to see different fans and stadiums, even if it means going abroad. Music, friends and sport have all been a big influence in my life and help me ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 15:08:00 GMT";
arnews[0] += "
";
arnews[1]="Ex Saints manager sacked as boss of Scotland (From Daily Echo) - This is Southampton
";
arnews[1] += "Hey, i have an idea that would really help Portsmouth fc, and im serious... how about, we have a little reunion, GB and Rupert Lowe can get together and ''stabilise them'', surely they will end up in the non leagues... but Rupert will have everything ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 05:37:00 GMT";
arnews[1] += "
";
arnews[2]="EDITORIAL: Pompey finances demand they don't call 'time' on fan ... - FansOnLine.net
";
arnews[2] += "Those who see their glass as being generally half full will have been reassured by the news that Portsmouth FC has managed to agree a refinancing package with a financial institution. In the short term at least it will bring some long-overdue ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 07:08:00 GMT";
arnews[2] += "
";
totcount = 3;
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("