jQuery(document).ready(function() {
    jQuery('#feature').click(function () {
        window.location.replace("cost-of-blindness.html");
    });	
});