document.writeln('<HTML> ');
document.writeln('  <HEAD> ');
document.writeln('	 <TITLE>Classifieds Internal Menu</TITLE> ');
document.writeln('  </HEAD> ');
document.writeln('  <BODY> ');
document.writeln('	 <FORM> ');
document.writeln('		<SELECT NAME=\"worldwide\"');
document.writeln('		 ONCHANGE=\"location.href=this.form.worldwide.options[this.form.worldwide.selectedIndex].value\"');
document.writeln('		 SIZE=\"1\"> ');
document.writeln('		  <OPTION SELECTED=\"SELECTED\">Select...</OPTION> ');
document.writeln('		  <OPTION VALUE=\"#martialartsbooks\">Martial Arts Books</OPTION> ');
document.writeln('		  <OPTION VALUE=\"#martialartsvideos\">Martial Arts Videos</OPTION> ');
document.writeln('		  <OPTION VALUE=\"#addyourad\">Add Your Classified Ad or Banner Ad</OPTION>');
document.writeln('		  ');
document.writeln('		  <OPTION VALUE=\"#auctions\">Auctions</OPTION> ');
document.writeln('		  <OPTION VALUE=\"#spaceads\">Banner and Space Ads </OPTION> ');
document.writeln('		  <OPTION VALUE=\"#tutoring\">Behavioral Problems</OPTION> ');
document.writeln('		  <OPTION VALUE=\"#ebooks\">Books and Literature Classifieds</OPTION> ');
document.writeln('		  <OPTION VALUE=\"#businessdevelopment\">Bumper Stickers</OPTION> ');
document.writeln('		  <OPTION VALUE=\"#businessdevelopment\">Business Development MLM and');
document.writeln('			 Affiliate Program Classifieds</OPTION> ');
document.writeln('		  <OPTION VALUE=\"#advertising\">Business Supplies Advertising</OPTION> ');
document.writeln('		  <OPTION VALUE=\"#childcare\">Child Care Classifieds</OPTION> ');
document.writeln('		  <OPTION VALUE=\"#contests\">Contests Classifieds</OPTION> ');
document.writeln('		  <OPTION VALUE=\"#construction\">Contractors and Construction</OPTION> ');
document.writeln('		  <OPTION VALUE=\"#ebooks\">Ebook Classifieds</OPTION> ');
document.writeln('		  <OPTION VALUE=\"#ezines\">Ezines Classifieds</OPTION> ');
document.writeln('		  <OPTION VALUE=\"#forsale\">For Sale</OPTION> ');
document.writeln('		  <OPTION VALUE=\"#freeware\">Freeware and Shareware Classifieds </OPTION>');
document.writeln('		  <OPTION VALUE=\"#martialarts\">Health and Fitness Classifieds</OPTION> ');
document.writeln('		  <OPTION VALUE=\"#martialarts\">Martial Arts Classifieds</OPTION> ');
document.writeln('		  <OPTION VALUE=\"#martialartsbooks\">Martial Arts Books</OPTION> ');
document.writeln('		  <OPTION VALUE=\"#martialartsvideos\">Martial Arts Videos</OPTION> ');
document.writeln('		  <OPTION VALUE=\"#wantedtobuy\">Wanted to Buy</OPTION> ');
document.writeln('		  <OPTION VALUE=\"#fitness\">Weight Loss </OPTION>');
document.writeln('		  <OPTION VALUE=\"#realestate\">Real Estate Classifieds</OPTION> ');
document.writeln('		  <OPTION VALUE=\"#submit\">Site Submission Classifieds</OPTION> ');
document.writeln('		  <OPTION VALUE=\"#tutoring\">Tutoring Classifieds</OPTION> ');
document.writeln('		</SELECT> </FORM> </BODY>');
document.writeln('</HTML>');
