var pp_protocol = 'http'; var isPopup = 'false'; var urlAnunciante = ""; var idAnunciante = '2'; var url_afiliado = ''; var isIframe = 'false'; var pp_querystring = ''; var pp_Url = ""; urlAnunciante = document.location.href; /*PROTOCOLO*/ if (location.protocol == 'https:') { pp_protocol = 'https'; } /*POPUP*/ if (window.opener != null) isPopup = 'true'; /*REFERRER*/ if (document.referrer && document.referrer != '') { url_afiliado = document.referrer; } else if (top.document.referrer && top.document.referrer != '') { url_afiliado = top.document.referrer; } else if (self.document.referrer && self.document.referrer != '') { url_afiliado = self.document.referrer; } /*IFRAME*/ if (top.location.href != window.location.href) { isIframe = 'true'; } /*COOKIE*/ pp_querystring = '?' + 'id_anunciante=' + idAnunciante + '&id_afiliado=' + getQuerystring('IDAfiliado') + '&url_afiliado=' + escape(url_afiliado) + '&url_anunciante=' + escape(urlAnunciante) + '&pp_parceria=' + escape(getQuerystring('pp_parceria')) + '&frame=' + isIframe + '&popup=' + isPopup + '&url_riqueza=' + escape(getQuerystring('url_riqueza'))+ '&rand=' + Math.floor(Math.random()*10000000); pp_Url = pp_protocol + '://beta.parceriaperfeita.com.br/system/traffic_link.aspx' + pp_querystring; /*WRITE*/ document.write(''); function getQuerystring(key) { var default_ = ""; key = key.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]"); var regex = new RegExp("[\\?&]"+key+"=([^&#]*)"); var qs = regex.exec(window.location.href); if(qs == null) return default_; else return qs[1]; }