var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jolly: Big challenges for Big Sam
";
arnews[0] += "With 13 points from 11 games, they are stationed in the lower half of the lower half of the Premier League.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:30:35 GMT";
arnews[0] += "
";
arnews[1]="Woeful start but Kranjcar now has lots to Cro about
";
arnews[1] += "KEY BATTLE: GARETH BARRY v NIKO KRANJCAR He will be hoping for more of the same in trying to cut out the supply to the creative Kranjcar, who has just joined Tottenham after a successful stint at Portsmouth.\"> Niko Kranjcar swaps the south coast for north London: 'I wanted to make a statement somewhere else' enlarge Niko Kranjcar's season was only ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 03:25:51 GMT";
arnews[1] += "
";
arnews[2]="Why Scottish football is in such a mess
";
arnews[2] += "A lone Scotland fan sits dejected after defeat by Holland at Hampden ended George Burley's World Cup dream enlarge In the end, it came as a relief, like an act of mercy.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 03:20:11 GMT";
arnews[2] += "
";
arnews[3]="Bolton Wanderers v Blackburn Rovers - Follow LIVE text commentary
";
arnews[3] += "Bolton Wanderers v Blackburn Rovers Follow every kick as Bolton Wanderers take on Blackburn Rovers at Reebok Stadium in the Premier League on 22-Nov-2009, kick off time 13:30 Bolton Wanderers v Blackburn Rovers Live Bolton Wanderers face a north-west derby against Blackburn at the Reebok Stadium on Saturday with Rovers boss Sam Allardyce making ...";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 01:15:06 GMT";
arnews[3] += "
";
arnews[4]="Scotland manager: The contenders
";
arnews[4] += "CRAIG LEVEIN 2/1 For: Has a decent track record in the SPL and commands respect.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 01:08:06 GMT";
arnews[4] += "
";
arnews[5]="Top Premier League Boss To Have Heart Op
";
arnews[5] += "Blackburn manager Sam Allardyce will miss the next three Barclays Premier League matches as he is to undergo a heart operation.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 00:48:18 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("