$(document).ready(function() { 
	$('#top_banner').innerfade({ 
		speed: 'slow', 
		timeout: 8000, 
		type: 'sequence', 
		containerheight: '380px'
	});
	
	$('#gal_home').innerfade({ 
		speed: 'slow', 
		timeout: 8000, 
		type: 'sequence', 
		containerheight: '120px'
	});
	
});

$(window).bind('load', function() {
	$('img.protect').protectImage();
});
