(function(){var a=window.getURL=function(b){var d=b.split("?").pop().split("&"),c=document.getElementById("getURL");if(!c){c=document.createElement("form");c.id="getURL";c.method="get";c.target="_blank";c.style.display="none";document.body.appendChild(c)}c.action=b.split("?")[0];c.innerHTML="";if(b.indexOf("?")>0&&d.length>=1){for(i=0;q=d[i];i++){var f=document.createElement("input");f.type="hidden";f.name=q.split("=")[0];f.value=q.split("=").pop();c.appendChild(f)}}c.submit()}})();