<SCRIPT language=JavaScript>
timePopup=5;
i=0;
function showPopup()
{
if(i<timePopup*100)
{
i+=1;
d2006111101.style.visibility="visible";
d2006111101.style.left =(document.body.offsetWidth-400)/2+document.body.scrollLeft;
d2006111101.style.top =(document.body.offsetHeight-150)/2+document.body.scrollTop;
if (i%100==0)p2006111101.innerHTML="(此视窗将于"+(timePopup-(i/100))+ "秒后自动关闭)";
setTimeout("showPopup()",10);}
else closePopup();
}
function closePopup()
{(d2006111101.style.display="none")?d2006111101.style.visibility ="hidden":d2006111101.style.visibility ="visible";}
οnlοad=showPopup;
</SCRIPT>
<DIV id=d2006111101 style="HEIGHT: 1px; POSITION: absolute; VISIBILITY: hidden; WIDTH: 1px">
<TABLE id=tab2006111101 bgColor=#35726c height=150 style="BORDER-BOTTOM: #ecf6f5 1px outset; BORDER-LEFT: #ecf6f5 1px outset; BORDER-RIGHT: #ecf6f5 1px outset; BORDER-TOP: #ecf6f5 1px outset" width=400>
<TR>
<TD>
<TABLE align=center bgColor=#83c6c0 height=140 style="BORDER-BOTTOM: #fafdfd 1px inset; BORDER-LEFT: #fafdfd 1px inset; BORDER-RIGHT: #fafdfd 1px inset; BORDER-TOP: #fafdfd 1px inset" width=390>
<TR>
<TD align=center vAlign=middle>
<p style="font:28px 黑体">欢迎大家关顾share的博客家园</p>
<P id=p2006111101 style="font:14px 黑体">(此视窗将于5秒后自动关闭)</P>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</DIV>
|