<% require_once "objects/Page.php"; $page = new Page( "funhouse.php", "index", "Home" ); $page->start(); %>

Welcome to The Funhouse!

Come in, play a game. Laugh a little and mostly HAVE FUN!

<% $page->render(); %>