﻿$(document).ready(
		function() {

		    $('#SildeShow').innerfade({
		        
		        speed: 1000,
		        timeout: 10000,
		        type: 'random',
		        containerheight: '1em'
		    });


		}
	);
