Your page is in violation of Dynamic Drive's
usage terms, which, among other things, state that the script credit must appear in the source code of the
page(s) using the script. Please reinstate the notice first.
I love the Iowa Dems. My best guess at the moment (it's late) is that on your splash.htm page, where you have:
Code:
<a href="http://iowademocrats.org/live">skip to live stream >></a>
Make that:
Code:
<a href="http://iowademocrats.org/live" target="_top">skip to live stream >></a>
That should take care of things if someone chooses to skip. However, if one submits an email address, that probably won't help. For that (submitting an email) I would try changing (on the splash.htm page again):
Code:
<form method="post" action="contact.php">
to:
Code:
<form method="post" target="_top" action="contact.php">
This issue is possibly complicated by one or more of the other scripts involved (both client and server side), of which (one or more again) apparently have an error(s) which may or may not be impacting this situation. But, the advice I am giving you is the most straightforward method available for resolving this current issue.
Bookmarks