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("Paul"); document.write(" [x.x.71.200]
2008-06-08 16:00:35
"); document.write("I'm all for having random characters in SC. I don't think I ever played as anyone but Link in the Cube version."); document.write("

"); document.write(""); document.write("
"); document.write("Who else but Meteo X....?"); document.write(" [x.x.128.33]
2008-06-09 09:35:16
"); document.write("Star Calibur IV would be a much better title and don't you forget it."); document.write("

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