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. [2 comment(s)]
"); document.write("
"); document.write(""); document.write("
"); document.write("michael gray"); document.write(" (mgray :at: gamecola.net)"); document.write(" [x.x.183.30]
2008-10-20 03:08:25
"); document.write("Yay, my DNA is going into outer space and--wait, the benefits of being a WHAT???"); document.write("

"); document.write(""); document.write("
"); document.write("Paul"); document.write(" [x.x.67.226]
2008-10-20 07:24:53
"); document.write("Who typed that!? That guy is so fired."); document.write("

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