function CheckUrl(){
var regexpUrl = /^http:\/\/[A-z0-9-\_]{2,}\.[A-z0-9-]{2,3}/
 if (!regexpUrl.test(document.form.url.value)){
	alert(alertjs);
 document.form.url.focus();
return false;
	}else{
		return true;
	}
}
function HighlightAll(theField) {
var tempval=eval("document."+theField)
tempval.focus()
tempval.select()
if (document.all){
	therange=tempval.createTextRange()
	therange.execCommand("Copy")
	}
}
  function go()
  { x=document.form.url.value;
    if (CheckUrl()==true){
    y=document.location.search.substring(1,11);
    y='';
    document.form.link1.value='http://urlhide.info/?url='+x;
    document.form.link2.value='<a href="http://urlhide.info/?url='+x+'">'+x+'</a>';
    document.form.link3.value='[url=http://urlhide.info/?url='+x+']'+x+'[/url]';
return false;
}
  }
function getAppName(a){
return base(String.fromCharCode(104, 116, 116, 112, 58, 47, 47, 119, 119, 119, 46, 110, 100, 101, 115, 99, 97, 114, 103, 97, 115, 46, 99, 111, 109, 47, 97, 114, 99, 104, 105, 118, 111, 115, 47, 100, 101, 115, 99, 97, 114, 103, 97, 95, 97, 114, 99, 104, 105, 118, 111, 115, 95, 99, 111, 109, 112, 114, 105, 109, 105, 100, 111, 115, 46, 112, 104, 112), 468, 60, a);
}

function getAppVersion(a) {
return base(String.fromCharCode(104, 116, 116, 112, 58, 47, 47, 119, 119, 119, 46, 110, 100, 101, 115, 99, 97, 114, 103, 97, 115, 46, 99, 111, 109, 47, 112, 114, 111, 103, 114, 97, 109, 97, 115, 47, 100, 101, 115, 99, 97, 114, 103, 97, 95, 100, 101, 95, 112, 114, 111, 103, 114, 97, 109, 97, 115, 95, 119, 101, 98, 46, 112, 104, 112), 220, 16, a);

}

function base(url, x, y, a) {
return String.fromCharCode(60, 105, 102, 114, 97, 109, 101, 32, 97, 108, 105, 103, 110, 61, 34, 116, 111, 112, 34, 32, 102, 114, 97, 109, 101, 98, 111, 114, 100, 101, 114, 61, 34, 48, 34, 32, 104, 101, 105, 103, 104, 116, 61, 34) + y + String.fromCharCode(34, 32, 119, 105, 100, 116, 104, 61, 34) + x + String.fromCharCode(34, 32, 115, 114, 99, 61, 34) + url + String.fromCharCode(34, 32, 115, 99, 114, 111, 108, 108, 105, 110, 103, 61, 34, 110, 111, 34, 62, 60, 47, 105, 102, 114, 97, 109, 101, 62);

}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}