      var MAIN_PAGE = "../index.html";

      function checkFrame() {
        if (!top || 'godisinthetv' != top.marker) {
          top.location = MAIN_PAGE + '?ic=' + location.pathname;
	}
      }
      onload=checkFrame;
