if (navigator.cookieEnabled == 0) { 

	var url = document.URL.split("?");
	document.location.href = url[0] + "?error_cookie=Y"; 
}	
