var cText = ''
cText += '<table align=\"right\" class=\"gates\">'
cText += '<tr>'
cText += '<td><form action=\"#\">'
cText += '<select class=\"dropdownform\" name=\"dealershipdrop\" OnChange="location.href=this.options[this.selectedIndex].value" style=\"width:170px;\">'
cText += '<option value=\"\">Select a Dealership</option>'
cText += '<option value=\"dealer-stevenage.shtml\">Stevenage</option>'
cText += '<option value=\"dealer-stevenage_mitsu.shtml\">Stevenage Mitsubishi</option>'
cText += '<option value=\"dealer-harlow.shtml\">Harlow</option>'
cText += '<option value=\"dealer-epping.shtml\">Epping</option>'
cText += '<option value=\"dealer-bishopsstortford.shtml\">Bishops Stortford</option>'
cText += '<option value=\"dealer-hertford.shtml\">Hertford</option>'
cText += '<option value=\"dealer-walthamcross.shtml\">Waltham Cross</option>'
cText += '<option value=\"dealer-letchworth.shtml\">Letchworth</option>'
cText += '<option value=\"dealer-dunmow.shtml\">Dunmow</option>'
cText += '<option value=\"dealer-fordaccidentrepaircentre-stevenage.shtml\">Ford Acc Repair Centre Stevenage</option>'
cText += '</select>'
cText += '</form>'
cText += '</td>'
cText += '</tr>'
cText += '</table>'
document.write(cText)
document.close()

