jQuery.noConflict();

jQuery(document).ready(function(){

    jQuery('#homeslideshow').cycle({
		speed: 3000,
		timeout: 5000
	});
	
});

