$(document).ready(function() {
	
	$('.cliquable').click(function(){
		window.location=$(this).find("a").attr("href");	
		return false;
	});
	
	//Diaporama Déchets
	$('ul#dechets').innerfade({
					speed: 'slow',
					timeout: 6000,
					type: 'random'
					//containerheight: '220px'
	});
	
	// Replaces all the matching elements with a <a href="mailto:..> tag.
	$('span.mailme').mailme();
});
