$ezJQuery('html').removeClass('no-js').addClass('js');if(navigator.appVersion.indexOf("Mac")!=-1)
$ezJQuery('html').addClass('osx');$ezJQuery(function($){(function(){$('body').tooltip({delay:{show:300,hide:0},selector:'[data-toggle=tooltip]:not([disabled])'});})();(function(){$('<a id="back-to-the-top"></a>').appendTo($('body'));$(window).scroll(function(){if($(this).scrollTop()!=0){$('#back-to-the-top').fadeIn();}else{$('#back-to-the-top').fadeOut();}});$('#back-to-the-top').click(function(){$('body,html').animate({scrollTop:0},800);});})();});