/**
 * treeview the sitemap
 **/

Drupal.behaviors.sitemap_by_taxonomy = function(context){
  $('#sitemap-by-taxonomy-sitemap-content > ul').treeview({});
  $('#sitemap-by-taxonomy-sitemap-content > ul > li > ul > li > div.hitarea').trigger('click');  
};