// JavaScript Document
function includeFooter(){
document.write(

"<TABLE border='0' cellspacing='0' cellpadding='3' width='800'>"+
"<TR>"+
"<TD align='center'>"+
"<A href='http://osa-uranai.com/info.html' class='txt80'>ご利用案内</A>｜"+
"<A href='http://osa-uranai.com/teacher/ichiran.html' class='txt80'>先生紹介</A>｜"+
"<A href='http://osa-uranai.com/price.html' class='txt80'>料金一覧</A>｜"+
"<A href='http://osa-uranai.com/company.html' class='txt80'>会社概要</A>｜"+
"<A href='http://osa-uranai.com/otoiawase.html' class='txt80'>お問い合わせ</A>｜"+
"<A href='http://osa-uranai.com/point.html' class='txt80'>ポイントプレゼント</A>｜"+
"<A href='http://osa-uranai.com/qa.html' class='txt80'>ご利用Q&amp;A</A></TD>"+
"</TR>"+"</TABLE>"
);
}
