// JavaScript Document
	function cadre(page)
	{
	var undefined;
	var msg = "La commune de Saint Jean de la Blaquière\n_________________________________\n\n Vous avez visité notre site sans avoir commencé par la page d'accueil. La page que vous avez choisie n'est pas encadrée comme il faut. Nous vous invitons de recommencer votre visite en cliquant sur 'OK'. Ensuite de cliquer la rubrique '"+ page + "'.  Merci.\n\n You have visited our site without first starting with the Home Page. The page that you have selected will not be displayed in it's correct setting. We invite you to restart your visit by clicking 'OK' then click on the menu item '" + page + "'. Thank you.";
	if (top.accueil === undefined)
	 if  (confirm(msg))
		    top.location.replace("index.html");
	}
	
		function cadreB(page)
	{
	var undefined;
	var msg = "La commune de Saint Jean de la Blaquière\n_________________________________\n\n Vous avez visité notre site sans avoir commencé par la page d'accueil. La page que vous avez choisie n'est pas encadrée comme il faut. Nous vous invitons de recommencer votre visite en cliquant sur 'OK'. Ensuite de cliquer la rubrique '"+ page + "'.  Merci.\n\n You have visited our site without first starting with the Home Page. The page that you have selected will not be displayed in it's correct setting. We invite you to restart your visit by clicking 'OK' then click on the menu item '" + page + "'. Thank you.";
	if (top.accueil === undefined)
	 if  (confirm(msg))
		    top.location.replace("../index.html");
	}
	
		function cadreC(page)
	{
	var undefined;
	var msg = "La commune de Saint Jean de la Blaquière\n_________________________________\n\n Vous avez visité notre site sans avoir commencé par la page d'accueil. La page que vous avez choisie n'est pas encadrée comme il faut. Nous vous invitons de recommencer votre visite en cliquant sur 'OK'. Ensuite de cliquer la rubrique '"+ page + "'.  Merci.\n\n You have visited our site without first starting with the Home Page. The page that you have selected will not be displayed in it's correct setting. We invite you to restart your visit by clicking 'OK' then click on the menu item '" + page + "'. Thank you.";
	if (top.accueil === undefined)
	 if  (confirm(msg))
		    top.location.replace("../../index.html");
	}
		function cadreD(page)
	{
	var undefined;
	var msg = "La commune de Saint Jean de la Blaquière\n_________________________________\n\n Vous avez visité notre site sans avoir commencé par la page d'accueil. La page que vous avez choisie n'est pas encadrée comme il faut. Nous vous invitons de recommencer votre visite en cliquant sur 'OK'. Ensuite de cliquer la rubrique '"+ page + "'.  Merci.\n\n You have visited our site without first starting with the Home Page. The page that you have selected will not be displayed in it's correct setting. We invite you to restart your visit by clicking 'OK' then click on the menu item '" + page + "'. Thank you.";
	if (top.accueil === undefined)
	 if  (confirm(msg))
		    top.location.replace("../../../index.html");
	}
