//Build Tencent Nav Links
var tencentNav = "<p id=\"tencentNav\">";
var tencentNav = tencentNav + "<a href=\"http://www.moonforest.org/bbs/redirect.php?tid=3&goto=lastpost#lastpost\" target=\"_blank\">关于月光林工作室</a> | ";
var tencentNav = tencentNav + "<a href=\"mailto:ljian52bb@gmail.com\" target=\"_blank\">联系我们</a> | ";
var tencentNav = tencentNav + "<a href=\"#\">特别说明(此页面山寨于腾讯，在此表示感谢)</a>";
var tencentNav = tencentNav + "</p>";

//Build Copy Right Text
var copyRightEn = "<p id=\"copyRightEn\">Copyright &copy; 2010 MoonForest Studio. All Rights Reserved.</p>";
var copyRightCn = "<p id=\"copyRightCn\">月光林工作室 版权所有</p>";

//Build Empty Divs for Expand
var footerExpand = "<div id=\"expandDiv1\"><span></span></div><div id=\"expandDiv2\"><span></span></div><div id=\"expandDiv3\"><span></span></div><div id=\"expandDiv4\"><span></span></div><div id=\"expandDiv5\"><span></span></div>"

//Combine FooterHTML
var footerHTML = tencentNav + copyRightEn + copyRightCn;

document.write(footerHTML);

