onReadyThumbCarousel();

$(document).ready(function(){
	$('#body').html('');
	$('#container_fullscreen').css('overflow', 'hidden');
	$('.no_flash_msg').css('display', 'block');
	checkIfMobile();
	onPageResize();
	renderIntialPage();
	onReadySpecific();
	onReadyMenuInit();
	createModeSwitch();
	initAddressManager();
});
