function ShowCookie() { if( GetCookie("etf88username") ) { document.getElementById("login_content").innerHTML = "   欢迎您: "+ GetCookie("etf88username")+"    进入我的基金 我的专区 退出登陆"; } else { document.getElementById("login_content").innerHTML = "
用户名:密码: 免费注册|找回密码
"; } }