I think someone here might have a better understanding of the problem. The javascript works on “normal” html pages with no problem. Only when I put it in a wordpress page do I have this issue.
Thanks for the help.
I am just using the default theme.
Changed line 40 of sidebar.php (/wp-content/themes/default) from:
<?php wp_list_pages(‘title_li=<h2>’ . __(‘Pages’) . ‘</h2>’ ); ?>
to:
<?php wp_list_pages(‘title_li=<h2>’ . __(‘Pages’) . ‘</h2>&exclude=11’ ); ?>