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("Michael Gray"); document.write(" (mgray :at: gamecola.net)"); document.write(" [x.x.98.152]
2008-09-07 19:32:07
"); document.write("I. MUST. HAVE. THAT. SHIRT.

Would it be against the rules of the Scavenger Hunt to, say, give my friend a list of answers and have her submit an entry for me? Or, to, I dunno, do that with ALL MY FAMILY MEMBERS because I WANT THAT SHIRT???"); document.write("

"); document.write(""); document.write("
"); document.write("Meteo X"); document.write(" [x.x.117.140]
2008-09-07 21:38:20
"); document.write("Can we have one with my R.I.P. picture saying "Best Day Ever"?

Sad part is, some of those T-shirts already exist if what I hear is correct"); document.write("

"); document.write(""); document.write("
"); document.write("Paul"); document.write(" [x.x.67.226]
2008-09-09 16:45:29
"); document.write("No! That's too depressing for a shirt! "); document.write("

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