$(document).ready(function() { 

	/* Centerbox */
	$(function() {     
        $('#indexCenterbox').cycle({ 
			fx:     'fade', 
			timeout: 5000
		});
    });
	
});
