// Dotted a href hack
$(document).ready(function(){
	$('a').focus(function(){ 
    $(this).blur(); 
	});
});
