function jssearch(){	pro=window.location.protocol;	hst=window.location.hostname;	if (hst=='www.town.haebaru.okinawa.jp') {		if (pro=='http:') {			jssearch_http();		} else {			jssearch_https();		}	}}function jssearch_http(){	document.forms[0].action = 'http://search.town.haebaru.okinawa.jp/jwsearch/jwsgw.exe'; 	document.forms[0].method='POST';	document.forms[0].name='jwsearch';	document.forms[0].target='jwsearch_view';	document.forms[0].submit();}function jssearch_https(){	document.forms[0].action = 'http://www.town.haebaru.okinawa.jp/hhp.nsf/JSsearch_https?OpenAgent'; 	document.forms[0].method='POST';	document.forms[0].submit();}