	   $(document).ready(
function(){
					
					$('div#leftbooth').innerfade({
						speed: 3000,
						timeout: 7000,
						type: 'sequence',
						containerheight: '320px'

					});
			

			});

