// JavaScript Document
function redirect(x){
window.location = x;
}

function jobspage() {
        document.location.href=document.catselect.category.value;
}
