﻿$(document).ready(function() {
    $('a').click(function() {
        this.blur();
    }); 
}); 
