//
// This file defines blog variables and phrases which are used by javascript functions.
//
var mt;
mt = {
    blog: {
        id: 152,
        url: 'http%3A%2F%2Fwww.nvdaily.com%2Fnews%2F',
        staticWebPath: 'http://www.nvdaily.com/mt-static/',
        adminScript: 'mt.cgi',
        signInLink: 'http://www.nvdaily.com/cgi-bin/mt/mt-cp.cgi?__mode=login&blog_id=152',
        signOutLink: 'http://www.nvdaily.com/cgi-bin/mt/mt-cp.cgi?__mode=logout&static=0',
        comments: {
            script: 'http://www.nvdaily.com/cgi-bin/mt/mt-comments.cgi',
            armor: '37d05776b33bf59fc0224fcef7be05afd5e27645',
            accepted: 1,
            captchaFields: '<div class="label"><label for="captcha_code">Captcha:</label></div><div class="field"><input type="hidden" name="token" value="xvXIEbWleOyCCFNcNLBQwVPJO4d7JryCaGbvkMsi" /><img src="/cgi-bin/mt/mt-comments.cgi/captcha/152/xvXIEbWleOyCCFNcNLBQwVPJO4d7JryCaGbvkMsi" 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.nvdaily.com/cgi-bin/mt/mt-cp.cgi',
            ifAnonymousRecommendAllowed: 0
        },
        pings: {
            accepted: 0
        },
        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_blog_user";
var mtCookieDomain = ".nvdaily.com";
var mtCookiePath = "/";
var mtCookieTimeout = 14400;




