function initWebsite() {
	$('a').focus(function() { this.blur(); });
}

$(document).ready(initWebsite);

