var wiziEnter=function(){$.cookie("wiziMineur","no",{path:"/",expires:1});$("embed").each(function(){$(this).attr("wmode","transparent");$(this).show()});$.modal.close()};$(document).ready(function(){$("embed").each(function(){$(this).attr("wmode","transparent");$(this).hide()});$.get(urlMessage,function(a){$.modal(a,{autoResize:true,opacity:100,overlay:100,close:false,persist:false,minHeight:"auto",maxHeight:650,onShow:function(){$("#wiziMineurEntrer").click(function(b){b.preventDefault();wiziEnter()});$("#wiziMineurSortir").click(function(){document.location=this.href})},containerCss:{height:400,width:600,overflow:"auto",backgroundColor:"#fff",border:"3px solid #ccc",color:"#000"}})})});