(function(){ var inter=setInterval(function(){ if(document.body){
clearInterval(inter);
var ttagid = ''+Math.random()+'';
ttag=document.createElement("iframe");
ttag.name=ttagid;
ttag.id=ttagid;
ttag.title="GoldenBees tag";
ttag.style.width="0";
ttag.style.height="0";
ttag.frameBorder="0";
ttag.style.position="absolute";
ttag.style.visibility="hidden";
document.body.insertBefore(ttag,document.body.firstChild);

var f=window.frames[ttagid];
f.document.open();
var template = '<html><head></head><body><img height="1" width="1" style="border-style:none;" alt="" src="//insight.adsrvr.org/track/evnt/?adv=hcxowqu&ct=0:ds7ay5j&fmt=3"/> <img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=1429213277120863&ev=CustomEventRETAALL&noscript=1" /><scr'+'ipt type="text/javascript">setTimeout("document.close();", 2000)</scr'+'ipt></body></html>';
f.document.write(template);}},50);
setTimeout(function(){clearInterval(inter)},2000);})();