var gbl_api='http://www.suzanneshawofficial.com/api.php'; function track(o) { href=o.getAttribute('href'); var args= { a:'track', link:href, url:document.URL, title:document.title, referrer:document.referrer }; ae.call(gbl_api,args,function(){window.location=href}); } window.onload=function() { var c,i,o,objs=document.getElementsByTagName('a'); if (objs.length) { for (c=i=0; i < objs.length; i++) { o=objs[i]; o.onclick=function(){track(this);return false}; } } };