var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Chelsea and United signal intent - UEFA
";
arnews[0] += "Manchester United FC moved above Arsenal FC into second place in the Premier League after a convincing 3-0 win over Everton FC in the late game in the Premier League on Saturday, but Chelsea FC remain five points clear at the top following their 4-0 ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 19:37:00 GMT";
arnews[0] += "
";
arnews[1]="Beach babes take dip for Children in Need - Sunderland Echo
";
arnews[1] += "Gillian has also organised a talk-in for Children in Need featuring Sunderland AFC legend Bobby Kerr at the Travellers' Rest in Shiney Row in November 25 from 7.30pm. Tickets, £5, are available on the door.";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 10:09:00 GMT";
arnews[1] += "
";
arnews[2]="Wearside ref Geoff plays his cards right - Sunderland Echo
";
arnews[2] += "Your account has been frozen . For your available options click the below button. Wearside has its first Football League referee in three decades. Geoff Eltringham is one of seven new additions to the League list nationally, but the first from ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 11:04:00 GMT";
arnews[2] += "
";
arnews[3]="The Most Important Man In The World; and Tony Hibbert - The Guardian
";
arnews[3] += "The Fiver has always prided itself on its highly-evolved damage limitation skills. The excuse about having just sort of forgotten about the litre of Irish Knights tucked inside its specially-adapted sleeve at the supermarket exit gate. The wheedling ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 16:39:00 GMT";
arnews[3] += "
";
totcount = 4;
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("