var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Nani Hitting Top Gear at Last - Neville
";
arnews[0] += "Manchester United veteran Gary Neville believes team-mate Nani is finally beginning to demonstrate that he can be a key figure at Old Trafford.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:29:23 GMT";
arnews[0] += "
";
arnews[1]="More
";
arnews[1] += "Aston Villa v Man. Utd. Click here to bet. Click here to follow us on Twitter! Click here for our special Transfer Centre! Click here for more football headlines! Manchester United veteran Gary Neville believes team-mate Nani is finally beginning to demonstrate that he can be a key figure at Old Trafford.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 08:29:00 GMT";
arnews[1] += "
";
arnews[2]="Cristiano Ronaldo rejected Barcelona before joining Real claims Calderon
";
arnews[2] += "Former Real Madrid president Ramon Calderon claims Cristiano Ronaldo rejected a move to Barcelona in order to join their bitter rivals.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 06:44:44 GMT";
arnews[2] += "
";
arnews[3]="Are Manchester United Overly Dependent on Wayne Rooney?
";
arnews[3] += "Manchester United go into their midweek clash against Aston Villa a mere two points behind Chelsea.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 05:43:27 GMT";
arnews[3] += "
";
arnews[4]="Higuain Keen to Stay at Madrid
";
arnews[4] += "Real Madrid striker Gonzalo Higuain insists he would love to remain at the Bernabeu for many more years.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 05:06:38 GMT";
arnews[4] += "
";
arnews[5]="Kaka promises more after ending barren run
";
arnews[5] += "MADRID: Real Madrid's Brazilian superstar Kaka believes he is yet to show his best form since his E68.5 million move from AC Milan after scoring for the first time in three months in his side's 3-0 home win over Espanyol on Saturday.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 04:27:19 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("