
11-05-2004, 12:53 PM
|
 |
SEO GUY Moderator
|
|
Join Date: May 2004
Location: In perpetual style
Posts: 3,307
|
|
the tracking is in this line
Code:
document.write('<div style="height:60; width:464;"><table border="0" bgcolor="#FFFFFF" cellpadding="0" cellspacing="0" style="position:absolute; clip:rect(auto, auto, 60, auto);z-index:200;" onmouseover="adDoDrop_0(this);" onmouseout="adUnDoDrop_0(this);"><tr><td><a href="' + clickThrough + '"><img border="0" width="468" src="' + imgPath + '" alt="' + altText + '" onmouseover="document.cktrackingimg_0.src=\'http://\'" /></a></td></tr></table><img style="display:none;" name="cktrackingimg_0" src="http://rmads.msn.com/ads/abuimg/clear1.gif" height="1" width="1"></div>');
|