// SearchUtil.js by Matt Fritz
// July 12, 2007
// Script to call the functionality of a future search engine somehow

var searchBoxElement = "searchBox"; // ID for the search textbox

function doSearch()
{
	// nothing here yet until there is some kind of
	// functionality decided on for a search engine
}