<!--

document.write("<form>")
document.write("<select name='jump' size='1'>")
document.write("<option selected value='#SKIN'>Keeping Skin on Rear Legs Dry")
document.write("<option value='#LICK'>Lick Granulomas")
document.write("<option value='#RAW'>Diet: Don't do Raw")
document.write("<option value='#FIRST'>Immediately after DM Diagnosis")
document.write("<option value='#NONDM'>Non-DM Related Problems")
document.write("</select>&nbsp;<input type='button' value='Go'")
document.write("onclick='top.location.href=this.form.jump.options[this.form.jump.selectedIndex].value'>")
document.write("</form>")
//-->
