function footer() {
footerHTML = ""
footerHTML += "<div id='footer'>\n";
footerHTML += "<img src='/eng/images/common/copyright.gif'>\n";
footerHTML += "</div>\n";
footerHTML += "</div>\n";
footerHTML += "<div style='position:absolute; left:715px; top:32px; width:16px; height:162px; z-index:1;'>\n";
footerHTML += "<table width='100%' border='0' cellspacing='0' cellpadding='0'>\n";
footerHTML += "<tr>\n";
footerHTML += "<td><a href='http://eng.andong.ac.kr'><img src='/eng/images/common/home.gif'></a><a href='http://www.andong.ac.kr'><img src='/eng/images/common/korean.gif'></a><a href='http://chn.andong.ac.kr'><img src='/eng/images/common/chinese.gif'></a><a href='mailto:w3master@andong.ac.kr'><img src='/eng/images/common/contactus.gif'></a><a href='/eng/sitemap/sitemap.asp'><img src='/eng/images/common/sitemap.gif'></a><br>\n";
footerHTML += "</tr>\n";
footerHTML += "</table>\n";

document.write (footerHTML);
}


