$(document).ready(function(){
	if(!$.cookie("18STATEMENT")){
		$("#allcontent").after('<div id="agealert"><div class="age-alert-head"><img src="logo.jpg" border="0" /><br />WARNING!</div><p>This website contains images of naked men engaging in sex acts, including gay sexually oriented material.<br />Please leave now if you are offended by such material, or if you are under the age of 18,<br/> or if you live in a community where viewing or possessing adult material is illegal.<br /><br />All models are 18 years of age or older in compliance with 18 USC 2257.</p><div class="age-alert-buts"><a class="close" href="javascript:age verified()">enter</a> <a href="http://www.google.com/">leave</a></div><p>&copy; 2003-2011 Yound-Dudes.com - <a href="http://rtalabel.org/?content=validate&id=S-06A78304PW941144D&rating=RTA-5042-1996-1400-1577-RTA" style="margin:0px; color: #000000;" rel="nofollow" target="_blank">Verified RTA Member</a></p></div>');
	}
	else{
		$("#allcontent").removeClass('start-state');
	}
	$("a.close").click(function(){
		$.cookie("18STATEMENT", 'yes', { expires: 365 });
		$("#agealert").remove();
		$("#allcontent").removeClass('start-state');
	});
});
