<?	// Preamble
	$pageName = "Page Name";
	$focused = "none";					// Dock icon name to gets a border
	require("parts/preamble.php");		// Load most of document
?>
<!--SEARCHME-->
Page content goes here. Yes, it's that simple.
<!--NOSEARCH-->
<?
	require("parts/postamble.php"); 	// Finish this sucker up
?>