/* is_file check added by jrand unixsyseng Fri Aug 20 16:52:47 EDT 2004 */
/* insecure sloppy coding by this guy */
if ((!$page) || (!is_file($page.".php"))) {
include("weblog.php");
}
else{
include ("" . "$page" . ".php");
}
?>
include("unapjr.php") ?>
include("unapmedia.php") ?>
include("blogroll.php") ?>