//
// This file defines blog variables and phrases which are used by javascript functions.
//
var mt;
mt = {
    cookie: {
        name: "mt_blog_user",
        domain: ".canasto.es",
        path: "/",
        timeout: 14400
    },
    links: {
        signUp: 'http://mt.ai-no.com/mt-cp.cgi?__mode=register&blog_id=3',
        signIn: 'http://mt.ai-no.com/mt-cp.cgi?__mode=login&blog_id=3',
        signOut: 'http://mt.ai-no.com/mt-cp.cgi?__mode=logout&static=0'
    },
    blog: {
        id: 3,
        url: 'http%3A%2F%2Fcanasto.es%2F',
        staticWebPath: 'http://mt.ai-no.com/mt-static/',
        adminScript: 'mt.cgi',
        comments: {
            script: 'http://mt.ai-no.com/mt-comments.cgi',
            armor: '90537c922b9890faf01a2c11799fdfb8cd420cad',
            accepted: 1,
            captchaFields: ''
        },
        community: {
            script: 'http://mt.ai-no.com/mt-cp.cgi',
            ifAnonymousRecommendAllowed: 0
        },
        pings: {
            accepted: 1
        },
        registration: {
            required: 0,
            allowed: 1
        }
    }
};
