// phpの use_trans_sid でクッキーが無くても処理できるようにする。
if ( navigator.cookieEnabled == false ) {
	location.replace('error/nocookie.html');
}
