Function HTMLDecode(sText)
Dim I
sText = Replace(sText, """, Chr(34))
sText = Replace(sText, "<" , Chr(60))
sText = Replace(sText, ">" , Chr(62))
sText = Replace(sText, "&" , Chr(38))
sText = Replace(sText, " ", Chr(32))
For I = 1 to 255
sText = Replace(sText, "" & I & ";", Chr(I))
Next
HTMLDecode = sText
End Function
document.write(HTMLDecode("<p><font color="#666666">| <a href='/n6.htm'>联系我们</a> | <a href='/n8.htm'>诚征伙伴</a> | <a href='/n9.htm'>招贤纳士</a> | <a href='/n60.htm'>公司简介</a> |</font></p><script src='http://s78.cnzz.com/stat.php?id=443512&web_id=443512&show=pic1' language='JavaScript' charset='gb2312'></script>")&chr(10)&chr(13))