                  document.write('<table width="100%" style="display: none" name="yoloCities" id="yoloCities" >')
                    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('<td class="defaultBlack" width="33%" name="yoloMulti" id="yoloMulti"></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('<tr>')
                        document.write('<td class="defaultBlack" width="33%" align="left">')
						 if (cities.indexOf("Davis") > -1){
							  document.write('<input type="checkbox" value="216" name="'+cityKey+'" id="'+cityKey+'" checked="checked"  alt="Davis" />')
							  }else {
							  document.write('<input type="checkbox" value="216" name="'+cityKey+'" id="'+cityKey+'"  alt="Davis"/>')
							  }
                          document.write('Davis </td>')
                        document.write('<td class="defaultBlack"  width="33%" align="left">')
						 if (cities.indexOf("West Sacramento") > -1){
							  document.write('<input type="checkbox" value="999" name="'+cityKey+'" id="'+cityKey+'" checked="checked"  alt="West Sacramento"/>')
							  }else {
							  document.write('<input type="checkbox" value="999" name="'+cityKey+'" id="'+cityKey+'"  alt="West Sacramento"/>')
							  } 
                          document.write('West Sacramento </td>')
                        document.write('<td class="defaultBlack" width="33%" align="left">')
						 if (cities.indexOf("Woodland") > -1){
							  document.write('<input type="checkbox" value="1027" name="'+cityKey+'" id="'+cityKey+'" checked="checked"  alt="Woodland"/>')
							  }else {
							  document.write('<input type="checkbox" value="1027" name="'+cityKey+'" id="'+cityKey+'"   alt="Woodland"/>')
							  } 
                          document.write('Woodland</td>')
                      document.write('</tr>')
                    document.write('</tbody>')
                  document.write('</table>')