To automatically re-direct a page to a different url / page insert the following script in the HTML section of the page to be redirected: (see inserting HTML)
<script type="text/javascript">try{ if (!top.adminpanel) { window.location.replace("http://www.redirect.site"); }}catch(e) {}</script><noscript><meta http-equiv="Refresh" content="0; URL=http://www.redirect.site"></noscript>where http://www.redirect.site is the url of the page you want to re-direct to.