The Page you requested is an external link, you are not allowed to view the external links from our site."; echo "



Please wait a few moments while we take you back to your previous page.
[Click here if you do not wish to wait or if the page does not reload]

"; }else{ $fileName=$_REQUEST['p'].".php"; if(!file_exists($fileName)){ $fileName = "notfound.php"; } include($fileName); } }else{ include("main.php"); } ?>