'use strict'; /** -------------------------------------------------- * PRESS RELEASES ** --------------------------------------------------*/ window._NEWS_DATA = [ { type: [2], date: '21 September 2021', text: ' ¶¶ÒõÊÓÆµGroup Releases Its Sustainability Report 2021', url: '/press/2021/210921/index.html', blank: false }, { type: [3], date: '27 July 2021', text: ' ¶¶ÒõÊÓÆµInvests in OCSiAl to Globally Accelerate Application Development of Lithium Ion Battery Materials for EV', url: '/press/2021/210727/index.html', blank: false }, { type: [2], date: '1 July 2021', text: ' ¶¶ÒõÊÓÆµExpands Patent Non-Assertion Pledge for Equipment Using Low GWP Refrigerant HFC-32', url: '/press/2021/210701/index.html', blank: false }, ]; /** -------------------------------------------------- * init ** --------------------------------------------------*/ (function($){ $(function () { $('.j-news').each(function () { var $dest = $(this); var html = ''; html += '

News Archives

'; $dest.append(html); }); }); }(jQuery));