var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Elling: Mojo risin' in LPGA stock market
";
arnews[0] += "Gentlemen, start your search engines. In what almost certainly represents a first at the professional level, a new event on the LPGA schedule this spring is allowing fans to select the final player in an elite, 16-woman field that will battle for a $1 million purse in Jamaica.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:19:39 GMT";
arnews[0] += "
";
arnews[1]="Paula Creamer and the LPGA suffered through 2009, and both hope for a better 2010: D-Man's World
";
arnews[1] += "Nobody has looked forward to the 2010 LPGA Tour season -- regardless how scaled back it is -- more than Paula Creamer.";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 23:36:28 GMT";
arnews[1] += "
";
arnews[2]="Sun CEO Tweets Resignation: And 9 More Notable News-Making Tweets
";
arnews[2] += "Forget press releases and interviews - today's headline-makers make the news by using Twitter.";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 15:23:00 GMT";
arnews[2] += "
";
arnews[3]="Inman: It's time for these 'losers' to win titles
";
arnews[3] += "Another champion soon will be crowned in the NFL. Odds favor it being the Indianapolis Colts' Peyton Manning.";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Junior golfers can sign up with HSJGA
";
arnews[4] += "The Hawaii State Junior Golf Association has officially opened its 2010 season and is accepting new and returning member applications.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Top Golfers to Compete at HSBC Women's Champions in Singapore
";
arnews[5] += "SINGAPORE, February 03, 2010 /24-7PressRelease/ -- Many of the world's best female golfers will be heading to Singapore to take part in the HSBC Women's Champions next month.";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 08:00: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("