$(function(){	
	$.easy.navigation();
	$.easy.tooltip();
	$.easy.popup({
        nextText:' NEXT',
        prevText:'PREVIOUS ',
		closeText:'X CLOSE'
	});
	$.easy.external();
	$.easy.rotate({pause: 20000});
	$.easy.cycle();
	$.easy.forms();
	$.easy.showhide();
	$.easy.jump();
});
