‘;this.output = function(msg) {this.container.html(msg);}this.message = function(msg, err) {style = (err) ? ‘red’ : ‘green’;document.setClass(this.messager, style);document.getElementById(this.messager).innerHTML = msg;}this.begin = function() {this.output(this.loadingMessage);thisComment=this; $.ajax({ url: “/ajax/get_comments.php?article_id=” + this.articleId, global: false, type: “GET”,dataType: ‘html’, success: function(data){thisComment.output(data);//init twitter hovercardstwttr.anywhere(function (T) {T(“.tw”).hovercards();});} });}}//end load_comment.jsvar article_id = 228703;$(document).ready(function() {var comments = new CommentController(article_id);if (1) {comments.begin();}//init fb like buttons$(‘.fb-like’).onefblike();});var current_clicked = 0;function showHide(shID, commentCount, commentID) {if (document.getElementById(shID)) {if (document.getElementById(shID+’-show’).style.display != ‘none’) {$(‘#comment_form0′).show();document.getElementById(shID+’-show’).style.display = ‘none’;//document.getElementById(shID).style.display = ‘block’;//document.getElementById(‘comment_0′).style.display = ‘block’;//document.getElementById(‘login_form_0′).style.display = ‘block’;//document.getElementById(‘post_comment_button_0′).style.display = ‘block’;showRecaptcha(‘recaptcha_div_0′, ‘submit_0′, ‘recaptcha_required_0′, ‘white’);document.getElementById(‘reply_link_’ + commentCount).innerHTML= ‘Reply’;current_clicked ...