jQuery(document).ready(function(){
	jQuery('#index_banner').cycle({
		
		// random:'true',
		fx:'fade',
		speed:1000,
		timeout:4500
		});
});


