var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="JetBlue, Reebok, vitaminwater, and Sharp Electronics Tee Up to...
"; arnews[0] += "The latest foursome to join the David Ortiz Celebrity Golf Classic has stepped up to the tee with significant support for children in need."; arnews[0] += "
Publ.Date : Fri, 13 Nov 2009 19:31:51 GMT"; arnews[0] += "
"; arnews[1]="Omega Nu honored for philanthropy
"; arnews[1] += "When Monterey Bay fundraisers considered which service organization to honor this year for outstanding philanthropy, they couldn't help but be impressed by Omega Nu of Santa Cruz."; arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 10:23:55 GMT"; arnews[1] += "
"; arnews[2]="Military life a family affair
"; arnews[2] += "For the Guerrero family of Grayslake, Veterans Day is very personal. All four sons have followed their father's footsteps into the military."; arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 10:20:30 GMT"; arnews[2] += "
"; arnews[3]="A 'Freedom Salute' for Guard, families
"; arnews[3] += "While deployed to Afghanistan, Task Force Bayonet was awarded six Purple Hearts, 39 Bronze Stars, 71 Combat Infantryman Badges, 16 Combat Action Badges and eight Combat Medical Badges."; arnews[3] += "
Publ.Date : Mon, 09 Nov 2009 07:09:24 GMT"; arnews[3] += "
"; arnews[4]="Scoop Jackson
"; arnews[4] += "Style in sports. Some have it, but most don't. If you look too hard, you'll miss it even when it's right in front of you."; arnews[4] += "
Publ.Date : Thu, 05 Nov 2009 10:59:09 GMT"; arnews[4] += "
"; totcount = 5; 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("
");