jQuery(document).ready(function($) {
	$('#image_rotate').innerfade({
		speed: 'slow',
		timeout: 5000,
		type: 'random',
		containerheight: '217px'
	});
});
