﻿// when the DOM is ready:
$(document).ready(function () {	
 
 /*hide mail*/
   $('.hide-email').each(function() {
      var $email = $(this);
      var address = $email.text().replace(/\s*\[at\]\s*/, '@')
                                 .replace(/\s*\[dot\]\s*/g, '.');
      $email.html('<a href="mailto:' + address + '">' + address + '</a>');
   });

});

animatedcollapse.addDiv('reference', 'fade=1,height=180px');
animatedcollapse.addDiv('arhiva', 'fade=1,height=330px');
animatedcollapse.init();