mmm, mae is the best. the everglow was the last album i've bought in a long time.
in your who i'd like to meet (at the end) type something like
CODE
<div class="comments"><table><tr><td><table><tr><td>
then in your css just do something like
CODE
.comments { visibility: hidden; }
which basically works like you're giving the comments section a class name (since the tags aren't closed) and modifying it's class value in the css to visibility; hidden makes it not show up. i think the code actually should be "DISPLAY: BLOCK;", but I'm not too sure.