jQuery(function(){
	jQuery('#localclock').epiclock({gmt: true, offset: {hours: -6}})   
.clocks(EC_RUN);
$("#localclock div").hide();
});

