function killpopup(){
	console = false; 
	return;
}

function checkExit(){
	if (console) {
		window.top.location.href = exit_URL;
		return 'DECOUVRE VITE NOS AUTRES SITES !';
	}
}

// Amorcage du script
window.onbeforeunload = checkExit;