// blurlinks by krckoorascic on idea by sirNemanjapro
$( function()  
	{ 
	   $('a').focus( function(){ this.blur(); } );
	});