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