<!--
On Error Resume Next
Function HasAutolive()
On error resume Next
dim auto
set auto = CreateObject("YALive.Live")
If IsObject(auto) then
HasAutolive = true
else
HasAutolive = false
end if
set auto = nothing
End Function
If NOT HasAutolive() Then
str="<table border='0' align='center' cellpadding='10' cellspacing='0'><tr><td height='10'></td></tr><tr bgcolor='#EFEFF7'><td align='center' style='font-size:12px;line-height:25px;'>免费安装雅虎助手！　<a href='http://cn.download.zs.yahoo.com/download/yassist4.exe'>立即下载</a>　<a href='http://cn.wrs.yahoo.com/search/yisou/yassistant/foot/*http://cn.zs.yahoo.com/' target='_blank'>关于雅虎助手</a><br><a href='http://cn.download.zs.yahoo.com/download/yassist4.exe'><img src='http://search.cn.yimg.com/search/yisou/tb2.gif' border='0' width='775' height='25'></a><br></td></tr><tr><td height='10'></td></tr></table>"
document.write(str)
End If
-->

