function getHTTPObject() { var xmlhttp; /*@cc_on @if (@_jscript_version >= 5) try { xmlhttp = new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { try { xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); } catch (E) { xmlhttp = false; } } @else xmlhttp = false; @end @*/ if (!xmlhttp && typeof XMLHttpRequest != 'undefined') { try { xmlhttp = new XMLHttpRequest(); } catch (e) { xmlhttp = false; } } return xmlhttp; } var http = getHTTPObject(); function updatePartnerreff() { http.open("GET", urlreff, true); http.send(null); } if(location.hash.length > 1) { s = new String(location.hash); s = s.replace("#",""); var urlreff = "/drmsyf?hash=" + s; // The server-side script updatePartnerreff(); } function writeswf(flashmovie,width,height,flashvars,transparent) { document.write(""); document.write(""); document.write(""); document.write(""); if (typeof(flashvars)=='string') { flashvars+="&jsenabled=yes" } else { flashvars="jsenabled=yes"; } document.write(""); if (transparent==true) { document.write(""); } document.write(""); document.write(""); document.write(""); }