function noenter() {
  return !(window.event && window.event.keyCode == 13); }
function qg() 
{
var bc = document.a1.timng.value;
bc = bc.replace(/ /g,".");
var pa = document.a1.timng2.value;
var sv = "http://" + bc + ".isaway.net" + pa;
location.href=sv;
}