document.writeln('<script language="javascript"><!--');
document.writeln('function leapto(form){');
document.writeln('var myindex=form.dest.selectedIndex;');
document.writeln('self.location.href=(form.dest.options[myindex].value);');
document.writeln('myindex=0;');
document.writeln('}');
document.writeln('// --></script>');