jQuery(document).ready(function(){
	jQuery('#welcome').cycle({ 
    	fx:     'fade', 
   		timeout: 5000
	});
});
