var arnews = new Array(6); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Agostini On Golf: Local pro guests for First Tee
"; arnews[0] += "Matt Bettencourt will interrupt his rookie year on the PGA Tour for some local fund-raising for The First Tee of Modesto."; arnews[0] += "
Publ.Date : Wed, 02 Sep 2009 06:55:13 GMT"; arnews[0] += "
"; arnews[1]="Agostini On Golf: Turlock teen's art finds the fairway
"; arnews[1] += "The painting depicts Pebble Beach's famed seventh green from above, a so-called aerial view of one of golf's most spectacular sites."; arnews[1] += "
Publ.Date : Wed, 22 Jul 2009 08:49:37 GMT"; arnews[1] += "
"; arnews[2]="Adoption groups protest horror film with evil orphan
"; arnews[2] += "Often divided over policy and practice, the adoption community has unified in dismay over \"Orphan,\" a horror movie opening next week that its critics say will fuel negative attitudes toward real-life orphans."; arnews[2] += "
Publ.Date : Fri, 17 Jul 2009 20:53:47 GMT"; arnews[2] += "
"; totcount = 3; 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("
");