document.write('<FORM NAME="form" style="float: left">');
document.write('<SELECT NAME="site" size=1 style="font-size: 10pt" onChange="javascript:jumpBox()">');
document.write('<OPTION VALUE="">Go to....');
document.write('<OPTION VALUE="http://www.teacherview.com">Home');
document.write('<OPTION VALUE="http://www.teacherview.com/ActivityPages/">Activity Pages');
document.write('<OPTION VALUE="http://www.teacherview.com/ClassExtras/">Classroom Extras');
document.write('<OPTION VALUE="http://www.teacherview.com/lessons/">Lesson Plans');
document.write('<OPTION VALUE="http://www.teacherview.com/resources/">Resource Library');
document.write('<OPTION VALUE="http://www.teacherview.com/tools/">Teacher Toolbox');
document.write('<OPTION VALUE="http://www.teacherview.com/joyjones/">Teaching With Joy');
document.write('<OPTION VALUE="http://www.teacherview.com/themes/">Theme Units');
document.write('<OPTION VALUE="http://www.teacherview.com/WritingCenter/">Writing Center');
document.write('</SELECT><input type=button value="Go!" onClick="javascript:jumpBox(this)"></FORM>');