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("Mike Ridgaway"); document.write(" (mridgaway :at: gamecola.net)"); document.write(" [x.x.0.252]
2008-07-29 11:28:06
"); document.write("I was going to post a comment about being offended that Vangie's place was being usurped, but now I have a better idea: a Gamer Girlfriend Cat Fight. I should warn you, however, Vangie is scrappy."); document.write("

"); document.write(""); document.write("
"); document.write("Michael Gray"); document.write(" (mgray :at: gamecola.net)"); document.write(" [x.x.98.93]
2008-08-01 23:32:10
"); document.write("Sadly, Miss Flirty's account has been "closed", whatever that means. So Vangie is safe.

I was thinking of perhaps doing something like that for my upcoming Smash Brothers 10 Reasons (I'm now request #59 for the 30 copies...so that's what, a month left or so?)--I write five reasons on why the game isn't so fun, and someone else writes how those five reasons make the game awesome."); document.write("

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