var lang;
$(document).ready(function() {
		var p="http://www.mairie-montlucon.fr/version-2009/style/bandeau/";
		$('head').append('<link href="'+p+'bandoNewSite.css" rel="stylesheet" type="text/css" />');		
		var msg=new Array(3);
		msg['fr']="Le contenu du site Internet actuel sera entièrement réactualisé dans sa prochaine édition.<br />En attendant, vous pouvez contacter directement les services de la Ville pour vérifier l’exactitude des informations.";
		msg['en']="The contents of the current website will be fully updated in its next edition.<br />In the meantime, you can contact the City departments to verify the accuracy of the information.";
		msg['es']="El contenido de la página web estará totalmente actualizada en su próxima edición.<br />Entre tanto, puede ponerse en contacto con los departamentos de la Ciudad para verificar la exactitud de la información.";
		if (lang==undefined ) lang='fr';
		$('body').prepend('<div class="bandoNewSite" ><div><img src="'+p+'caution.gif" align="left" />'+msg[lang]+'</div></div>');				   
		//setTimeout('$(".bandoNewSite").slideDown("slow");',1000);	   
});