		function hit(){ 
		window.focus(); 
		if (window.status){ 
		img = new Image(); 
		img.src = '../tracking/as.asp?ref=' + escape(document.location) + '&title=' + escape(document.title) + '&url=' + escape(window.status) + '&id=001'; 
		}; 
		}; 
		document.getElementById("google_ads_frame").onfocus = hit; 
		
		// If cacheing is a problem then add a parameter to url that includes datevalue (new Date.valueOf()) 
		
		// Here's a workaround for the issue of duplicate clicks. 
		// This version of the log() function checks to see if the last clicked ad is the same as the ad being clicked currently. 
		// If it is, the click is not logged. 
	
	//var lastStatus = ''; 
//function aslog(e) { 
//window.focus(); 
//if (window.status && (window.status!= lastStatus)) 
//{ 
//lastStatus = window.status; 
//var bug = new Image(); 
//bug.src = '../tracking/as.asp?ref=' + escape(document.location.href) + '&title=' + escape(document.title) + '&url=' + escape(window.status) + '&id=001';  
//} 
//} 
