document.write('<table height=80 border=0 cellpadding=0 cellspacing=0  width=100% align=center>');
document.write('  <tbody><tr> ');
document.write('    <td align=middle style="FONT-SIZE: 12px; LINE-HEIGHT:  130%" rowspan="3" width="39"> ');
document.write('          </td>');
document.write('    <td align=middle style="FONT-SIZE: 12px; LINE-HEIGHT:  130%" height="28" width="680"> ');
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="39"> ');
document.write('          </td>');
document.write('    <td align=middle style="FONT-SIZE: 12px; LINE-HEIGHT:  130%" rowspan="3" width="220"> ');
document.write('      <div align="center"> ');
document.write('<a href="http://www.szhebe.com/"  target="_blank"><font color="000000">支持</font></a><br>');
document.write('<a href="http://www.szhebe.com/" target="_blank"><font color="000000">久久红工作室</font></a><br>'); 
document.write('<a href="http://www.szhebe.com/" target="_blank"><font color="000000">赫柏文化</font></a><br>');
document.write('      </div>');
document.write('          </td>');
document.write('        </tr>');
document.write('        <tr> ');
document.write('    <td align=middle style="FONT-SIZE: 12px; LINE-HEIGHT:  130%" width="680" height=28> ');
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="680" height=28> ');
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><a href="http://www.miibeian.gov.cn" target="_blank">粤ICP备05020176号</a>');
document.write('              </font></div></td></tr></tbody></table>');
document.write('<table height=28 border=0 cellpadding=0 cellspacing=0  width=100% align=center>');
document.write('<tr><td align=middle>');
document.write('赞助支持：<a href="http://www.duoyoud.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();
