(function($){
	$(document).ready(function(){
		if(typeof pointer != 'undefined') {
			$('.bottom_menu_left').uiPointer({
				current: pointer
			});
		}
	});
})(jQuery);
