if (!getCookie('18_confirm'))
{
	var exp  = new Date();
	exp.setTime((new Date()).getTime()+100000000000);
	expires = exp.toGMTString();
	var div = document.createElement('div');
	div.innerHTML = 
			 "<div style='position:fixed; z-index: 100;width:100%; height: 100%; top: 0px; left:0px;' id='18_popup_div'>"
			+"	<div style='position:relative; width:100%; height:100%'>"
			+"		<div style='position:absolute; top:0px; left:0px;background-color:gray; filter:alpha(opacity=90); -moz-opacity: 0.9; opacity: 0.9;  z-index:200;width:100%; height:100%'></div>"
			+"		<div style='position:absolute; top:0px;margin:auto; z-index:300;  width: 100%; height:500px; '>"
			+"			<div style='margin:auto; width:400px;background-color: white; border: solid 1px black; padding: 40px;margin-top:100px'>"
			+"				Attention! You are going to visit adult website.<br />Persons under 18 years old entrance is strictly forbidden.<br />By clicking \"Continue\", you acknowledge that you more than 18 years, and you agree to review materials intended for adults only.<br />If you are under 18 years of age - please close your browser tab to exit the site."
			+"				<br/><br/><a href='#' style='display:block; width: 100px; text-align: center; text-decoration:none; font-size:14px; font-weight:bold; color:white; background-color: green; padding: 8px; margin: 0px 0px;' onclick='setCookie(\"18_confirm\", 1, expires, \"/\");document.getElementById(\"18_popup_div\").style.display=\"none\";return false;'>Continue</a>"
			+"			</div>"
			+"		</div>"
			+"	</div>"
			+"</div>";
	var wrap = document.getElementById('wrap');
	wrap.parentNode.insertBefore(div, wrap);
	
}

