$(document).ready(function() {
	/*var cookieSet = $.cookie('essOver18');
	
	if(cookieSet == null){
	$.blockUI({ message: '<div style="background:url(includes/templates/zj_black_2/images/header_bg.jpg) repeat-x;text-align:center;"><img src="images/logo-restrict.gif" style="overflow:hidden;" alt="Electric Smoke Site :: Must Be Over 18!" /></div><p><img src="images/enter-now.gif" id="enterNow" style="cursor:pointer;" />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="images/leave-now.gif" style="cursor:pointer;" id="leaveNow" /></p><h1 style="font-size:2em;color:#990000;">WARNING: Must Be 18 Years of Age!</h1><p>You may only enter this Website if you are at least 18 years of age, or at least the age of majority in the jurisdiction where you reside or from which you access this Website and you agree to all Terms of Service including prohibitions against accessing this Website from certain zip codes. <br /><br /> If you do not meet these requirements, then you do not have permission to use the Website.</p>' });
	}
	
	$('#enterNow').click(function(){
		$.cookie('essOver18','1');
		$.unblockUI();
	});
	
	$('#leaveNow').click(function(){
		window.location = 'http://www.wikipedia.org';
	});*/
});
