jQuery.fn.extend({displayLivre:function(){$viewPort.addAsynchRow("livre");var c=this,d="getLivre=getLivre",b="",a;$.ajax({type:"POST",data:d,url:"services/getLivre.php",dataType:"json",cache:false,success:function(f,e){if(f&&f.messages.length>0){for(a=0;a<f.messages.length;a++){b=b+'<div class="livreMessage'+f.messages[a].id+'"><div><div style="float:left;"><div class="jour">'+f.messages[a].jour+'</div><div class="mois">'+f.messages[a].mois+'</div></div><div style="float:left; margin-left:12px; margin-top:5px;"><div class="titre">'+f.messages[a].titre+'</div><div class="sousTitre"><span style="color:#adadad">Par</span> '+f.messages[a].nom+'</div></div>	<div class="clear_both"></div></div><div style="height:1px; background-color:#cecece; margin:0px;"></div><div class="message">'+f.messages[a].message+"</div><div>";if(f.messages[a].site!=""){b=b+'<div style="float:right;"><a href="http://'+f.messages[a].site+'" target="_blank"><b>SITE</b></a></div><div style="float:right; margin:0 0 0 4px;">/</div>'}b=b+'<div style="float:right; margin-left:10px;"><a href="mailTo:'+f.messages[a].mail+'"><b>MAIL</b></a></div><div style="float:right; font-size:11px;"><b>'+f.messages[a].nom+'</b></div><div class="clear_both"></div></div><div style="height:1px; background-color:#cecece; margin:0px;"></div></div>'}}$(c).html(b);if($("#MESSAGES_LIVREDOR").height()>$viewPort.coverHeight){$("#DISPLAY_LIVREDOR").css("overflow-y","scroll");$("#DISPLAY_LIVREDOR").bind("mousewheel",function(g,h){if($("#MESSAGES_LIVREDOR").height()>$viewPort.coverHeight){$viewPort.sensScroll="V"}})}$viewPort.delAsynchRow("livre")},error:function(f,e){jAlert("Erreur de chargement du Livre d'Or.","Erreur");$viewPort.delAsynchRow("livre")}})}});
