function href(){
	return;
}
function bgChange(element, image){
	if(element){
		element.style.backgroundImage = 'url('+image+')';
	}
}

function gotoContactPage(){
	var ContactPage = 'http://fukui-shoukai.restless.jp/contact_us';
	window.location.href = ContactPage;
}
