var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="McIlroy has sore back, will play Match Play
";
arnews[0] += "Rory McIlroy of Northern Ireland wants golf authorities to reconsider their new regulations on the shape of grooves in club heads.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 17:51:28 GMT";
arnews[0] += "
";
arnews[1]="Golf News: Wirral double act to host Boys' championship in 2013
";
arnews[1] += "ONE of golf's most prestigious tournaments for young players is heading to Merseyside.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 00:00:00 GMT";
arnews[1] += "
";
arnews[2]="on Nascar: Lucas Oil Slick Mist 200 Arca Race Breaks New Ground in Co-ed Sports
";
arnews[2] += "Feb. 8, 2010 ON NASCAR: Lucas Oil Slick Mist 200 ARCA Race Breaks New Ground in Co-ed Sports By Cathy Elliott The Lucas Oil Slick Mist 200 ARCA race at Daytona International Speedway may be commonly referred to as 'Dani-palooza,' but there is a larger issue at stake.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 13:15:38 GMT";
arnews[2] += "
";
arnews[3]="Tacoma boxer Sandoval recovers
";
arnews[3] += "The traffic din from Pacific Avenue was audible two blocks away at the driving range, but Ryan Moore wasn't listening.";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 11:30:34 GMT";
arnews[3] += "
";
arnews[4]="Finally, the hard-hat renovators show up
";
arnews[4] += "It's February and, as they say in the TV business, \"here are the major developments and stories we're working on.\" For instance, the eye-catching opener is in golf where we have Phil Mickelson, fatigued from shouldering the considerable PR load of Tiger Woods besides his weighty own-self. In doing so, he has testily announced he will not be using ...";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 16:54:28 GMT";
arnews[4] += "
";
arnews[5]="Jaidee shoots 66 for 2nd-round lead in Dubai
";
arnews[5] += "Thongchai Jaidee of Thailand shot a 6-under 66 Friday to take the second-round lead at the Dubai Desert Classic.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 19:16:20 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("