
	/* -----------------------------------------------------
		クッキーチェック
	----------------------------------------------------- */
	function check_use_cookie( url ) {

		if( navigator.cookieEnabled == true ) {
			location.href = '/delete_IPUA/?url=' + url;
			return false;
		}

	}





