function localizeurl(linkpass) {
  var strlink = linkpass + jScriptUrl;
  document.location = strlink;
}
