now= new Date();
function footerWrite() {
document.write('<table border="0" width="875" cellspacing="0" cellpadding="0" style="padding-bottom:40px;">');
document.write('<tr><td id="btnLink">|&nbsp;<a href="index.html">HOME</a>&nbsp;|&nbsp;<a href="company.html">会社概要</a>&nbsp;|&nbsp;<a href="contact.html">お問い合わせ</a>&nbsp;|&nbsp;<a href="privacy.html">プライバシー・ポリシー</a>&nbsp;|&nbsp;Copyright &copy; ');
document.write(now.getUTCFullYear());
document.write(' Boutique Balcony</td></tr>');
document.write('</table>');
}




