jQuery(document).ready(function() {
    $("div.shopping-cart").click(function(){
        location.href = "http://shop.freeswitch.ru";
    });
    $("div.fsbanner").click(function(){
        location.href = "http://shop.freeswitch.ru";
    });
});


