// JavaScript Document
$(document).ready(function(){
	$('#showcase').cycle({ 
		fx:    'fade', 
		speed:  1000,
		timeout: 5500,
		pause: 0,
		random: 0
	});
});