
$('a').filter(function() {
	//Compare the anchor tag's host name with location's host name
	return this.hostname && this.hostname !== location.hostname;
}).addClass("external");
	
	
// $.easy.navigation();
$.easy.tooltip("a[title]");
$.easy.popup();
$.easy.external('a[rel="external"], a.external');
$.easy.rotate();
$.easy.forms();
$.easy.showhide();
$.easy.jump();


$("#nav").slidingMenu();

// $('#header p').append('<span>'+$('#header p span').html()+'</span>');
$('#header span:first').addClass('first');
// $('#header span.first').next().addClass('second');



$("#slider").easySlider({
	auto: true, 
	continuous: true
});

$("#bandeau1").tabs();