init.js 122 B

1234
  1. $(document).ready(function() {
  2. $('#bml').countdown({until: new Date(2014, 9 - 1, 27)});
  3. $("a#inline").fancybox({});
  4. });