var cookie_agreement = "agreement";
var domain = document.domain.match(/[a-zA-Z0-9\-\_]+\.[a-zA-Z]{2,4}$/);
var referrer = document.referrer.match(/sexysite\.ro/);

var disclaimer = "Warning\n\n\
You are about to enter the site with erotic and sexual topics, so please read carefully the following instructions:\n\
Press ‘OK’ to confirm that\n\
1. I’m more than eighteen years old and I came of age\n\
2. If you are in a state in which the boundaries defined differently from the majority of Romania, certify that it meets all conditions of majority in the State and that I am over 18 years and that access to these sites is limited and / or state regulation prohibited in which the find and / or which I am a national\n\
3. I agree that sexually oriented material I am authorized to use only in private and exclusively for their personal use \n\
4. sexually oriented materials do not offend me and / or otherwise endanger the site and voluntarily entering\n\
5. and will not provide either directly or indirectly, may not provide access to materials obtained from this website to persons under eighteen years of age or other persons who do not meet the conditions set out in this statement\n\
If you do not meet even if only one condition laid down in paragraphs 1 to 5, please leave this site immediately.\n\
If you meet all the conditions mentioned under paragraphs 1 to 5, you are entitled to enter.\n\
Agree and confirm the above.\n\
\nAVERTISMENT\n\n\
Intenţionaţi să intraţi pe un site cu conţinut explicit sexual, destinat exclusiv adulţilor, de aceea vă rugăm să citiţi cu atenţie următoarele instrucţiuni:\n\
Dând click pe \"OK\" declaraţi pe proprie răspundere că:\n\
1. Sunteţi o persoană adultă având vârsta de cel puţin 18 ani. \n\
2. Sunteţi de acord să accesaţi paginile acestui site pentru a folosi informaţiile şi imaginile numai în scop personal în mediu privat.\n\
3. Informaţiile sau imaginile cu caracter explicit sexual destinate doar adulţilor nu vă ofensează şi / sau vă pun în pericol şi le accesaţi în mod voluntar.\n\
4. Nu veţi furniza în mod direct sau indirect, nu veţi oferi acces la materialele obţinute din acest site persoanelor sub 18 ani sau altor persoane care nu îndeplinesc condiţiile stabilite în această declaraţie.\n\
Dacă nu îndepliniţi măcar una din condiţiile prevăzute la punctele 1-4, vă rugăm să părăsiţi  acest site imediat.\n\
Dacă îndepliniţi toate condiţiile menţionate la punctele 1-4, aveţi dreptul să intraţi.\n\
Confirm şi sunt de acord cu cele menţionate mai sus.";

if(!domain) domain = document.domain;
if(referrer) {
document.cookie = cookie_agreement+"=true;;path=/;domain=."+domain;
}
if(document.cookie.indexOf(cookie_agreement) == -1) {
if(confirm(disclaimer)) document.cookie = cookie_agreement+"=true;;path=/;domain=."+domain;
else document.location.href = "about:blank";
}

