

Hartz = {
   init: function(index){
      $(function(){


         // activate select module components:
         $("div.selectModule").each(function(){ $(this).can_has().selectmodule() } );

      })
   }
}

Hartz.init();

