jQuery(document).ready(function($){
    $("div.rbox").click(function() {
        window.location.href = $("a[href]", this).attr("href")
    });
});

jQuery(document).ready(function($){
    $("div.rboxgift").click(function() {
        window.location.href = $("a[href]", this).attr("href")
    });
});