$(document).ready(function () {
//	setTimeout('openPopup()',1000);
});

function openPopup(){
    $.fancybox({
        href: 'popup.html',
        'autoScale': false,
        'autoDimensions': false,
        'width': 520,
        'height': 368,
        'transitionIn': 'elastic',
        'transitionOut': 'elastic',
        'type': 'iframe',
        'scrolling': 'no',
        'titleShow': false,
        'showCloseButton': false,
        'margin': 0,
        'padding': 0

    });

}


