window.addEvent('domready', function(){

$('blogcomment').set('opacity', 0) ;
var mentionout=function(){
$('blogcomment').set('tween', {duration : 500}) ;
$('blogcomment').tween('opacity', 1) ;
} ;
var mentionoff=function(){
$('blogcomment').set('tween', {duration : 500}) ;
$('blogcomment').tween('opacity', 0) ;
} ;

$('blog').addEvents({'mouseenter' : mentionout, 'mouseleave' : mentionoff}) ;




/* PAS TOUCHE !!!! */	
}) ;
/* FIN*/






 

