

window.onunload = anantlion;


function anantlion(){
	//	FireFoxだと動かない
	var url = '/ihan/';
	location.href = url;
}
