  $(document).ready(function(){ 
							 
							
		
		//Mappy:: ceebox
		
		$(".ceebox2").ceebox({unload:function(){$("body").css({background:"#ddf"})}});
		
			$("#mappy").click(function(){
			$.fn.ceebox.overlay();
			$.fn.ceebox.popup(this,{onload:true,htmlWidth:720,htmlHeight:500});
			return false;		  
		});
			
			
    }); 
 
