/* GEN4 PTC SCRIPT, A copyrighted trademark of PTCPay.com 2007-2010. "GeN4", "PTCPay" are a copyrighted service of PTCPay.com. All other respective trademarks remain the property of their original creators. This file is a partial script from the GeN4 PTC script. Do not copy or distribute any part of this script without permission from PTCPay.Com. http://www.ptcpay.com/ */ function include(file) { var head = document.getElementsByTagName('head').item(0); var old = document.getElementById('lastLoadedCmds'); if (old) head.removeChild(old); script = document.createElement('script'); script.src = file; script.type = 'text/javascript'; script.defer = true; script.id = 'lastLoadedCmds'; void(head.appendChild(script)); } function __doAd(fb, nb) { var compileURL='ads_pb.php?ntfy='+nb+'&sess=jc3h3j4ucr9pl45qrv5omk4nr2'; fb.style.color='darkred'; var URL=fb.id+'&cdk=true'; window.open(URL); include(compileURL); document.getElementById('ads_js').style.display = "block"; document.getElementById('ads_js').innerHTML = "Loading Advertisement.. One Moment Please."; document.getElementById('ads_js').className = "err"; }