function back() {
		
	if (document.referrer.indexOf("refs-monde") == -1 )
	{ window.close() }
		
	history.go(-1)
	  
}   

