
		   $(document).ready(
					function(){

						$('#mainBanner').innerfade({
							speed: 'slow',
							timeout: 5000,
							type: 'sequence',
							containerheight: '250px'
						});

				});
			


