if (!eregi("modules.php", $_SERVER['PHP_SELF'])) {
    die ("You can't access this file directly...");
}
function batepapo() {
include ("header.php");
OpenTable();
echo '
<center>
<iframe name="cronograma" src="http://www.demons-hack.techosting.com.br/chat" width="721" height="595" marginheight="0" frameborder="0" scrolling="no"></iframe>
</center>
';
CloseTable();
include ('footer.php');
}
switch($op) {
case "Adulto":
batepapoad();
break;
default:
batepapo();
break;
}
?>