addEvent(window, 'load', initiate_sharethis);

/**
 * This function initiates the sharethis objects. This makes use of the sharethis library that is loaded from
 * an external file.  
 * @return void
 */
function initiate_sharethis() {
  stLight.options({publisher: 'f4e3fbf9-ab60-4719-b7a4-af5ad56d9527',});
} // function initiate_sharethis()
