// JavaScript Document                  
document.write('<table width="100%" style="display: none" name="sacramentoCities" id="sacramentoCities" >')
document.write('<tbody>')
document.write('<tr>')
document.write('<td class="defaultBlack" width="33%" align="left"><img src="images/bg.gif" width="185" height="1" border=="0" /></td>')
document.write('<td class="defaultBlack"  width="33%" align="left"><img src="images/bg.gif" width="185" height="1" border=="0" /></td>')
document.write('<td class="defaultBlack" width="33%" align="left"><img src="images/bg.gif" width="185" height="1" border=="0" /></td>')
document.write('</tr>')
document.write('<tr>')
document.write('<td class="defaultBlack" width="33%" name="sacramentoMulti" id="sacramentoMulti"></td>')
document.write('<td class="defaultBlack"  width="33%"><img src="images/bg.gif" width="185" height="1" border=="0" /></td>')
document.write('<td class="defaultBlack" width="33%"><img src="images/bg.gif" width="185" height="1" border=="0" /></td>')
document.write('</tr>')
document.write('<tr>')
document.write('<td class="defaultBlack" width="33%" align="left">')
						 if (cities.indexOf("Antelope") > -1){
							  document.write('<input type="checkbox" value="32" name="'+cityKey+'" id="'+cityKey+'" checked="checked"  alt="Antelope" />')
							  }else {
							  document.write('<input type="checkbox" value="32" name="'+cityKey+'" id="'+cityKey+'"  alt="Antelope"/>')
							  }
document.write('Antelope</td>')
document.write('<td class="defaultBlack"  width="33%" align="left">')
						 if (cities.indexOf("Carmichael") > -1){
							  document.write('<input type="checkbox" value="137" name="'+cityKey+'" id="'+cityKey+'" checked="checked"  alt="Carmichael" />')
							  }else {
							  document.write('<input type="checkbox" value="137" name="'+cityKey+'" id="'+cityKey+'"  alt="Carmichael"/>')
							  }
document.write('Carmichael</td>')
document.write('<td class="defaultBlack" width="33%" align="left">')
						 if (cities.indexOf("Citrus Heights") > -1){
							  document.write('<input type="checkbox" value="155" name="'+cityKey+'" id="'+cityKey+'" checked="checked"  alt="Citrus Heights" />')
							  }else {
							  document.write('<input type="checkbox" value="155" name="'+cityKey+'" id="'+cityKey+'"  alt="Citrus Heights"/>')
							  }
document.write('Citrus Heights</td>')
document.write('</tr>')
document.write('<tr>')
document.write('<td class="defaultBlack" align="left">')
						 if (cities.indexOf("Elk Grove/Laguna") > -1){
							  document.write('<input type="checkbox" value="271" name="'+cityKey+'" id="'+cityKey+'" checked="checked"  alt="Elk Grove/Laguna" />')
							  }else {
							  document.write('<input type="checkbox" value="271" name="'+cityKey+'" id="'+cityKey+'"  alt="Elk Grove/Laguna"/>')
							  }
document.write('Elk Grove/Laguna</td>')
document.write('<td class="defaultBlack" align="left">')
						 if (cities.indexOf("Elverta") > -1){
							  document.write('<input type="checkbox" value="273" name="'+cityKey+'" id="'+cityKey+'" checked="checked"  alt="Elverta" />')
							  }else {
							  document.write('<input type="checkbox" value="273" name="'+cityKey+'" id="'+cityKey+'"  alt="Elverta"/>')
							  }
document.write('Elverta</td>')
document.write('<td class="defaultBlack" align="left">')
						 if (cities.indexOf("Fair Oaks") > -1){
							  document.write('<input type="checkbox" value="282" name="'+cityKey+'" id="'+cityKey+'" checked="checked"  alt="Fair Oaks" />')
							  }else {
							  document.write('<input type="checkbox" value="282" name="'+cityKey+'" id="'+cityKey+'"  alt="Fair Oaks"/>')
							  }
document.write('Fair Oaks</td>')
document.write('</tr>')
document.write('<tr>')
document.write('<td class="defaultBlack" align="left">')
						 if (cities.indexOf("Folsom") > -1){
							  document.write('<input type="checkbox" value="294" name="'+cityKey+'" id="'+cityKey+'" checked="checked"  alt="Folsom" />')
							  }else {
							  document.write('<input type="checkbox" value="294" name="'+cityKey+'" id="'+cityKey+'"  alt="Folsom"/>')
							  }
document.write('Folsom</td>')
document.write('<td class="defaultBlack" align="left">')
						 if (cities.indexOf("Galt") > -1){
							  document.write('<input type="checkbox" value="316" name="'+cityKey+'" id="'+cityKey+'" checked="checked"  alt="Galt" />')
							  }else {
							  document.write('<input type="checkbox" value="316" name="'+cityKey+'" id="'+cityKey+'"  alt="Galt"/>')
							  }
document.write('Galt</td>')
document.write('<td class="defaultBlack" align="left">')
						 if (cities.indexOf("Gold River") > -1){
							  document.write('<input type="checkbox" value="334" name="'+cityKey+'" id="'+cityKey+'" checked="checked"  alt="Gold River" />')
							  }else {
							  document.write('<input type="checkbox" value="334" name="'+cityKey+'" id="'+cityKey+'"  alt="Gold River"/>')
							  }
document.write('Gold River</td>')
document.write('</tr>')
document.write('<tr>')
document.write('<td class="defaultBlack" align="left">')
						 if (cities.indexOf("Herald") > -1){
							  document.write('<input type="checkbox" value="373" name="'+cityKey+'" id="'+cityKey+'" checked="checked"  alt="Herald" />')
							  }else {
							  document.write('<input type="checkbox" value="373" name="'+cityKey+'" id="'+cityKey+'"  alt="Herald"/>')
							  }
document.write('Herald</td>')
document.write('<td class="defaultBlack" align="left">')
						 if (cities.indexOf("North Highlands") > -1){
							  document.write('<input type="checkbox" value="619" name="'+cityKey+'" id="'+cityKey+'" checked="checked"  alt="North Highlands" />')
							  }else {
							  document.write('<input type="checkbox" value="619" name="'+cityKey+'" id="'+cityKey+'"  alt="North Highlands"/>')
							  }
document.write('North Highlands</td>')
document.write('<td class="defaultBlack" align="left">')
						 if (cities.indexOf("Orangevale") > -1){
							  document.write('<input type="checkbox" value="652" name="'+cityKey+'" id="'+cityKey+'" checked="checked"  alt="Orangevale" />')
							  }else {
							  document.write('<input type="checkbox" value="652" name="'+cityKey+'" id="'+cityKey+'"  alt="Orangevale"/>')
							  }
document.write('Orangevale</td>')
document.write('</tr>')
document.write('<tr>')
document.write('<td class="defaultBlack" align="left">')
						 if (cities.indexOf("Rancho Cordova") > -1){
							  document.write('<input type="checkbox" value="749" name="'+cityKey+'" id="'+cityKey+'" checked="checked"  alt="Rancho Cordova" />')
							  }else {
							  document.write('<input type="checkbox" value="749" name="'+cityKey+'" id="'+cityKey+'"  alt="Rancho Cordova"/>')
							  }
document.write('Rancho Cordova</td>')
document.write('<td class="defaultBlack" align="left">')
						 if (cities.indexOf("Rancho Murieta") > -1){
							  document.write('<input type="checkbox" value="753" name="'+cityKey+'" id="'+cityKey+'" checked="checked"  alt="Rancho Murieta" />')
							  }else {
							  document.write('<input type="checkbox" value="753" name="'+cityKey+'" id="'+cityKey+'"  alt="Rancho Murieta"/>')
							  }
document.write('Rancho Murieta</td>')
document.write('<td class="defaultBlack" align="left">')
						 if (cities.indexOf("Rio Linda") > -1){
							  document.write('<input type="checkbox" value="772" name="'+cityKey+'" id="'+cityKey+'" checked="checked"  alt="Rio Linda" />')
							  }else {
							  document.write('<input type="checkbox" value="772" name="'+cityKey+'" id="'+cityKey+'"  alt="Rio Linda"/>')
							  }
document.write('Rio Linda </td>')
document.write('</tr>')
document.write('<tr>')
document.write('<td class="defaultBlack" align="left">')
						 if (cities.indexOf("Sacramento") > -1 && cities.indexOf("West Sacramento") == -1){
							  document.write('<input type="checkbox" value="798" name="'+cityKey+'" id="'+cityKey+'" checked="checked"  alt="Sacramento" />')
							  }else {
							  document.write('<input type="checkbox" value="798" name="'+cityKey+'" id="'+cityKey+'"  alt="Sacramento"/>')
							  }
document.write('Sacramento</td>')
document.write('<td class="defaultBlack" align="left">')
						 if (cities.indexOf("Wilton") > -1){
							  document.write('<input type="checkbox" value="1016" name="'+cityKey+'" id="'+cityKey+'" checked="checked"  alt="Wilton" />')
							  }else {
							  document.write('<input type="checkbox" value="1016" name="'+cityKey+'" id="'+cityKey+'"  alt="Wilton"/>')
							  }
document.write('Wilton</td>')
document.write('<td class="defaultBlack" align="left"></td>')
document.write('</tr>')
document.write('</tbody>')
document.write('</table>')