var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="LPGA Tour Championship ends 2010 season
";
arnews[0] += "The LPGA plays its final event of the season this week when the LPGA Tour Championship is played at the Rees Jones designed Houstonian Golf Club in Houston.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 12:17:31 GMT";
arnews[0] += "
";
arnews[1]="Tech-savvy driver a good fit for Go Daddy sponsorship
";
arnews[1] += "Up-and-coming NASCAR driver Brad Keselowski passed through Scottsdale on Thursday to take a tour of Scottsdale-based Go Daddy Group's offices.";
arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 06:22:50 GMT";
arnews[1] += "
";
arnews[2]="Commission wants park district study
";
arnews[2] += "Questions raised over the possible historic status of a Burlingame house halted its pending sale and resulted in additional costs for the owners primarily because the city does not have an ordinance for such situations - which could be addressed after the Planning Commission suggested a study of the neighborhood in question.";
arnews[2] += "
Publ.Date : Tue, 10 Nov 2009 15:30:19 GMT";
arnews[2] += "
";
arnews[3]="The Idea Woman: More than a pretty face, Anna Rawson, 28, is...
";
arnews[3] += "\"The LPGA is struggling. We were down from 34 events last year to 28 this year, with fewer than 20 planned for 2010.";
arnews[3] += "
Publ.Date : Sat, 24 Oct 2009 13:00:00 GMT";
arnews[3] += "
";
arnews[4]="Historic home review in works
";
arnews[4] += "Questions raised over the possible historic status of a Burlingame house halted its pending sale and resulted in additional costs for the owners primarily because the city does not have an ordinance for such situations - a conversation the Planning Commission will begin Monday.";
arnews[4] += "
Publ.Date : Fri, 06 Nov 2009 13:36:09 GMT";
arnews[4] += "
";
arnews[5]="Bulldogs, LadyCats earn volleyball regionals
";
arnews[5] += "The Columbus Grove Lady Bulldogs punched their ticket to Elida by capturing the Division IV Kalida District volleyball title with a 3-1 victory over the Van Buren Lady Knights Saturday at Kalida.";
arnews[5] += "
Publ.Date : Tue, 03 Nov 2009 11:07:55 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("