var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Look, Henry, no hands: football freestyler breaks another record
";
arnews[0] += "In May, Dan Magness kept a ball in the air for 24 hours in London. Courtesy Fifa DUBAI // Perhaps Thierry Henry could learn a thing or two from Dan Magness.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 03:39:03 GMT";
arnews[0] += "
";
arnews[1]="170k-a-week deal talks in bid to fend off Barcelona interest.
";
arnews[1] += "WAYNE ROONEY will become the highest-paid player in Premier League history and the face of Manchester United for the next decade.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 02:57:49 GMT";
arnews[1] += "
";
arnews[2]="Barcelona's draw in Bilbao leaves Real Madrid top - Summary
";
arnews[2] += "European champions Barcelona were held to a disappointing 1-1 draw away to Athletic Bilbao on Saturday, a result which leaves Real Madrid top of the Spanish Liga.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 02:05:40 GMT";
arnews[2] += "
";
arnews[3]="Messi has a suspected torn thigh
";
arnews[3] += "Lionel Messi has a suspected tear in his left thigh after he was substituted off at Sam Mams on Saturday night.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 01:30:13 GMT";
arnews[3] += "
";
arnews[4]="All or nothing for Barcelona, Real et al.
";
arnews[4] += "Jose Mourinho could find himself in an uncomfortable position if Internazionale lose to Barcelona.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 00:10:06 GMT";
arnews[4] += "
";
arnews[5]="Real back on top as Barcelona falter
";
arnews[5] += "Gonzalo Higuain nets Real Madrid's winner in the first half against Racing Santander.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 23:24:10 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("