//
// This file defines blog variables and phrases which are used by javascript functions.
//
var mt;
mt = {
    cookie: {
        name: "mt_blog_user",
        domain: ".blog.imabug.net",
        path: "/",
        timeout: 14400
    },
    links: {
        signUp: 'http://blog.imabug.net/cgi-bin/melody/comments.cgi?__mode=signup&blog_id=12&return_to=http://blog.imabug.net/',
        signIn: 'http://blog.imabug.net/cgi-bin/melody/comments.cgi?__mode=login&blog_id=12',
        signOut: 'http://blog.imabug.net/cgi-bin/melody/comments.cgi?__mode=handle_sign_in&static=0&logout=1'
    },
    blog: {
        id: 12,
        url: 'http%3A%2F%2Fblog.imabug.net%2F',
        staticWebPath: 'http://blog.imabug.net/cgi-bin/melody/mt-static/',
        adminScript: 'index.cgi',
        signInLink: 'http://blog.imabug.net/cgi-bin/melody/comments.cgi?__mode=login&blog_id=12',
        signOutLink: 'http://blog.imabug.net/cgi-bin/melody/comments.cgi?__mode=handle_sign_in&static=0&logout=1',
        comments: {
            script: 'http://blog.imabug.net/cgi-bin/melody/comments.cgi',
            armor: 'daa914ea4bea905fc40f572f35e4d065e07c8421',
            accepted: 1,
            captchaFields: '<div class="label"><label for="captcha_code">Captcha:</label></div><div class="field"><input type="hidden" name="token" value="lOiS5oSqNtF7GszMwCh6YDXFfCyNfxHyyIXJTt7j" /><img src="/cgi-bin/melody/comments.cgi/captcha/12/lOiS5oSqNtF7GszMwCh6YDXFfCyNfxHyyIXJTt7j" 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>'
        },
        pings: {
            accepted: 0
        },
        registration: {
            required: 0,
            allowed: 1
        }
    }
};


