// this is called from W3 Affiliate Program Owners Websites to help track a click through by IP (this works)
// this is called via js from owner site, this calls cl_js.cfm, which calls cl.cfm to log ip address and cookie
if (w3ap_afidx && w3ap_oidx && w3apclient && w3apclient == w3ap_oidx) { 
str='<script language="javascript" type="text/javascript" src="http://w3ap.com/cl_js.cfm?afid=' + w3ap_afidx + '&oid=' + w3ap_oidx + '"></script>';
document.write(str);
} 
