jQuery(document).ready(function() {
    jQuery('#feature').click(function () {
        //window.location.replace("cost-of-blindness.html");
		window.location.replace('http://www.amdalliance.org/en/100311_1236/AMDWeek2010.html');
    });	
});