window.onload = function () {
    //innerfade
	$(document).ready(
		function(){					
			$('p#homeStartImage').innerfade({
				speed: 4000,
				timeout: 10000,
				type: 'sequence',
				containerheight: '208px'
			});

	});
}