﻿        $(document).ready(
		function() {
		    $('#Rotator').innerfade({
		        speed: 'slow',
		        timeout: 2000,
		        type: 'sequence',
		        containerheight: '495px'
		    });
		}
	);
