
$(document).ready(function(){function format(mail){return mail.name;}
$("#toTheTop").click(function(ev){$('html,body').animate({scrollTop:0},'fast');});$(document).pngFix(),$(".galerie a").lightBox(),$('#scrollNextEvents marquee').marquee('events',true).mouseover(function(){$(this).trigger('stop');}).mouseout(function(){$(this).trigger('start');}),$('#lastPosts marquee').marquee('posts',true).mouseover(function(){$(this).trigger('stop');}).mouseout(function(){$(this).trigger('start');}),$("#trigger_raids").click(function(){$("#pastEvents").toggle();});$("#forumTable").pager('tr.nrow',{navId:'pager'});$("#mySmileys").draggable();$("#user").autocomplete('/includes/xml.searchUsers.php',{multiple:false,parse:function(data){return $.map(eval(data),function(row){return{data:row,value:row.name,result:row.name}});},formatItem:function(item){return format(item);}});$(".forumMoveSubject").click(function(){if($("#moveToSalon").val()=="null"){alert("Veuillez choisir un salon");}else{$.get("/includes/ajax.forum.moveSubject.php",{"idPost":$("#moveIdSubject").val(),"idSalon":$("#moveToSalon").val()},function(data){$("#movemsg").addClass('msgok').html(data);});}})});
