jQuery(document).ready(function() {

					jQuery('.fade').innerfade({
						speed: 1000,
						timeout: 10000,
						type: 'random_start',
						containerheight: '250px'
					});
});                    