function hit(){ 
window.focus(); 
if (window.status){ 
img = new Image(); 
img.src = '/i_email_google_adword_click.asp?page=' + escape(document.location) + '&title=' + escape(document.title) + '&ad=' + escape(window.status); 
}; 
}; 
document.getElementById("google_ads_frame").onfocus = hit; 
