
<!-- 
//this is the block of code goes between the head tags
function go(){
if (document.selecter.select1.options[document.selecter.select1.selectedIndex].value != "none") {
top.location = document.selecter.select1.options[document.selecter.select1.selectedIndex].value
 }                       
}
//-->
 

