
document.write('<div id="search_form"></div>');

$(document).ready(function() {
	$("#search_form").load("/search/inc_main.php");
});
