$(document).ready(function(){

     
    //fancyboxes
    $(".popup_add").fancybox({
        'padding'   : 5,
        'autoScale' : false,
        'transitionIn'  : 'none',
        'transitionOut' : 'none',
        'width'     : 260,
        'height'    : 225,
        'href'      : this.href,
        'type'      : 'iframe',
        'margin'    :5,
        'centerOnScroll' : true,

        onClosed    : function(){
            location.href="http://www.thjesht.com/" ;

        }

    });

});

