var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Jeev tied 15th after hitting four-under
"; arnews[0] += "Dubai: Seasoned Indian golfer Jeev Milkha Singh hopped back into contention for a top-10 finish after a brilliant four-under 68 in the penultimate round gave him a share of the 15th spot in the Dubai World Championship here on Saturday."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 03:34:57 GMT"; arnews[0] += "
"; arnews[1]="'My caddie has banned me from watching the leaderboard,' says Lee Westwood
"; arnews[1] += "Aptly enough for a man in a desert with a thirst to satisfy, Lee Westwood is refusing to be blinded by the glare."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 03:17:57 GMT"; arnews[1] += "
"; arnews[2]="Westwood flawless in Dubai
"; arnews[2] += "Westwood flawless in Dubai Lee Westwood of England plays from a bunker on the 14th hole during the third round of the Dubai World Championship on the Earth Course, Jumeirah Golf Estates on November 21, 2009 in Dubai, United Arab Emirates."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 02:47:42 GMT"; arnews[2] += "
"; arnews[3]="World Golf Championship in Dubai
"; arnews[3] += "Westwood in control as McIlroy flags late on DUBAI: A flawless round of 66 by Lee Westwood, and late mistakes by his young Race to Dubai rival Rory McIlroy, gave the Englishman a considerable advantage with one round to go in the Dubai World Championship."; arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 02:14:22 GMT"; arnews[3] += "
"; arnews[4]="Westwood ahead by two strokes at Dubai
"; arnews[4] += "Lee Westwood had his second 6-under-par 66 of the tournament Saturday and has a 2-stroke lead after three rounds of the European PGA's Dubai World Championship."; arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 01:14:04 GMT"; arnews[4] += "
"; arnews[5]="Confident Westwood closing in fast on 1.6million jackpot
"; arnews[5] += "LEE Westwood simply oozed confidence in the desert yesterday, knowing that he is just one solid round away from a A 1.6million jackpot."; arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 01:07:36 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("
");document.write("
");