$(function(){	
	$.easy.navigation();
	$.easy.tooltip();
	$.easy.popup();
	$.easy.external();
	$.easy.rotate();
	$.easy.cycle();
	$.easy.forms();
	$.easy.showhide();
	$.easy.jump();
	$.easy.tabs();
	$.easy.accordion();	
});

$(document).ready(function(){
	$('#slideshow').cycle({  
	    next:   '.clicknext',
	    timeout:       5000,   // milliseconds between slide transitions (0 to disable auto advance) 
    	speed:         1000   // speed of the transition (any valid fx speed value) 
	});
});
