var hiddenComments = []; function toggleHiddenComments(pageName) { if(hiddenComments[pageName] == 1){ document.getElementById('gc_commentOutput_' + pageName).className = 'gc_hideComments'; hiddenComments[pageName] = 0; }else{ document.getElementById('gc_commentOutput_' + pageName).className = 'gc_showComments'; hiddenComments[pageName] = 1; } } function showCommentForm(pageName){ var commentForm = '
Name:
Email:
Comment:


Receive comments on this thread by email.
(Requires email address above.)
*Email addresses are optional, but reccomended. Also note, IP addresses are logged for security reasons. Abuse will result in the comment system no longer being available to you.'; document.getElementById('gc_commentForm_' + pageName).innerHTML = commentForm; } function hideCommentForm(pageName){ var commentForm = 'Submit a comment.'; document.getElementById('gc_commentForm_' + pageName).innerHTML = commentForm; } function emailTo(domain, user){ var emailAddress = user + '@' + domain; location = 'mailto:' + emailAddress; } document.write(""); document.write(""); document.write("Show/hide comments. [1 comment(s)]
"); document.write("
"); document.write(""); document.write("
"); document.write("Michael Gray"); document.write(" [x.x.183.30]
2008-12-05 17:18:49
"); document.write("Let's hope it's better than my NES Ghostbusters game. Why do I still have that game, again?"); document.write("

"); document.write("
"); document.write("
"); document.write("Submit a comment."); document.write("
");