var text = document.getElementById("text").value;
function f(){
window.location=("http://www.lookuplive.com/search.php?aid=61177&q="+text);
}
 window.onFocus = f()