function gotourl()
{
var gotourl=document.getElementById("gotourl")
window.location=gotourl.value
}