<!-- 
function leapto(form) {
var myindex=form.dest.selectedIndex
this.location.href=(form.dest.options[myindex].value);
}
//-->

<!--
document.write('<FORM NAME="myform2"><SELECT NAME="dest" SIZE="1" onChange="leapto(this.form)">');
document.write('<option value="" selected>Song lyrics');
document.write('<option value="">-------------------');
document.write('<option value="bemyfix.html">Be My Fix');
document.write('<option value="fanatic.html">Fanatic');
document.write('<option value="inyourhead.html">Inside Your Head');
document.write('<option value="mommy.html">Origami Mommy');
document.write('<option value="smile.html">Big Fat Smile');
document.write('</select>');
// end hiding contents -->

