function setCookie() {
   if (document.cookie.lastIndexOf('altersverfikation=1') == -1) {
   		document.cookie = "altersverfikation=1";
		window.location.replace('http://www.amaro-montenegro.de/startseite/');
   }
   else {
   		window.location.replace('http://www.amaro-montenegro.de/startseite/');
   }
}
