GoogleFeed.prototype.sources   = [{'url': 'http://www.cyberagentfx.jp/gaikaex/news/index.atom', 'class': 'gaika_ex_news'}];
GoogleFeed.prototype.elem_id   = 'news_articles';
GoogleFeed.prototype.max_disp  = 8;
GoogleFeed.prototype.templates = {
  item: new Template('<table cellspacing="0" cellpadding="0" border="0"><tr><td><em>#{year}/#{month}/#{day}</em></td><td><img height="1" width="10" alt=" " src="/gaikaex/common/imgs/spacer.gif"></td><td><a href="#{link}">#{title}</a></td></tr></table><div class="LineTypeA03"><img height="1" width="1" alt=" " src="/gaikaex/common/imgs/spacer.gif"></div>'),
  list: new Template('#{items}')
}
if (location.host != 'www.gaikaex.net') {
  document.write('<script type="text/javascript" src="feed_dev_config.js" charset="UTF-8"></script>');
}

