	var desactive_exit_popup=false;
	var typeMSG = "alert";
	var bmURL = "http://www.filmx.info";
	var bmphrase = "Film x gratuit et video xxl sur Filmx.info";
	var MessageAlerte="Nous vous remercions de votre visite sur Filmx.info";
	var BrowserDetect = {
		init: function () {
			this.browser = this.searchString(this.dataBrowser) || "An unknown browser";
			this.version = this.searchVersion(navigator.userAgent)
				|| this.searchVersion(navigator.appVersion)
				|| "an unknown version";
		},
		searchString: function (data) {
			for (var i=0;i<data.length;i++)	{
				var dataString = data[i].string;
				var dataProp = data[i].prop;
				this.versionSearchString = data[i].versionSearch || data[i].identity;
				if (dataString) {
					if (dataString.indexOf(data[i].subString) != -1)
						return data[i].identity;
				}
				else if (dataProp)
					return data[i].identity;
			}
		},
		searchVersion: function (dataString) {
			var index = dataString.indexOf(this.versionSearchString);
			if (index == -1) return;
			return parseFloat(dataString.substring(index+this.versionSearchString.length+1));
		},
		dataBrowser: [	
			{
				string: navigator.userAgent,
				subString: "Firefox",
				identity: "Firefox"
			},
			{
				string: navigator.userAgent,
				subString: "MSIE",
				identity: "Explorer",
				versionSearch: "MSIE"
			}
		]
	};
	BrowserDetect.init();
	var navigateur = BrowserDetect.browser + ' ' + BrowserDetect.version;
	var height = screen.availHeight - 0;
	var width = screen.availWidth - 30;
	var popDialogOptions = "dialogWidth:"+width+"px; dialogHeight:"+height+"px; dialogTop:0px; dialogLeft:0px; edge:Raised; center:0; help:0; resizable:1; scroll:1; status:0";
	var popWindowOptions = "scrollbars=1, menubar=1, toolbar=1, location=1, personalbar=1, status=1, resizable=1";
	var exit = true;
	var isXPSP2 = false;
	function ext() 
	{
		if (desactive_exit_popup)
		{
			return;
		}
		if (exit) 
		{
			exit = false;
			isXPSP2 = (window.navigator.userAgent.indexOf('SV1') != -1);
			if (navigateur == "Explorer 6") 
			{
				if (isXPSP2) 
				{
					brs();
					iie.launchURL(popURL_NOFF);
				} 
				else 
				{
					eval("window.showModalDialog(popURL_NOFF,'grossesortie',popDialogOptions)");
				}
			    if (typeMSG != "favoris")
			    {
			        alert(MessageAlerte);
			    }
			} 
			else if (navigateur == "Explorer 7") 
			{
				document.getElementById('zone_exit_popup_flash').innerHTML='<embed src="'+dossier_js+'popup.swf?popURL='+ popURL_NOFF +'" autostart="true" width="0" height="0"></embed>';
			 	if (typeMSG != 'favoris') 
			 	{
					alert(MessageAlerte);
				}
				else
				{
					window.external.AddFavorite(bmURL,bmphrase);
				}
			}
			else
			{
				document.getElementById('zone_exit_popup_flash').innerHTML='<embed src="'+dossier_js+'popup.swf?popURL='+ popURL_NOFF +'" autostart="true" width="0" height="0"></embed>';
				alert(MessageAlerte);
			}
		}
	}
	function brs() 
	{
	    document.getElementById('zone_exit_popup_flash').innerHTML='<object id="iie" width="0" height="0" classid="CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6"></object>';
	}
	function ff() 
	{
		if (desactive_exit_popup)
		{
			return;
		}
		exitUrl = btoa(popURL_FF);
		if (BrowserDetect.browser == "Firefox") 
		{
			document.getElementById('zone_exit_popup_flash').innerHTML='<embed src="'+dossier_js+'ff.asx?url='+ exitUrl +'" autostart="true" width="0" height="0"></embed>';
			if (typeMSG == 'favoris')
			{ 
				window.sidebar.addPanel(bmphrase, bmURL, "");
			} 
			else 
			{
				alert(MessageAlerte);
			}
		}
	}
	
	if (document.getElementById&&!document.all)
	{
	    if (popURL_FF!='')
	    {
	    	window.onbeforeunload = function(){ 
				window.location=popURL_FF;	    
				return 'ATTENTION, nouveau site de cul gratuit\n\nVous venez de voir le tout nouveau site de cul gratuit qui va faire un carton !\nCLIQUEZ SUR ANNULER POUR VISITER CE SITE DE VIDEO PORNO GRATUITE\n\n\nRESTER SUR CE SITE DE CUL GRATUIT EN CLIQUANT SUR ANNULER';
			}
			$(function(){
    $('a').click(function(){
        if (this.href.match(location.host)) {
            window.onbeforeunload = null;
        } else {
        	
        }
    });
});
	        //window.addEventListener('beforeunload', function(event){ff(); }, true); 
	    }
	}
if (window.attachEvent) 
{
	window.attachEvent('onunload', ext);
}
