//
// This file defines blog variables and phrases which are used by javascript functions.
//
var mt;
mt = {
    blog: {
        id: 17,
        url: 'http%3A%2F%2Fbikiniqueens.jp%2Ftakayamake%2F',
        staticWebPath: 'http://bikiniqueens.jp/cms/mt-static/',
        adminScript: 'mt.cgi',
        signInLink: 'http://bikiniqueens.jp/cms/mt-cp.cgi?__mode=login&blog_id=17',
        signOutLink: 'http://bikiniqueens.jp/cms/mt-cp.cgi?__mode=logout&static=0',
        comments: {
            script: 'http://bikiniqueens.jp/cms/mt-comments.cgi',
            armor: '9b16fcab0ff1266a960a8bb1a70ca011c55a475c',
            accepted: 0,
            captchaFields: ''
        },
        community: {
            script: 'http://bikiniqueens.jp/cms/mt-cp.cgi',
            ifAnonymousRecommendAllowed: 0
        },
        pings: {
            accepted: 0
        },
        registration: {
            required: 0,
            allowed: 0
        }
    }
};

mt.blog.phrase = {
    fileRequired: '投稿するファイルを選択してください。',
    invalidFileType: 'サポートされていないファイル形式を選択しました。',
    relativeDate: {
        momentsAgo: '直前',
        minutesAgo: '1 分前',
        minutesAgoPlural: '2 分前',
        hoursAgo: '1 時間前',
        hoursAgoPlural: '2 時間前',
        daysAgo: '1 日前',
        daysAgoPlural: '2 日前'
    },
    edit: '編集',
    signingIn: 'サインインします...',
    commenter: {
        auth: 'コメントするにはまず\<a href=\"javas\cript:void(0)\" onclick=\"return mtSignInOnClick(\'comment-greeting\')\"\>サインイン\<\/a\>してください。',
        authAnonyous: 'コメントする前に\<a href=\"javas\cript:void(0)\" onclick=\"return mtSignInOnClick(\'comment-greeting\')\"\>サインイン\<\/a\>することもできます。',
        authBanned: 'このブログにコメントする権限を持っていません。(\<a href=\"javas\cript:void(0);\" onclick=\"return mtSignOutOnClick();\"\>サインアウトする\<\/a\>)',
        authSuccess: '__NAME__としてサインインしています。(\<a href=\"javas\cript:void(0)\" onclick=\"return mtSignOutOnClick();\"\>サインアウト\<\/a\>)',
        sessionExpired: 'セッションの有効期限が切れています。再度サインインしてください。',
        replyingTo: '\<a href=\"#comment-__PARENT__\" onclick=\"location.href=this.href; return false\"\>__AUTHOR__からのコメント\<\/a\>に返信'
    }
};


// The cookie name to use for storing the blog-side comment session cookie.
var mtCookieName = "mt_blog17_user";
var mtCookieDomain = ".bikiniqueens.jp";
var mtCookiePath = "/takayamake/";
var mtCookieTimeout = 14400;





