var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ruud: I rejected Feyenoord
";
arnews[0] += "Ruud van Nistelrooy has revealed that Feyenoord were one of a host of clubs interested in securing his services during last month's transfer window.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:43:10 GMT";
arnews[0] += "
";
arnews[1]="Rob Bagchi: Why the best strikers never lose it
";
arnews[1] += "Kevin Phillips is one of the best penalty-box hustlers the domestic game has produced.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 00:10:06 GMT";
arnews[1] += "
";
arnews[2]="Ruud Gullit: Scored in the Netherlands' 1998 European Championship final triumph.
";
arnews[2] += "Perfect bracket could win you $5,000 cash! First select which two teams will advance out of each the eight groups.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 21:15:27 GMT";
arnews[2] += "
";
arnews[3]="Sam Wallace: Right place, wrong time is the story of Van Nistelrooy's unfulfilled career
";
arnews[3] += "Talking Football: He famously never scored a goal hit from outside the box for United, although that wrongly suggests he never scored spectacular goals Ruud van Nistelrooy in his Manchester United days enlarge As Ruud van Nistelrooy completes the last transfer of his career this week he will surely reflect that, as a striker who has scored so many ...";
arnews[3] += "
Publ.Date : Mon, 25 Jan 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Bundes Liga: Bayern draw level with league leaders
";
arnews[4] += "Hoffenheim s Carlos Eduardo celebrates scoring against Hannover 96 during their Bundesliga match in Sinsheim, Germany, on Saturday.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 18:17:24 GMT";
arnews[4] += "
";
arnews[5]="Bayern nets eighth straight win while Leverkusen stumbles
";
arnews[5] += "German Bundesliga leader Bayer Leverkusen on was held to a 1-1 draw Saturday at Bochum, while chaser Bayern Munich staged an outstanding 3-1 performance against swamped defending champion Wolfsburg.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 13:12:42 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("