var target= '';
str = window.location.pathname;
if (str.match(/pg/i) || str.match(/pt/i) || str.match(/english/i) || str.match(/youstamp/i) || str.match(/wedding/i)) {
    target= ' target="_top"';
}

now = new Date();
year = now.getFullYear();


var dirpath= 'http://www.riso.co.jp/english/';

Footer = '';
Footer += '<div id="footer">';
Footer += '<div id="copyright">Copyright ' + year + ' RISO KAGAKU CORPORATION. All Rights Reserved.</div>';
Footer += '<div id="footer_navi">';
Footer += '<a href="' + dirpath + 'home/sitemap.html"' + target + '>Site Map</a>&nbsp\;&nbsp\;|&nbsp\;&nbsp\;';
Footer += '<a href="https://www.riso.co.jp/english/home/info.html" target="_blank">Contact Us</a>&nbsp\;<img src="' + dirpath + 'common/images/icon/new_window_gray.gif" alt="NewWindow" width="14" height="10" border="0">&nbsp\;|&nbsp\;&nbsp\;';
Footer += '<a href="' + dirpath + 'home/privacy.html"' + target + '>Privacy</a>&nbsp\;&nbsp\;|&nbsp\;&nbsp\;';
Footer += '<a href="' + dirpath + 'home/use.html"' + target + '>Site Policy</a>';
Footer += '</div>';
Footer += '</div>';
Footer += '</div>';
