jQuery(document).ready(function(){
    jQuery(".dl_box").click(function(){
        location.href = jQuery(this).find("a").eq(0).attr("href");
    })
});
