function formHandler(){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}
document.write('<form name="form">');
document.write('<select name="site" size=1>');
document.write('<option value="">A CANTON HOLIDAY....');
document.write('<option value="index.html">Home');
document.write('<option value="val1.html">Valentines Day');
document.write('<option value="val2.html">Valentines Day-2');
document.write('<option value="val3.html">Valentines Day-3');
document.write('<option value="val4.html">Valentines Day-4');
document.write('<option value="val5.html">Valentines Day-5');
document.write('<option value="pat1.html">St Patricks Day');
document.write('<option value="pat2.html">St Patricks Day-2');
document.write('<option value="pat3.html">St Patricks Day-3');
document.write('<option value="pat4.html">St Patricks Day-4');
document.write('<option value="easter1.html">Easter');
document.write('<option value="easter2.html">Easter-2');
document.write('<option value="easter3.html">Easter-3');
document.write('<option value="easter4.html">Easter-4');
document.write('<option value="easter5.html">Easter-5');
document.write('<option value="mom1.html">Mothers Day');
document.write('<option value="mom2.html">Mothers Day-2');
document.write('<option value="mom3.html">Mothers Day-3');
document.write('<option value="father1.html">Fathers Day');
document.write('<option value="father2.html">Fathers Day-2');
document.write('<option value="fourth.html">4th of July');
document.write('<option value="fourth2.html">4th of July-2');
document.write('<option value="fourth3.html">4th of July-3');
document.write('<option value="halloween1.html">Halloween');
document.write('<option value="halloween2.html">Halloween-2');
document.write('<option value="xmas1.html">Christmas');
document.write('<option value="xmas2.html">Christmas-2');
document.write('<option value="xmas3.html">Christmas-3');
document.write('<option value="xmas4.html">Christmas-4');
document.write('<option value="xmas5.html">Christmas-5');
document.write('<option value="http://cantonchows.com/webrings.html">Webrings');
document.write('<option value="awardh.html">Awards I Have Won');
document.write('<option value="maph.html">Site Map');
document.write('<option value="http://stores.ebay.com/Lollys-Lair">Lollys Lair');
document.write('<option value="http://cantonchows.com">Canton Chow Chows');
document.write('<option value="mailto:lolly@cantonchows.com">Email Lolly');
document.write('<option value="http://guestbooks.pathfinder.gr/read/cantonchows">View My GuestBook');
document.write('<option value="http://guestbooks.pathfinder.gr/sign/cantonchows">Sign My Guestbook');
document.write('</select>');
document.write('<input type=button value="Go!" onClick="javascript:formHandler()">');
document.write('</form>');