/*!
 * Mecalor
 * @author V-Control
 */
$(document).ready(function() {
	$("a").focus(function(){
		$(this).blur();
	});
});
