doc.write('

loading comments...

'); url = '/community/comments.cfm?type=get_comments&article_id=198648' new Ajax.Updater ('comments',url, { asynchronous: true, evalScripts: true, method: 'get' }); var edCanvas; function commentPost() { edCloseAllTags(); $('comment_form').setAttribute("action","/community/comments.cfm?type=post"); $('comment_form').submit(); } function wrapUp() { edCanvas = $('textInput'); $('toolbar_comments').innerHTML = '[ 79 ]'; formObj = $('post_box').getElementsByTagName('form')[0]; formObj.parentNode.removeChild(formObj); $('post_box').innerHTML = "

You need to be registered and logged in to post comments.

Click here to register a free account with Gamepro.com

"; evenOut(); }