var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Westwood gains on McIlroy in Dubai golf
";
arnews[0] += "Young Rory McIlroy fell victim to the tough closing stretch of the Earth course at Jumeirah Golf Estates as veteran Lee Westwood grabbed the advantage in their battle for supremacy in European golf.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 18:53:57 GMT";
arnews[0] += "
";
arnews[1]="Westwood shoots 66 to keep two-shot lead
";
arnews[1] += "With another money title and $2.75 million in his sights, Lee Westwood fired a six-under 66 on Saturday to retain his two-shot lead at the Dubai World Championship.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 17:31:13 GMT";
arnews[1] += "
";
arnews[2]="Rory McIlroy miscues to leave Lee Westwood in Europe's box seat
";
arnews[2] += "Photograph: Ali Haider/EPA Lee Westwood is now a firm favourite to win the European Tour money list tomorrow after Rory McIlroy endured a poor end to his third round at the Dubai World Championship.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 13:43:24 GMT";
arnews[2] += "
";
arnews[3]="Smit banks on new blood
";
arnews[3] += "By Jacques van der Westhuyzen Udine The Springboks have lost only three Test matches this year on their way to capturing a series against the British and Irish Lions, winning the Tri-Nations and rising to number one in the world.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 13:34:27 GMT";
arnews[3] += "
";
arnews[4]="McIlroy slump lets in Westy
";
arnews[4] += "Third round leaderboard: GB&Ire unless stated -15 L Westwood -13 R McGowan -10 R McIlroy -10 P Harrington -10 A Noren -9 G Ogilvy -9 S Garcia News A late meltdown from Rory McIlroy allowed Lee Westwood to take pole position in the battle for the title of European number one.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 13:09:22 GMT";
arnews[4] += "
";
arnews[5]="McIlroy aiming for thrilling climax
";
arnews[5] += "What a weekend this could be for Rory McIlroy in Dubai - the country where he achieved the first win of his professional career in February.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 12:32:35 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("