/* Manche attractivite - scripts - Ch1 - Derniere modification 14-04-2008
------------------------------------------------------------------------- */

	/* Encarts pages accueil Manche attractivite
	----------------------------------------------------------------*/
	 jQuery.noConflict();
	jQuery(document).ready(function(){
	var loc = "http://" + window.location.hostname; 

		
		 /* colonne 1  */
			 
	 jQuery("#AjaxSituation").load(loc + "?p=881 #EncartSituation");
	  jQuery("#AjaxActualites").load(loc + "?p=937 #EncartActualites");
	 jQuery("#AjaxQuestionnaire").load(loc + "?p=909 #EncartQuestionnaire");
	
	  
	  /* colonne 2*/
	  
	  jQuery("#AjaxEntreprises").load(loc + "?p=889 #EncartEntreprises");
	  jQuery("#AjaxManche").load(loc + "?p=895 #EncartManche");
	  jQuery("#AjaxConjoint").load(loc + "?p=898 #EncartConjoint");
	  
	   /* colonne 3 */
	  
	  jQuery("#AjaxTemoignages").load(loc + "?p=900 #EncartTemoignages");
	  jQuery("#AjaxFamille").load(loc + "?p=905 #EncartFamille");
	  jQuery("#AjaxCvtheque").load(loc + "?p=2411 #EncartCvtheque");
	
	
	  
	  
	  
	/* Fin Jquery */
	
	});
	

	 
