// JavaScript Document

// Banner Rotator
$(document).ready(function() { 
	$('#image_rotate').innerfade({ 
		speed: '30000', 
		timeout: 9000, 
		type: 'sequence', 
		containerheight: '220px'
	});
});
