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("Paul"); document.write(" [x.x.233.33]
2009-10-04 14:14:21
"); document.write("Whoops! Forgot to include a link to the podcast. Here you go: http://gamecola.kevinsnet.com/podcast/?p=episode&name=2009-10-04_gc_podcast_oct09a.mp3"); document.write("

"); document.write(""); document.write("
"); document.write("Gen"); document.write(" [x.x.120.30]
2009-10-04 17:05:30
"); document.write("Go Vangie!
I listened to this while changing the 20 pairs of out of season shoes from my shoe rack and you are all still girly-ier than me."); document.write("

"); document.write(""); document.write("
"); document.write("Gen"); document.write(" [x.x.120.30]
2009-10-04 17:08:14
"); document.write("I need to clairify- all the boys are girly-ier
(I mean you too "Chelsea")"); document.write("

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