$(function(){
$('a,input[type="button"]').bind('focus',function(){
if(this.blur){ 
this.blur();
}
});
});
