// JavaScript Document


lang=(navigator.browserLanguage);// Pour explorer
langm=(navigator.language);// pour mozilla

		
		
		 if(lang=='de')
	{
document.location='http://www.mini-marches.ch/all/index.html';// attention au lien
		}	
		
		
 
		
		 if(langm=='de')
	{
document.location='http://www.mini-marches.ch/all/index.html';// attention au lien
		}	
			
  
