jQuery(document).ready(
		function($){
			$('#fade-inside').innerfade({
				animationtype: 'fade',
				speed: 2000,
				timeout: 3500
			});
});
