jQuery(document).ready(function() {
    $(".popup-iframe").colorbox( {iframe: true, innerWidth: '450', innerHeight: '400'} );
    
    $(".addthis_button img").hover(
        function(){
            $(this).attr("src", "img/addthis-share-hov.jpg");
        },
        function(){
            $(this).attr("src", "img/addthis-share.jpg");
        }
    );
});
