var footer_contents;
footer_contents  = '<div class="footer">';
footer_contents += '	<img src="../img/spacer.gif" height="3px"><br>';
footer_contents += '	<div class="line"><img src="../img/spacer.gif" height="1px"></div>';
footer_contents += '	<img src="../img/spacer.gif" height="1px"><br>';
footer_contents += '	<div class="line"><img src="../img/spacer.gif" height="1px"></div>';
footer_contents += '	<address>Copyright(C) 2007 Tsukigase,All right reserved.</address>';
footer_contents += '</div>';
document.write(footer_contents);
