// JavaScript Document
function jump(obj){
    location.href = obj.value;
}

