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