 $(document).ready(function(){
	// put anything that needs to run on page load here
	
	// button replacements
	$("div.mlslookupform input#btnLookup").replaceWith('<input id="btnLookup" name="btnLookup" type="image" src="images/themes/classic/lookup_go.gif" />');
	$("div.mlslookupform input#btnLookup").addClass("resize");
	
	$("div.searchform input#btnSearch").replaceWith('<input id="btnSearch" name="btnSearch" type="image" src="images/themes/classic/button_search.gif" />');
	$("div.searchform input#btnSearch").addClass("resize");
});