Google UncleSam Search
ClassBrain’s UncleSam Search is customized to only search federal government, official state sites, and education sites; along with a few customized add-ins, such as state historical societies and official state tourism sites. For those of you familiar with the old Google.com/unclesam search that was discontinued, I’ve spent hours coding a search that is as close as possible as a replacement.
UncleSam Search
UncleSam Search For Your Site
If you would like to include this search on your website, I’ve included the code below. Just place it on a page, and it will display the search box. Results will show below the search on the same page.
<div id="cse" style="width: 100%;">Loading</div>
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
<script type="text/javascript">
google.load('search', '1', {language : 'en'});
google.setOnLoadCallback(function() {
var customSearchControl = new google.search.CustomSearchControl('006597058550141518703:lyclhnyiqnu');
customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
customSearchControl.draw('cse');
}, true);
</script>
<link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />