if($.cookie('zastavka')!='skip'){
	$.cookie('zastavka', 'skip', { expires: 1});
	document.location=document.location+'zastavka/';
}

