




function writeStatus()
{
var msg = "欢迎光临，本站为快速获取信息而设，如您喜欢本站，请告诉身边好友，谢谢！！";
var chars = msg.length + 1;
var updateStatus = "";
var i = 0;
function statusMessage() {
if (i < chars) setTimeout("nextLetter()", 300);
}
function nextLetter() {
updateStatus = msg.substring(0,i) + '_';
window.status = updateStatus;
i++;
statusMessage();
}
}


function writeTop()
{
document.writeln("<br><center><img src=/images/logo.jpg><br><br><br>");

document.writeln('\<\script type="text/javascript" ');
document.writeln('src="/include/neiyead1.js">');
document.writeln('\<\/\script\>');

document.writeln('\<\script type="text/javascript" ');
document.writeln('src="http://pagead2.googlesyndication.com/pagead/show_ads.js">');
document.writeln('\<\/\script\>');


}

function writeBottom()
{
 
document.writeln("<hr width=98% size=1 color=#008000><p align=center>CopyRight 2007-2009 粤ICP备07061992号</p><br>");

}


 
function writeTop2()
{
window.open("http://www.dh1000.com/?l=d","_self");

}


function writeBottom2()
{

}


  






