
var SubscriptionPopups = {

    /* pop window sizes and locations ... */ 
    exitingPopPath   : "/nocount/exiting.html"

    /* add additional domains to exclusion list  */
,   suppressUrl : function (url) {
    }

    /* sets the pop path to be absolute if we are on boards. */
,   setPopPath : function() {
    }

,   suppressedEntryPops : ["/sweeps", "/registration", "services/newsletters"]

    /* add additional URL mappings to entry-pop exclusion list  */
,   suppressEntry : function (s) {
    }

    /* checks paths excluded from popping an entry pop */
,   checkEntryExcludes : function () {
    }

    /* arrival subscription pop ...  */
,   arrival : function () {
    }


    /* arrival subscription pop ...  */ 
,   arrivalAction : function () {
    }


    /* exiting subscription pop ...  */
,   exiting : function() {
    }


    /* exiting subscription pop ...  */
,   popExiting : function() {
    }


,   exitingAction : function() {
    }


,   clicked : 0


,   checkExiting : function(e) {
    }

    /* checks excluded paths */
,   checkExcludes : function (src) {
}    

    /* set cookie for variable duration ... */
,   setCookie : function(name) {
    }
    
    /* set cookie for variable duration ...*/
,   setArrivalCookie : function() {
    }

    /* set cookie for variable duration ... */
,   setExitingCookie : function() {
    }

    /* returns cookie ... */
,   getCookie : function(name) {
    }

    /* delete cookie ... */ 
,   deleteCookie : function(name) {
    }

    /* delete cookie ... */
,   deleteExitingCookie : function(name) {
    }

    /* delete cookie ... */
,   deleteArrivalCookie : function(name) {
    }


    /* set clicked ... */
,   setClicked : function(url) {
    }

} // END: SubscriptionPopups

function AdLayer_stopTimer() {
}

// This is the function used to close the subs layer. 
function AdLayer_closeLayer() {
}

// This is a callback. Safari can't have layers floated over Flash so this callback will hide divs with Flash
// if they are under the layer. 
function AdLayer_hideFlash() {
}