document.write('<table height=60 border=0 cellpadding=0 cellspacing=0  width=770 align=center>');
document.write('  <tbody><tr> ');
document.write('    <td align=middle style="FONT-SIZE: 12px; LINE-HEIGHT:  130%" rowspan="3" width="141"> ');
document.write('          </td>');
document.write('    <td align=middle style="FONT-SIZE: 12px; LINE-HEIGHT:  130%" height="20" width="460"> ');
document.write('      <div align="center"><font color="000000">网站维护：<a  href="mailto:webmaster@dbfounder.com"><font color="000000">webmaster@dbfounder.com</font></a> ');
document.write('              E-mail：<a href="mailto:ihfo@dbfounder.com"><font  color="000000">ihfo@dbfounder.com</font></a></font></div>');
document.write('          </td>');
document.write('    <td align=middle style="FONT-SIZE: 12px; LINE-HEIGHT:  130%" rowspan="3" width="55"> ');
document.write('          </td>');
document.write('    <td align=middle style="FONT-SIZE: 12px; LINE-HEIGHT:  130%" rowspan="3" width="114"> ');
document.write('      <div align="center"> ');
document.write('<a href="http://www.jh0909.com/"  target="_blank"><font color="000000">网站设计</font></a><br>');
document.write('<a href="http://www.jh0909.com/" target="_blank"><font color="000000">久久工作室制作</font></a><br>'); 
document.write('        </a> </div>');
document.write('          </td>');
document.write('        </tr>');
document.write('        <tr> ');
document.write('    <td align=middle style="FONT-SIZE: 12px; LINE-HEIGHT:  130%" width="460" height=24> ');
document.write('      <div align="center"><font color="000000">东北人创业家园 <b><a href="http://www.dbfounder.com" target="_blank"><b><font color="#FF0000">-深圳</font></b></a>');
document.write('            </font></div></td></tr><tr> ');
document.write('    <td align=middle style="FONT-SIZE: 12px; LINE-HEIGHT:  130%" width="460" height=24> ');
document.write('      <div align="center"><font color="000000"><b><FONT  face="Arial, Helvetica, sans-serif">Copyright ? 2003-2023 By <a  href="http://www.dbfounder.com">dbfounder.com</a>. All rights reserved.</font></b>');
document.write('              </font></div></td></tr></tbody></table>');
document.write('<table height=20 border=0 cellpadding=0 cellspacing=0  width=770 align=center>');
document.write('<tr><td align=middle>');
document.write('合作伙伴：<a href="http://www.jkbox.com/" target="_blank"><font color="000000">健康百宝箱</font></a>&nbsp;&nbsp;');
document.write('<a href="http://www.51dibs.com/" target="_blank"><font color="000000">爱心种子小博士</font></a>&nbsp;&nbsp;');
document.write('</td></tr><table>');
var text  = "东北人联合会馆欢迎您!-- http://www.dbfounder.com"
var speed = 50
var x = 0
function bb() {
var a = text.substring(0,x)
var b = text.substring(x,x+1).toUpperCase()
var c = text.substring(x+1,text.length)
window.status = a + b + c
if (x == text.length) {
x = 0
}
else {
x++
}
setTimeout("bb()",speed)
}
bb();