// NO BORDER ON LINK FUNCTION
$(document).ready(function() {
	$('a').click(function() {
  	this.blur();
	}); 
});
// NO BORDER ON LINK FUNCTION END
