//i18n var ThreadedCommentstxt = { tagit: "Tag it", goto_homepage: "Go to homepage", n_new_updates: "%d new update(s)", n_new_comments: "%d new comment(s)", jump_to_top: "Jump to top", not_posted_error:"An error has occured, your post was not posted", update_posted: "You update has been posted", loading: "Loading...", cancel: "Cancel", save: "Save", hide_threads: "Hide threads", show_threads: "Show threads", unsaved_changes: "Your comments or posts will be lost if you continue." }; //ThreadedComments Configuration var ajaxUrl = "http://ashleyandjason.com/wordpress/wp-admin/admin-ajax.php"; var updateRate = "30000"; var nonce = "5a1617a0dc"; var templateDir = "http://ashleyandjason.com/wordpress/wp-content/themes/irresistible"; var isFirstFrontPage = 0; var isFrontPage = 0; var isSingle = 0; var showReply = 0; var isPage = 0; var isUserLoggedIn = 1; var isUserLoggedIn2 = 0; var ThreadedCommentsTagsuggest = 1; var ThreadedCommentsPostsUpdates = false; var ThreadedCommentsCommentsUpdates = 1; var getPostsUpdate = 0; var getCommentsUpdate = 0; var inlineEditPosts = 1; var inlineEditComments = 1; var wpUrl = "http://ashleyandjason.com/wordpress"; var rssUrl = ""; var pageLoadTime = "2010-09-08 15:14:27"; var original_title = document.title; var commentsOnPost = new Array; var postsOnPage = new Array; var postsOnPageQS = ''; var currPost = -1; var currComment = -1; var commentLoop = false; var lcwidget = false; var hidecomments = false; var commentsLists = ''; var newUnseenUpdates = 0; var commentsSortOrder = "asc"; var commentOddRowColor = "#000000"; var commentEvenRowColor = "#28081d"; var commentBGColorTime = 8000;