var $= jQuery;
$(document).ready(function(){
  if ($('#clock').get(0)) {
     $('#clock').epiclock().clocks(EC_RUN);
  }
})
