jQuery(document).ready(function($) {
            $("#fancypopup").fancybox({
                'width'             : '70%',
                'height'            : '75%',
                'autoScale'         : false,
                'transitionIn'      : 'none',
                'transitionOut'     : 'none',
                'type'              : 'iframe'
            });
        });           
