var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Derby County v Newcastle United - full coverage in therams.co.uk match ... - This is Derbyshire
";
arnews[0] += "FOLLOW Derby County's progress against Newcastle United tonight in the Match Centre at www.therams.co.uk . Our reporters will be posting regular updates from the Championship clash at Pride Park Stadium in the Match Centre, while action pictures from ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 10:52:00 GMT";
arnews[0] += "
";
arnews[1]="Report: Newcastle United Striker Andy Carroll Charged With Assault - goal.com
";
arnews[1] += "Newcastle United forward Andy Carroll is alleged to have been involved in a nightclub altercation and has been charged with an assault, according to a report on the BBC . The incident occured at 'Blu Bamboo' in Newcastle on December 7, 2009, where a ...";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 13:31:00 GMT";
arnews[1] += "
";
arnews[2]="LuaLua makes Seagulls switch - Footy Mad
";
arnews[2] += "Brighton & Hove Albion have signed Kazenga LuaLua on loan for a month from Championship outfit Newcastle United. The 19-year-old midfielder could make his debut in the tough weekend clash against Norwich City. LuaLua is the younger brother of former ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 14:27:00 GMT";
arnews[2] += "
";
arnews[3]="Newcastle United 5 - 1 Cardiff City - ESPN Soccernet
";
arnews[3] += "Andy Carroll and Peter Lovenkrands blasted Newcastle six points clear at the top of the Coca-Cola Championship table as fourth-placed Cardiff were routed 5-1 on Tyneside. Carroll plundered a double inside a devastating opening 15 minutes and in ...";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 02:06:00 GMT";
arnews[3] += "
";
arnews[4]="Newcastle United footballer charged with assault - The Independent
";
arnews[4] += "Newcastle United striker Andy Carroll was charged with assault today following an incident at a city centre nightclub. The 21-year-old is accused of attacking another reveller inside the Blu Bambu, on Newcastle's Bigg Market, in December. Carroll, of ...";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 09:56:00 GMT";
arnews[4] += "
";
arnews[5]="Newcastle United striker Andy Carroll on assault charge - BBC UK News
";
arnews[5] += "A man suffered minor head injuries during the incident at Blu Bamboo in Newcastle's Bigg Market area on 7 December. He was taken to hospital for treatment and later discharged. Mr Carroll, 21, of Prestwick, Northumberland, will appear at Newcastle ...";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 09:49:00 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("