// <SCRIPT>
if( window.parent === window)
{
	self.location = 'index.php';
}

