I've looked everywhere to no avail.
For some reason, my comments pop up link is bringing up the index in the pop up rather than the comments_popup. I'm using a slightly modified version of the default theme. I have not edited comments or comments_popup.php. The only files that I've edited are header.php, footer.php, index,php.
here is the code from index that i'd think would call comments_popup.php. I have added the javascript call to the header.php (or it wouldn't be popping up at all...right)
<?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?>
Any help would be GREATLY appreicated.