//
// This file defines blog variables and phrases which are used by javascript functions.
//
var mt;
mt = {
    cookie: {
        name: "mt_blog_user",
        domain: ".mydistributedlife.com",
        path: "/",
        timeout: 14400
    },
    links: {
        signUp: 'http://www.mydistributedlife.com/cgi-bin/mt/mt-cp.cgi?__mode=register&blog_id=1&return_to=http://www.mydistributedlife.com/blog/',
        signIn: 'http://www.mydistributedlife.com/cgi-bin/mt/mt-cp.cgi?__mode=login&blog_id=1',
        signOut: 'http://www.mydistributedlife.com/cgi-bin/mt/mt-cp.cgi?__mode=logout&static=0',
        editProfile: 'http://www.mydistributedlife.com/cgi-bin/mt/mt-cp.cgi?__mode=edit&blog_id=1&return_to=' + encodeURIComponent(document.URL)
    },
    blog: {
        id: 1,
        url: 'http%3A%2F%2Fwww.mydistributedlife.com%2Fblog%2F',
        staticWebPath: 'http://www.mydistributedlife.com/mt-static/',
        adminScript: 'mt.cgi',
        comments: {
            script: 'http://www.mydistributedlife.com/cgi-bin/mt/mt-comments.cgi',
            armor: '62fabe3f37d571002f5ad67635b5554ac58b6aea',
            accepted: 1,
            captchaFields: '<div class="label"><label for="captcha_code">Captcha:</label></div><div class="field"><input type="hidden" name="token" value="aWYjOZEhlOhre4lPU72n9facvuHTam8b9U3dFKVK" /><img src="http://www.mydistributedlife.com/cgi-bin/mt/mt-comments.cgi/captcha/1/aWYjOZEhlOhre4lPU72n9facvuHTam8b9U3dFKVK" width="150" height="35" /><br /><input name="captcha_code" id="captcha_code" value="" autocomplete="off" /><p>Type the characters you see in the picture above.</p></div>'
        },
        community: {
            script: 'http://www.mydistributedlife.com/cgi-bin/mt/mt-cp.cgi',
            ifAnonymousRecommendAllowed: 0
        },
        pings: {
            accepted: 0
        },
        registration: {
            required: 0,
            allowed: 1
        }
    }
};

