	$(document).ready(
		function(){
			$('#headerbgwrapper').innerfade({
				speed: 'slow',
				timeout: 3000,
				type: 'random',
				containerheight: '170px'
			});
		}
	);