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. [3 comment(s)]
"); document.write("
"); document.write(""); document.write("
"); document.write("Mike Ridgaway"); document.write(" (mridgaway :at: gamecola.net)"); document.write(" [x.x.187.21]
2009-03-26 21:23:19
"); document.write("Paul got you a press pass? NICE!"); document.write("

"); document.write(""); document.write("
"); document.write("Michael Gray"); document.write(" [x.x.172.157]
2009-03-26 22:23:16
"); document.write("No, I made that part up. I haven't been to the Game Developer's Conference."); document.write("

"); document.write(""); document.write("
"); document.write("Paul"); document.write(" [x.x.67.226]
2009-03-27 20:12:00
"); document.write("Hmm...but I like having my games all nicely lined up on a shelf. How am I supposed to do that if they're all on some hard drive!

Also, only owning a download, versus physical media, always makes me kinda nervous."); document.write("

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