$(document).ready(function(){

    $('#footer .guaranties a').click(function(){
        return !openPopup($(this).attr('href'));
    });

    $('#footer .newsletter a.unsubscribe').click(function(){
        return !openPopup($(this).attr('href'));
    });

});