﻿//Help to maintain the animation in the menu of the home page and
// display the apprpriate content for the pressed menu item
$(document).ready(function () {
    

});

$(document).ready(
		function () {
		    $(".home").css("color", "#1EBECA");

		    $('#rotator').innerfade({
                animationtype:'fade',
		        speed: 'slow',
		        timeout: 4000,
		        type: 'sequence',
		        containerheight: '220px'
		    });
         

	
		}
	);

