// Login popup
// Dependency common/popup/js/popup.js

$(document).ready(function() {
    $("#login-link").click(function(){
        $.fancybox(
        {
            'width' : 900,
            'height' : 450,
            'overlayOpacity' : 0.6,
            'hideOnOverlayClick' : false,
            'transitionIn' : 'none',
            'transitionOut' : 'none',
            'padding' : 0,
            'margin' : 0,
            // 'showCloseButton': false ,
            'autoScale':false,
            'href' : 'http://cdn-2.dvdcdn.com/e1/wlb2/spankwire/join/loginpopup/index.html?2',
            'type' : 'iframe',
            'centerOnScroll' : true,
            'onStart' : function(){
                _popup.disable();
            },
            'onClosed' : function(){
                _popup.enable();
            }
        });
        return false;
    });
    _popup.setTimer();
    _popup.setLink('http://cdn-2.dvdcdn.com/e1/wlb2/spankwire/join/exitpopup2/index.html');
}); 
