<?xml version="1.0" encoding="UTF-8" ?>
<Module>
  <ModulePrefs title="Frame Bust Demo" author="Michael Mahemoff" author_email="michael@mahemoff.com">
  </ModulePrefs>
  <Content type="html">
    <![CDATA[
      <p><a href="http://ajaxify.com/run/widgets/google/framebust/grover.html">I'm a regular hyperlink. New page loads in frame.</a></p>
      <p><button id="buster">Click me to bust the frame</button></p>
      <script type="text/javascript">

        function init() {
          document.getElementById("buster").onclick = function() {
            top.location.href="http://ajaxify.com/run/widgets/google/framebust/phisheries.html";
          };
        }

        _IG_RegisterOnloadHandler(init);

      </script>
      <script type="text/javascript" src=""></script>
    ]]>
  </Content>
</Module>
