//this function includes all necessary js files for the application

var _uacct;

function include(file) {
  var script  = document.createElement('script');
  script.src  = file;
  script.type = 'text/javascript';
  script.defer = true;

  document.getElementsByTagName('head').item(0).appendChild(script);
}

/* include any js files here*/
include('http://www.google-analytics.com/urchin.js');

_uacct = "UA-1859407-1";
urchinTracker();





