// imposta il cookie sNome = sValore
// per la durata di iGiorni
function getCookie( name ) {
	var start = document.cookie.indexOf( name + "=" );
	var len = start + name.length + 1;
	if ( ( !start ) && ( name != document.cookie.substring( 0, name.length ) ) ) {
		return null;
	}
	if ( start == -1 ) return null;
	var end = document.cookie.indexOf( ';', len );
	if ( end == -1 ) end = document.cookie.length;
	return unescape( document.cookie.substring( len, end ) );
}

function setCookie( name, value, expires, path, domain, secure ) {
	var today = new Date();
	today.setTime( today.getTime() );
	if ( expires ) {
		expires = expires * 1000 * 60 * 60 * 24;
	}
	var expires_date = new Date( today.getTime() + (expires) );
	document.cookie = name+'='+escape( value ) +
		( ( expires ) ? ';expires='+expires_date.toGMTString() : '' ) + //expires.toGMTString()
		( ( path ) ? ';path=' + path : '' ) +
		( ( domain ) ? ';domain=' + domain : '' ) +
		( ( secure ) ? ';secure' : '' );
}


function chiudi() {
el = document.getElementById("popup");
el.style.visibility="hidden";
}

function creare_newsletter2(creare_newsletter,free_newsletter,mailing_list){
	if (!mailing_list){
		mailing_list= 'free_newsletter' + (new Date().getTime());
		creare_newsletter.target = mailing_list;
		open ('', mailing_list, free_newsletter);
		if (creare_newsletter.nome_newsletter=='TuoNome (opzionale)'){
			creare_newsletter.nome_newsletter='';
		}
			
	}
}
var ilpopup = "<div style=\"border:2px solid #000;background:#fff;position:absolute;left:200px;top:320px;visibility:visible;width:250px;height:250px;text-align:center;\" id=\"popup\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"><tr><td align=\"right\"><a style=\"font-size:12px;color:#fff;text-decoration:none;\" href=\"#\" onClick=\"chiudi()\">C H I U D I &nbsp; <img src=\"close.gif\" border=\"0\" align=\"absmiddle\" onload=\"Javascript:setCookie('popup', 'ok', 1, '/', 'www.cucinarefacile.com');\"></a></td></tr><tr><td><form name=\"free_newsletter\" id=\"free_newsletter\" method=\"post\" action=\"http://www.mailarea.net/mail/creare_newsletter.asp\"  onsubmit=\"creare_newsletter(this,'width=400,height=350,resizable=1,scrollbars=0,toolbar=0,status=0,menubar=0,location=0'); return true;\"><input class=\"lalocanda-input\" style=\"font-size:10;height:18px;width:160px;border-style:solid;border-size:1px;\" type=\"text\" name=\"email_newsletter\" value=\"Tua@Email\" onfocus=\"javascript:if(this.value=='Tua@Email'){this.value='';};\"><font style=\"font-size:13px;\"></font><br><input type=\"hidden\" name=\"i\" value=\"1253\"><br /><input class=\"lalocanda-btn\" type=\"submit\" name=\"creare newsletter\" id=\"pulsub\" title=\"Indica il Tuo indirizzo email e clicca\" value=\" Procedi \"><div style=\"width:2px;height:1px;overflow:scroll;\"><a href=\"http://www.zonaincontri.it\" target=\"_blank\">Incontri</a> <a href=\"http://www.turboweb.it/email-marketing.asp\">Email Marketing</a></div></center></form></form><center><a href=\"javascript:;\" onClick=\"window.open('http://www.albergolalocanda.it/informativa.htm', 'titolo', 'width=300, height=200, resizable, status, scrollbars=1, location');\">Leggi l'informativa</a></center></td></tr></table></div>"; 
