function jumpto(x){

if (x.substr(0,7) == "http://") {
document.location.href = x
}
}

