$(function(){

    $(".asagiSabit a").click(function(e) {
        e.preventDefault();
        window.open(this.href);
    });
});