// JavaScript Document

        $(function(e)
        {
          //Industry News
              $('#IndustryNews tr:odd').addClass('tdlowlight');
              $('#IndustryNews tr:even').addClass('tdhighlight');
  
          //press release
              $('#PressRelease tr:odd').addClass('tdlowlight');
              $('#PressRelease tr:even').addClass('tdhighlight');

        });


