var news = new Array();
news[0] = new Array('January 1, 2009', 'New Year with new FDM', 'We are happy to announce that FDM is seeing the New Year in with a different look and feel of its own. FDM 3.0 is released, featuring numerous tweaks and innovations, such as prioritized and partial torrent downloads, support for Chrome and Safari web browsers, avast! Antivirus, multifile metalinks, FDM plugins, and many more. The new structure of FDM settings and a number of other optimizations will surely contribute to its handiness, shaping a neat and fresh impression of the familiar program.');
news[1] = new Array('August 15, 2007', '<A href="/blog/2007/08/15/fdm-25-is-released/">New Free Download Manager 2.5 is released!</a>', 'We have released FDM 2.5 that offers <A href="/blog/2007/08/15/fdm-25-is-released/">lots of new cool features</A>! What\'s more, FDM 2.5 is released under GNU General Public License! FDM 2.5 is available for free download <A href="/download.htm">here</A>. Enjoy!');
news[2] = new Array('July 17, 2007', 'Free Download Manager to become open-source soon!', 'Due to number of user requests we decided to release next FDM version under the GPL terms! Follow the updates :-)');
news[3] = new Array('June 21, 2007', 'Free Download Manager 2.3 BETA 6 is released!', 'This version includes Bittorrent support, upload manager, remote control and Flash video download.<br>You can get it from "<a href = "download.htm"><strong>Download</strong></a>" section.');
news[4] = new Array('August 16, 2006', 'We start FDM blogging buzz', 'Join the buzz <a href="/buzz.html">here!</a>');


var s = '';
for (var i = 0; i <= 3; i++)
  s += '<div class="date">' + news[i][0] + '</div><div class="news_title">' + news[i][1] + '</div><div class="news">' + news[i][2] + '</div>';
document.getElementById('news').innerHTML = s;
