var it_cb = function(type) {
	if (type == "sale")
		$("main_searchform").action = "/search_sales/";
	if (type == "letting")
		$("main_searchform").action = "/search_let/";
}
