$(function(){	
	$.easy.navigation();
	$.easy.tooltip();
	$.easy.popup();
	$.easy.external();
	$.easy.rotate();
	$.easy.forms();
	$.easy.showhide();
	$.easy.jump();
	
	$.easy.cycle({ selector: '#intro li:nth-child(1) .image', initPause:0 });
	$.easy.cycle({ selector: '#intro li:nth-child(2) .image', initPause:200 });
	$.easy.cycle({ selector: '#intro li:nth-child(3) .image', initPause:400 });
	
	$('.promo .title h1').each(function(){
		height = $('.promo .side').height();
		$(this).height(height+32);
	});

});
