// Make calls to other operations from this file. 





// fired at the end of the page once all html has loaded

function onDOMload () {

	
	
};



// fired once all content has loaded

function onPageLoad () {

	

};







document.onload = onPageLoad();


function search_form_clear($first,$second){
	document.getElementById($first).value='';	
	document.getElementById($second).value='';
}
