//
// This file defines blog variables and phrases which are used by javascript functions.
//
var mt;
mt = {
    cookie: {
        name: "mt_blog_user",
        domain: ".thenapoleandentist.com",
        path: "/",
        timeout: 14400
    },
    links: {
        signUp: 'http://thenapoleandentist.com/cgi-bin/melody/mt-cp.cgi?__mode=register&blog_id=2&return_to=http://thenapoleandentist.com/',
        signIn: 'http://thenapoleandentist.com/cgi-bin/melody/mt-cp.cgi?__mode=login&blog_id=2',
        signOut: 'http://thenapoleandentist.com/cgi-bin/melody/mt-cp.cgi?__mode=logout&static=0',
        editProfile: 'http://thenapoleandentist.com/cgi-bin/melody/mt-cp.cgi?__mode=edit&blog_id=2&return_to=' + encodeURIComponent(document.URL)
    },
    blog: {
        id: 2,
        url: 'http%3A%2F%2Fthenapoleandentist.com%2F',
        staticWebPath: 'http://thenapoleandentist.com/mt-static/',
        adminScript: 'index.cgi',
        comments: {
            script: 'http://thenapoleandentist.com/cgi-bin/melody/comments.cgi',
            armor: 'f0fb0d55f9f05a66408e4321528aa646231bba68',
            accepted: 0,
            captchaFields: ''
        },
        community: {
            script: 'http://thenapoleandentist.com/cgi-bin/melody/mt-cp.cgi',
            ifAnonymousRecommendAllowed: 0
        },
        pings: {
            accepted: 0
        },
        registration: {
            required: 0,
            allowed: 0
        }
    }
};

