GoogleFeed.prototype.sources   = [{'url': 'http://www.cnex.jp/topics/index.atom', 'class': 'cnex_news'}];
GoogleFeed.prototype.elem_id   = 'topicsBg';
GoogleFeed.prototype.max_disp  = 5;
GoogleFeed.prototype.templates = {
  item: new Template('<dl><dt>#{year}/#{month}/#{day}</dt><dd><a href="#{link}">#{title}</a></dd></dl>'),
  list: new Template('#{items}')
}
if (location.host != 'www.cnex.jp') {
  document.write('<script type="text/javascript" src="feed_dev_config.js" charset="UTF-8"></script>');
}

