var arnews = new Array(10); totcount = 10; rnd = 0; document.title=document.title+ " "; arnews[0]="CA: Rossmoor residents complaining about coyotes
"; arnews[0] += "
"; arnews[1]="IN: Ex-Blair Hills association manager admits guilt in theft
"; arnews[1] += "
"; arnews[2]="Fla man, community settle spat over patriotic sign
"; arnews[2] += "
"; arnews[3]="NE: Townhome Fee Hike Upsets Homeowners
"; arnews[3] += "
"; arnews[4]="PA: Judge hears Sandy Street condo arguments
"; arnews[4] += "
"; arnews[5]="CA: Homeowner will fight HOA to keep pigeons
"; arnews[5] += "
"; arnews[6]="OK: After 50 years, Quail Creek still going strong as residential anchor
"; arnews[6] += "
"; arnews[7]="NC: HOA cracks down on lawns
"; arnews[7] += "
"; arnews[8]="AZ: In Haven for Over-55 Set, Age Police Hunt Violators Who Shriek or Toddle
"; arnews[8] += "
"; arnews[9]="AZ: Arizona HOA's turn to hardball tactics; critics call system inequitable
"; arnews[9] += "
"; totcount = 10; 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]); } document.write("
");document.write("
");