var __beacon = new Object({bcRcvUrl:"r.buoy.bz/__bc.gif",bcv:"1.1",apd:"",app:"",rfu:"",httpsFlg:"0",initData:function(){this.httpsFlg = (location.protocol == "http:") ? "0" : "1";if(document.referrer == parent.frames.location){this.apd = top.location.hostname;this.app = top.location.pathname + top.location.search;this.rfu = top.document.referrer ? top.document.referrer : "";}else{this.apd = location.hostname;this.app = location.pathname + location.search;this.rfu = document.referrer ? document.referrer : "";}},exec:function(){var query = '?bcv=' + this.enc(this.bcv) + '&apd=' + this.enc(this.apd) + '&app=' + this.enc(this.app) + '&rfu=' + this.enc(this.rfu);var url = (this.httpsFlg == "0") ? "http://" : "https://"; url += this.bcRcvUrl + query;var img = new Image(1,1);img.src = url;},enc:function(val){var ucmp = encodeURIComponent;var retVal  = ucmp instanceof Function ? ucmp(val) : escape(val); return retVal;}});