
function jump() { location.href=document.model.list.options[document.model.list.selectedIndex].value;
} function quickjump() { where = "http://www.tkoarabians.com"+document.model.list.options[document.model.list.selectedIndex].value;
location.href= where; }
