function formHandlerKevintm(){
var URL = document.formK.kevintm.options[document.formK.kevintm.selectedIndex].value;
window.location.href = URL;
}

document.write('<form name="formK">');
document.write('<select name="kevintm" size=0.5px class="text">');

document.write('<option value="http://blog.kevintm.com">&nbsp;&nbsp;Kevin\'s Blog');
//document.write('<option value="http://kevintm.com/images">&nbsp;&nbsp;&nbsp;Photo Gallery');
document.write('<option value="">');
document.write('<option value="http://chaulis.com/">Security Student');

document.write('</select>');
document.write('<input type="button" value="Go" onClick="javascript:formHandlerKevintm()" class="button">');
document.write('</form>');
