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.85.146]
2009-08-09 03:51:08
"); document.write("Maybe you have to lean back in your sofa and tie the Wiimote to your leg."); document.write("

"); document.write(""); document.write("
"); document.write("Michael G."); document.write(" [x.x.170.157]
2009-08-10 19:28:17
"); document.write("Well, they cut all the running out of basketball by only focusing on the shooting part. I bet bicycling just focuses on the move the handlebars right or left part."); document.write("

"); document.write(""); document.write("
"); document.write("Paul"); document.write(" [x.x.233.33]
2009-08-10 22:10:11
"); document.write("My idea's way cooler."); document.write("

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