$(document).ready(function(){
	$('.site .content table .link').hover(
		function() {$(this).addClass('hover');},
        function() {$(this).removeClass('hover');}
	).click( function() {
		var e = $(this).find('a.link').attr('href');
		if(typeof(e) != 'undefined') {
			window.location.href = e;
		}
	});
	
	overAjax('over_identification', '/cgi/_diet-club_forum_popup_identification.cgi', 'Identification', '_white', true, true, '.identification', 520);
	over('over_nouveau_sujet', '', 'Nouveau sujet', '_white', true, 'fermer', '.nouveau_sujet', 520);
	over('over_nouvelle_reponse', '', 'Nouvelle r&eacute;ponse', '_white', true, 'fermer', '.nouvelle_reponse', 520);
});
