// 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";
}

var ilpopup = "<div id=\"popup\"> <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td align=\"right\"><a style=\"font-size:12px;color:#333;text-decoration:none;\" href=\"#\" onClick=\"chiudi()\">CHIUDI <img class=\"popup-close\" src=\"http://www.gamerbrain.net/images/close-icon.png\" border=\"0\" onload=\"javascript:setCookie('popup', 'ok', 1, '/', 'www.gamerbrain.net');\" style=\"vertical-align:middle;\" /></a></td></tr><tr><td class=\"popup-form\" align=\"left\"><iframe name='banner' src='http://mediapartner.bigpoint.net/scripts/banner.php?anid=930313&anbid=a7f7008e&w=1' width='700' height='630' framespacing='0' frameborder='no' scrolling='no' border='0' allowtransparency='true'><a href='http://mediapartner.bigpoint.net/scripts/click.php?anid=930313&amp;anbid=a7f7008e' target='_top'>IT_TOPGAME_Iframe</a></iframe>\"<noscript><h2><a href=\"http://partner.bigpoint.net/frameGames/frameGames.php?aid=3056&locale=it&anid=930313&anbid={$bannerid}\">IT_TOPGAME_Iframe</a></h2></noscript></td></tr></table></div>";
