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 = '
*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("Paul");
document.write(" [x.x.233.33] 2009-09-10 15:36:27 |
| "); document.write("Thanks for the compliment!"); document.write(" |
| ");
document.write("Michael");
document.write(" [x.x.160.6] 2009-09-11 16:26:57 |
| "); document.write("No problem."); document.write(" |
| ");
document.write("Paul");
document.write(" [x.x.233.33] 2009-09-11 17:02:44 |
| "); document.write("You ruined it!"); document.write(" |