// JavaScript Document

	$(document).ready(
			function(){
	
				$('ul#welcomeBanner').innerfade({
					speed: 3000,
					timeout: 5000,
					type: 'sequence',
					containerheight: '246px'
				});
		});

