// ©2007- Max Barel a_x@ac-mb.info

$(function(){$('#contact').hide().animate({'opacity':'show','height':'show'},'slow');$('.dmsq').one('click',function(){var cible=this;$.get('dmsq.php?a='+this.id,function(data){cible.href='mailto:'+data;$(cible).text(data);});});});