function footer() {
var footer_content = '<div id="footer">';
footer_content += '©Yasutaka Tanji 2010  All rights reserved.';
footer_content += '</div>';
document.write(footer_content);
}
