//
// This file defines blog variables and phrases which are used by javascript functions.
//
var mt;
mt = {
    blog: {
        id: 9,
        url: 'http%3A%2F%2Fcloud.richardbenson.co.uk%2Frb%2F',
        staticWebPath: 'http://cloud.richardbenson.co.uk/cgi-bin/mt/mt-static/',
        adminScript: 'mt.cgi',
        signInLink: 'http://cloud.richardbenson.co.uk/cgi-bin/mt/mt-cp.cgi?__mode=login&blog_id=9',
        signOutLink: 'http://cloud.richardbenson.co.uk/cgi-bin/mt/mt-cp.cgi?__mode=logout&static=0',
        comments: {
            script: 'http://cloud.richardbenson.co.uk/cgi-bin/mt/mt-comments.cgi',
            armor: 'e06d82453386f54e2176e5fe63eb7fbbe2634987',
            accepted: 1,
            captchaFields: ''
        },
        community: {
            script: 'http://cloud.richardbenson.co.uk/cgi-bin/mt/mt-cp.cgi',
            ifAnonymousRecommendAllowed: 0
        },
        pings: {
            accepted: 1
        },
        registration: {
            required: 1,
            allowed: 1
        }
    }
};

mt.blog.phrase = {
    fileRequired: 'Please select a file to post.',
    invalidFileType: 'You selected an unsupported file type.',
    relativeDate: {
        momentsAgo: 'moments ago',
        minutesAgo: '1 minute ago',
        minutesAgoPlural: '2 minutes ago',
        hoursAgo: '1 hour ago',
        hoursAgoPlural: '2 hours ago',
        daysAgo: '1 day ago',
        daysAgoPlural: '2 days ago'
    },
    edit: 'Edit',
    signingIn: 'Signing in...',
    commenter: {
        auth: '\<a href=\"javas\cript:void(0)\" onclick=\"return mtSignInOnClick(\'comment-greeting\')\"\>Sign in\<\/a\> to comment.',
        authAnonyous: '\<a href=\"javas\cript:void(0)\" onclick=\"return mtSignInOnClick(\'comment-greeting\')\"\>Sign in\<\/a\> to comment, or comment anonymously.',
        authBanned: 'You do not have permission to comment on this blog. (\<a href=\"javas\cript:void(0);\" onclick=\"return mtSignOutOnClick();\"\>sign out\<\/a\>)',
        authSuccess: 'Thanks for signing in, __NAME__. (\<a href=\"javas\cript:void(0)\" onclick=\"return mtSignOutOnClick();\"\>sign out\<\/a\>)',
        sessionExpired: 'Your session has expired. Please sign in again to comment.',
        replyingTo: 'Replying to \<a href=\"#comment-__PARENT__\" onclick=\"location.href=this.href; return false\"\>comment from __AUTHOR__\<\/a\>'
    }
};


// The cookie name to use for storing the blog-side comment session cookie.
var mtCookieName = "mt_blog9_user";
var mtCookieDomain = ".cloud.richardbenson.co.uk";
var mtCookiePath = "/rb/";
var mtCookieTimeout = 14400;





