registerNS("TSCM.dcomment");TSCM.dcomment=function(){var a=YAHOO.util.Dom;return{displayHomePageCounts:function(){hasCommentCountAnchorsOnHP=a.getElementsByClassName("countLink","a","bd");for(i=0;i<hasCommentCountAnchorsOnHP.length;i++){var b=a.getElementsByClassName("countLink")[i].innerHTML;var d=parseFloat(b);var c=hasCommentCountAnchorsOnHP[i];if(d>0){c.innerHTML=["<em>",d,"</em>"].join("");c.style.visibility="visible"}}TSCM.ads.positionToPlaceholder({ad:"customUnit",placeholder:"cauContainer",flexibleHeight:true})},displayStoryPageCounts:function(){hasCommentCountAnchorsOnStory=a.getElementsByClassName("seeAllStoryComments","a","bd");for(i=0;i<hasCommentCountAnchorsOnStory.length;i++){var d=a.getElementsByClassName("seeAllComments","li","bd");var c=a.getElementsByClassName("seeAllStoryComments")[i].innerHTML;var e=parseFloat(c);var b;if(e==0){b=[""].join("")}else{if(e==1){d[i].style.display="block";b=["<strong>",e,"</strong> Comment"].join("")}else{if(e>=2){d[i].style.display="block";b=["<strong>",e,"</strong> Comments"].join("")}}}hasCommentCountAnchorsOnStory[i].innerHTML=b;hasCommentCountAnchorsOnStory[i].style.visibility="visible"}},displayCommentsCount:function(){CommentsCount=a.getElementsByClassName("seeStoryComments","a","bd");for(i=0;i<CommentsCount.length;i++){var d=a.getElementsByClassName("tab","li","bd");var c=a.getElementsByClassName("seeStoryComments")[i].innerHTML;var e=parseFloat(c);var b;d[i].style.display="inline";if(e==0){b=["<strong>Add Comment</strong>"].join("")}else{if(e>=1){b=["<strong>Comments ( ",e," )</strong>"].join("")}}CommentsCount[i].innerHTML=b;CommentsCount[i].style.visibility="visible"}},init:function(){try{if(!a.get("story")){TSCM.dcomment.displayHomePageCounts()}}catch(b){}try{if(a.get("story")||a.get("quote")){TSCM.dcomment.displayStoryPageCounts()}}catch(b){}try{if(a.get("storyBodyContainer")){TSCM.dcomment.displayCommentsCount()}}catch(b){}}}}();YAHOO.util.Event.onDOMReady(function(){window.setTimeout(function(){TSCM.dcomment.init()},2000)});
