function footer(){
document.write('<table width="750" border="0" cellspacing="0" cellpadding="0"> ');
document.write('<tr> ');
document.write('<td><img src="img/kaiteki_top/foot_line.gif" alt="" width="750" height="29" border="0"></td> ');
document.write('</tr> ');
document.write('<tr> ');
document.write('<td align="center" valign="top" class="copyright">(c)Copyright 2008 OMC Card,Inc. All Rights Reserved.</td> ');
document.write('</tr> ');
document.write('</table> ');
return false;
}

function footer01(){
document.write('<table width="750" border="0" cellspacing="0" cellpadding="0"> ');
document.write('<tr> ');
document.write('<td><img src="../img/kaiteki_top/foot_line.gif" alt="" width="750" height="29" border="0"></td> ');
document.write('</tr> ');
document.write('<tr> ');
document.write('<td align="center" valign="top" class="copyright">(c)Copyright 2008 OMC Card,Inc. All Rights Reserved.</td> ');
document.write('</tr> ');
document.write('</table> ');
return false;
}
