$(document).ready(function() {
	setMenuEvents();
	setBullets();
	setSubscribeForm();
	calculateFormHeight();
	mountHomeCarousel();
	setLightbox();
	//setTimeout("mountHeaderBanner()", 7000);
	setTimeout("mountLeftBanner()", 7000);
	setTimeout("mountFooterBanner()", 7000);
	mountCarousel();
    //mountContactShape();
});
