var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jansen warns Blackburn not to be complacent over relegation threat
";
arnews[0] += "Former Rovers striker Jansen, 32, remains confident Sam Allardycea s men will comfortably survive and can look forward to a brighter future but warns home games against Hull and Bolton in the next fortnight could yet prove pivotal.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 04:32:24 GMT";
arnews[0] += "
";
arnews[1]="'Benni can do better'
";
arnews[1] += "Benni McCarthy, who missed the second half of Saturday's English Premier League match against Burnley with an injury, should be fit to play for West Ham tonight against Birmingham City at Upton Park.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 03:37:56 GMT";
arnews[1] += "
";
arnews[2]="Hull City away at Blackburn Rovers - Follow LIVE text commentary
";
arnews[2] += "Hull City away at Blackburn Rovers Follow all the action as Hull City travel away to Blackburn Rovers at Ewood Park in the Premier League on 10-Feb-2010. The match kicks off at 20:00 Blackburn Rovers v Hull City Live";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 01:58:51 GMT";
arnews[2] += "
";
arnews[3]="Blackburn Rovers v Hull City - Follow LIVE text commentary
";
arnews[3] += "Blackburn Rovers v Hull City Follow every kick as Blackburn Rovers take on Hull City at Ewood Park in the Premier League on 10-Feb-2010, kick off time 20:00 Blackburn Rovers v Hull City Live Blackburn Rovers and Hull City meet at Ewood Park on Wednesday evening after enduring mixed fortunes at the weekend.Sam Allardyce's Rovers side were ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 01:58:23 GMT";
arnews[3] += "
";
arnews[4]="Blackburn Rovers v Hull City: match preview
";
arnews[4] += "Blackburn Rovers v Hull City Ewood Park Kick-off: 19.45 GMT TV: Highlights MotD.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 00:57:49 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("