var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="UK & World News: Health bill clears US Senate hurdle
";
arnews[0] += "Sweeping health care legislation has cleared its first hurdle in the US Senate on a party-line vote.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:05:19 GMT";
arnews[0] += "
";
arnews[1]="No objections to academy plan
";
arnews[1] += "RESIDENTS have given their seal of approval to the proposed expansion of Sunderland AFC's training ground.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 04:13:25 GMT";
arnews[1] += "
";
arnews[2]="Sunderland 1 Arsenal 0- Gunners lose their way without a classy Van Persie
";
arnews[2] += "If Serbian horse placenta does not work, Arsenal should consider bringing on Marvo the Magician's miracle cure ... or anything else to get Robin van Persie back in action.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 01:17:37 GMT";
arnews[2] += "
";
arnews[3]="UK & World News: Car fire alert at policing board HQ
";
arnews[3] += "A car has ignited close to the Policing Board headquarters in Belfast, police said.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 01:05:16 GMT";
arnews[3] += "
";
arnews[4]="Newcastle United complete Pancrate signing
";
arnews[4] += "NEWCASTLE United have bolstered the size of their paper-thin squad by adding the name of Fabrice Pancrate to their roster.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 20:02:27 GMT";
arnews[4] += "
";
arnews[5]="PA Sport: Tigers claw back point
";
arnews[5] += "Ten-man Hull held on for a 3-3 draw after staging a remarkable fightback against fellow Barclays Premier League strugglers West Ham.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 18:45:14 GMT";
arnews[5] += "
";
arnews[6]="PA Sport: Blues put four past Wolves
";
arnews[6] += "Chelsea stormed to an eight-point lead at the top of Barclays Premier League with a clinical 4-0 demolition of woeful Wolves at Stamford Bridge.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 18:45:14 GMT";
arnews[6] += "
";
totcount = 7;
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("