if (isJsEnabled()) {
  addLoadEvent(ajaxgalleryAutoAttach);
}






function ajaxgalleryAutoAttach() {
/*
var spans = document.getElementsByTagName('div');
  for (var i = 0; span = spans[i]; i++) {
    if (span && hasClass(span, 'ajaxgallery_thumbnail_caption')) {
      span.onmouseover = function() {
        this.className = 'ajaxgallery_thumbnail_caption_over';
      }
      span.onmouseout = function() {
        this.className = 'ajaxgallery_thumbnail_caption';
      }
    }
  }*/
}
