var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Vijay Singh - CBS Sports
";
arnews[0] += "No Analysis Available Yet. Click on 'Post Your Analysis' and be the first to add your analysis. Be the first to add your analysis. Submitting, please wait... Sorry, there was a problem submitting your post, please try again. To create posts you must ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 09:08:00 GMT";
arnews[0] += "
";
arnews[1]="Ex-Defence Secretary Vijay Singh sworn in as UPSC member - Newstrack India
";
arnews[1] += "New Delhi, Nov.19 (ANI): Former Defence Secretary Vijay Singh took the oath of office and secrecy as Member, Union Service Public Commission today. Professor D.P.Agrawal, Chairman, UPSC, administered the oath. An Indian Administrative Service Officer ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 13:55:00 GMT";
arnews[1] += "
";
arnews[2]="Italy's Molinari takes Dunlop Phoenix golf lead - Big Hollywood
";
arnews[2] += "Edoardo Molinari (pictured in 2008) of Italy hit a two-under-par 69 to snat... Edoardo Molinari of Italy hit a two-under-par 69 to snatch the lead after the third round in the Dunlop Phoenix men's golf tournament on Saturday. Starting the day one ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 09:57:00 GMT";
arnews[2] += "
";
arnews[3]="Golf: Molinari moves in front at Dunlop Phoenix+ - Big Hollywood
";
arnews[3] += "MIYAZAKI, Japan, Nov. 21 (AP) - (Kyodo)—Edoardo Molinari of Italy shot a 2-under 69 Saturday to take a one-shot lead into the final round of the Dunlop Phoenix Tournament. The 2009 European Challenge Tour money leader had four birdies and two ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 07:26:00 GMT";
arnews[3] += "
";
arnews[4]="Italy's Molinari takes Dunlop Phoenix lead - FOXSports.com
";
arnews[4] += "MIYAZAKI, Japan (AP) - Italy's Edoardo Molinari shot a 2-under 69 on Saturday to take a one-stroke lead at the $2.2 million Dunlop Phoenix. Molinari, the 2009 European Challenge Tour money leader, had four birdies and two bogeys to finish at 8-under ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 07:55:00 GMT";
arnews[4] += "
";
arnews[5]="Japan's Maeda fires 65, moves into three-way tie for lead at Dunlop ... - CBS Sports
";
arnews[5] += "MIYAZAKI, Japan -- Yudai Maeda shot a 6-under 65 on Friday to move into a three-way tie for the lead after the second round of the $2.2 million Dunlop Phoenix. Maeda offset a lone bogey with seven birdies at the par-71 Phoenix Country Club to share ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 13:04:00 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("