$key - $val hits";
}
require("parts/postamble.php"); // Finish this sucker up
else {
// Preamble
$pageName = "Search Results";
$focused = "none"; // Dock icon name to gets a border
require("parts/preamble.php"); // Load most of document
echo 'That type of search isn\'t supported yet. Please check back later.';
require("parts/postamble.php"); // Finish this sucker up
}
?>