if (document.forms[0].PageType.value=="article") { function loadComments(CommentDetails) { if (CommentDetails.tbBody!="") { document.write('
',unescape(CommentDetails.tbBody),'
Be the first to comment on this post.
Your Comments
'); document.write(''); // load comments for (var j = 1; j < tbResults.length; j++) { if (typeof(tbResults[j]) != 'undefined') { // check error for non-existing indexes if (unescape(tbResults[j].tbDocTitle) == "No title available.") { document.write('
'); document.write('Be the first to comment on this post.
'); } else { loadComments(tbResults[j]); } } } document.write('