document.writeln('<br><form method=post action=\"http://www.tubeday.com/search.php\">');
document.writeln('<table border=0 cellspacing=2 cellpadding=0 align=center>');
document.writeln('<tr><td align=center>');
document.writeln('<select name=searchtype>');
document.writeln('<option value=\'title\' selected>Name</option>');
document.writeln('<option value=\'intro\'>Info</option>');
document.writeln('</select>');
document.writeln('<input type=text name=keyword size=8>&nbsp;<input type=submit name=Submit value=Search>');
document.writeln('</td></tr></table>');
document.writeln('</form>');

