var cbp_title = ""+escape(document.title.substring(0,150));
var cbp_url = ""+escape(document.location.href.substring(0,150));
var cbp_referrer = ""+escape(document.referrer.substring(0,150));
var cbp_resolution = screen.width+'x'+screen.height;

/*
for (var n = 0; n < document.links.length; n++) {
	var link = document.links[n].href;
	if (match = link.match(/\/\/([\s\S]*?)\.([\s\S]*?)\.hop\.clickbank\.net/i)) {
		
	}
*/
document.write("<script type=\"text/javascript\" src=\"http://www.cbpop.com/cbtrack.php?uid="+cbp_userid+"&res="+cbp_resolution+"&ttl="+cbp_title+"&url="+cbp_url+"&rfr="+cbp_referrer+"\"></script>");
