$(function() {
	$('a').focus(function() {
		$(this).blur();
	});
});

function clearbr() {
	$('.blogHrefPic br').remove();
}

