


The Advanced version of this API will create a search form with three pre-populated fields, and a text field on your page and allow your users to search grubhogs.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>Local Search Powered by Grubhogs</title>
<link rel="stylesheet" type="text/css" href="/css/styles.css" media="all"/>
<script type="text/javascript" src="http://grubhogs.com/widget/search.js"></script>
</head>
<body>
<div id="GrubhogsSearchForm"> </div>
<div id="GrubhogsSearchResults"></div>
<script type="text/javascript" language="javascript">
window.onload = function () {localSearch('Advance','Key',document.domain)};
</script>
</body>
</html>
