// JavaScript Document
$(function(){
	$('a').focus(function(){
				this.blur();
			})	   
})
