/*
    Get the maximum height from divs with passed class as argument
    Djamil Legato <djamil@djamil.it>
    For Andy Miller
*/

var periodicalHeight = function() {
      if (!window.ie6) {
         maxHeight('#mainmodules .block div div div');
         maxHeight('#mainmodules2 .block div div div');
      };
   maxHeight('div.main-height');
};
/*window.addEvent('load', function() {
   periodicalHeight.periodical(200);
   periodicalHeight();
});*/
