Code to get out of iframe on page when slideshow ends

Hi, I have a slideshow where the slideshow creation program has you upload the show then gives you code to place it anywhere in a web page. For placement I have it in a couple of divs:

The issue I am having is that when the show is done the page it is to forward to shows up in the iframe. Is there any code I can place on this page to keep it from happening.

The page is here:
http://cadillacmargarita.com/slideshow_hati_justin.html

The relevent code for the iframe is here:

<div id="slideshow">
	<div class="slideshows">
		<iframe style="border: medium none ; background-color:CCCCCC;" src="http://www.cadillacmargarita.com/slideshows/hati_justin/iframe.html" title="Showit Web Slideshow" frameborder="0" height="690" width="510" scrolling="no"></iframe>
	</div>
</div> <!--End - slideshow -->

Note: Clicking on the photos gets you through the show quickly. It’s not very long.

I am thinking I might just have to modify the actual iframe.html that plays the show to make it look like I need or close to it. That is located here:

http://cadillacmargarita.com/slideshows/hati_justin/iframe.html

Thanks for any help.

I think that you can still use target="_top" on a hyperlink to break out of an <iframe>, but that is just off the top of my head.

Thank you Stevie.

I discovered and Embed option and that works instead of the iframe.