J(document).ready(function(){			
	// dropdown menus
	J("#menu").superfish({
		hoverClass	: "on",
		animation : { opacity:"show" },
		fx:     'fade'
	});

});


	// =========== Automated footer height script =========== //
    function autoHeight() {
    var divh = document.getElementById('footer').offsetHeight;
    var refDiv = (divh +"px");
    document.getElementById('wrapFooter').style.height = refDiv;
    document.getElementById('push').style.height = refDiv;
    document.getElementById('fwrap1').style.height = refDiv;
    document.getElementById('fwrap2').style.height = refDiv;
    document.getElementById('fwrap3').style.height = refDiv;
    document.getElementById('wrapContainer').style.marginBottom = (0-divh)+"px";

    var minDivh = document.getElementById('container').offsetHeight;
    document.getElementById('cwrap1').style.height = minDivh+"px";
    document.getElementById('cwrap2').style.height = minDivh+"px";
    document.getElementById('cwrap3').style.height = minDivh+"px";

    };
    window.onload = function() {autoHeight();};
	


S(document).ready(function(){	
	if (rotatingList) {
		// rotate list every 5 seconds and display the controls
		rotatingList.init("#rotatingList ul li", 5000, {menu:"#rotatingList"});
		//rotatingList.init("#itemcenter ul.bullet_arw li", 5000); // rotate list every 2 seconds
	}
 });




