﻿jQuery(document).ready(function() {
	jQuery("a").focus(function(){this.blur()});
});
