document.write("<form name='search'>");
document.write("<select name='locations' onChange='menuhandler()'>");
document.write("<option value='#'>where do you want to go?</option>");
document.write("<option value='../index.html'>home</option>");
document.write("<option value='../sitemap.html'>sitemap</option>");
document.write("<option value='/cgi-main/ice2-fordrsonia.pl'>search this site</option>");
document.write("<option value='../wcw/index.html'>women for cultural wisdom</option>");
document.write("<option value='../qigong/index.html'>qi gong energy healing</option>");
document.write("<option value='../selfhealing/index.html'>art of self healing tv show</option>");
document.write("<option value='../tea/index.html'>tea for life</option>");
document.write("<option value='../pubsnarticles/index.html'>books, research, articles</option>");
document.write("<option value='../products/index.html'>products and shopping</option>");
document.write("<option value='../about/index.html'>about dr. sonia</option>");
document.write("<option value='../contact.html'>contact dr. sonia</option>");
document.write("<option value='../clinics/index.html'>clinics</option>");
document.write("</select>");
document.write("</form>");