function setTime(){var n=moment(Date.now()),t=n.tz("America/New_York").format("HH:mm:ss");$(".server-time").text(t);setTimeout(setTime,500)}function fixProductHeights(){var n=$(".item-desc").map(function(){return $(this).height()}).get(),t=Math.max.apply(null,n);$(".item-desc").height(t)}$(function(){setTime();fixProductHeights()});$(window).resize(function(){this.resizeTO&&clearTimeout(this.resizeTO);this.resizeTO=setTimeout(function(){fixProductHeights()},500)});WebFont.load({google:{families:['Open Sans:300italic,400italic,400,300,600,700,800" ',"Source Sans Pro:400,900,700,600,400italic,300italic,300"]}})