jQuery(document).ready(function(){
	

// ADD ANCHOR
    jQuery(".log").click(function(){
	window.location=jQuery(this).find("a").attr("href");return false;
    });
    
	
    
});
