document.write("<div id='hiddenLayer' style='display:block; text-align:center;'><a href='http://www.chemdata.cn' target=_blank><img src='http://www.51tbl.com/images/shensuo780.jpg' width='780' height='120' border='1' /></a></div>");

//function changediv()
//{
//	document.getElementById('hiddenLayer').style.display = "block";    
//	setTimeout("document.getElementById('hiddenLayer').style.display = 'none'",6000)	    
//}
function hidediv()
{
    document.getElementById('hiddenLayer').style.display="none";  
	//setTimeout("changediv()",6000)
}
function showfull()
{
setTimeout("hidediv()",6000);
}
showfull();

