// // This file defines blog variables and phrases which are used by javascript functions. // var mt; mt = { blog: { id: 39, url: 'http%3A%2F%2Ftriathlons.thefuntimesguide.com%2F', staticWebPath: 'http://triathlons.thefuntimesguide.com/mt-static4/', adminScript: 'mt.cgi', signInLink: 'http://triathlons.thefuntimesguide.com/cgi-bin/mt4/mt-comments.cgi?__mode=login&static=0&blog_id=39', signOutLink: 'http://triathlons.thefuntimesguide.com/cgi-bin/mt4/mt-comments.cgi?__mode=handle_sign_in&static=0&logout=1', comments: { script: 'http://triathlons.thefuntimesguide.com/cgi-bin/mt4/mt-comments.cgi', armor: '26462f51e62a8aba02d344699f673684c0cff8f2', accepted: 1, captchaFields: '' }, community: { script: 'http://triathlons.thefuntimesguide.com/cgi-bin/mt4/mt-cp.cgi', ifAnonymousRecommendAllowed: 1 }, pings: { accepted: 0 }, registration: { required: 0, 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: '\Sign in\<\/a\> to comment.', authAnonyous: '\Sign in\<\/a\> to comment, or comment anonymously.', authBanned: 'You do not have permission to comment on this blog. (\sign out\<\/a\>)', authSuccess: 'Thanks for signing in, __NAME__. (\sign out\<\/a\>)', sessionExpired: 'Your session has expired. Please sign in again to comment.', replyingTo: 'Replying to \comment from __AUTHOR__\<\/a\>' } }; // The cookie name to use for storing the blog-side comment session cookie. var mtCookieName = "mt_blog39_user"; var mtCookieDomain = ".triathlons.thefuntimesguide.com"; var mtCookiePath = "/"; var mtCookieTimeout = 14400;