document.write("<div align='center'>");
document.write("<table border='0' cellpadding='3' cellspacing='3' align='center'>");
document.write("<tr>");

/* let's detect whether we have a textonly version */
if (document.getElementById('textonlylink')) {
    var textOnly=document.getElementById('textonlylink')
    if (textOnly.className == "screenreaderonly") {
       if (textOnly.href) {
	   document.write("<td>");
	   document.write("<a style='font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;' href='" + textOnly.href + "'>Text Only</a>");
           document.write("</td>");
       }
    }
}

document.write("<td>");
document.write("<a style='font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;' href='http://www.bvi.com.tw'><img src='http://www.bvi.com.tw/movies/UP/bvi.gif'  border='0'></a>");
document.write("</td><td>");
document.write("<tr><td colspan='9' rowspan='1'>");
document.write("<div style='font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: center;'>&copy; DISNEY. ALL RIGHTS RESERVED.</div>");
document.write("</td></tr>");
document.write("</table>");
document.write("</div>");
