par_lc = '';


function bye() {
window.open('http://www.tuttosessogratis.net/en/out/bye.php?'+parametro_lc,'EXIT') ;
}


function pop_web(urlpopweb) {
window.open('http://www.tuttosessogratis.net/'+urlpopweb,'WBM','toolbar=0,location=0,status=0,menubar=0,'+'scrollbars=1,resizable=1,width=300,height=300'); 
}


function lib_bwcheck(){ //individua browser
	this.ver=navigator.appVersion
	this.agent=navigator.userAgent
	this.dom=document.getElementById?1:0
	this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom && !this.opera5)?1:0; 
	this.ie6=(this.ver.indexOf("MSIE 6")>-1 && this.dom && !this.opera5)?1:0;
	this.ie4=(document.all && !this.dom && !this.opera5)?1:0;
	this.ie=this.ie4||this.ie5||this.ie6
	this.bw=(this.ie6 || this.ie5 || this.ie4)
	return this
}
var bw=new lib_bwcheck()

// preferiti
var bookmarkurl="http://www.tuttosessogratis.net/"
var bookmarktitle="TuttoSessoGratis"
function addbookmark(){
if (bw.ie)
{
	if (document.all)
	{
	window.external.AddFavorite(bookmarkurl,bookmarktitle)
	}
}
else
{
	alert("Premi Ctrl+D per aggiungerci ai tuoi preferiti")
}
}

