if (!getPath) { alert('Function getPath not found!') }
else {
  var path = getPath();
  include(path+"calendar-main.js");
  include(path+"calendar-setup.js");
  include(path+"calendar-en.js");
  includeCSS(path+"themes/fancyblue.css");
}