
        
document.write('<form name="selecter"><select name="select1">'); 
document.write('<option value=none>Select a Writing Category</option>'); 
document.write('<option value=none>------------------------</option>'); 
document.write('<option value="http://fantasy.fictionfactor.com">Home</option>'); 
document.write('<option value="http://fantasy.fictionfactor.com/sitemap.html"> Site Map</option>'); 
document.write('<option value=none>------------------------</option>'); 
document.write('<option value="http://fantasy.fictionfactor.com/articles.html"> Writing Articles  Main Index</option>'); 
document.write('<option value="http://fantasy.fictionfactor.com/characters.html"> Creating Characters</option>'); 
document.write('<option value="http://fantasy.fictionfactor.com/links.html"> Resources and Links</option>'); 
document.write('<option value=none>------------------------</option>'); 
document.write('<option value="http://fantasy.fictionfactor.com/markets.html"> Fantasy Market Listings Main Index</option>'); 
document.write('<option value="http://fantasy.fictionfactor.com/epublishers.html"> Epublishers</option>'); 
document.write('<option value="http://fantasy.fictionfactor.com/anthos.html">Fantasy Anthology Listings </option>'); 

document.write('<option value=none>------------------------</option>'); 
document.write('<option value="http://fantasy.fictionfactor.com/bookstore.html"> Book Store</option>');
document.write('<option value="http://fantasy.fictionfactor.com/toystore.html"> Fantasy Art Store</option>');


document.write('<option value=none>------------------------</option>'); 
document.write('<option value=none>Fiction Factor Head Office and Admin</option>');
document.write('<option value="http://www.fictionfactor.com"> Main Site</option>');
document.write('<option value="http://www.fictionfactor.com/staff.html"> Meet the Staff</option>');
document.write('<option value="http://www.fictionfactor.com/affiliates.html"> Affiliates</option>');
document.write('<option value="http://www.fictionfactor.com/about.html"> About Us</option>');
document.write('<option value="http://www.fictionfactor.com/contact.html"> Contact Us</option>');

document.write('</select>');
document.write('<input type="button" value="Go" onclick="go()">'); 
document.write('</form>');

