var sCookieValue=getCookieByName('MYSTEELUID');
if (sCookieValue != null && sCookieValue != ''){
document.write('<div style="margin-left:8px"><strong>欢迎来到我的钢铁网站，点击进入[<a href="http://member1.mysteel.com/index.shtml">会员中心</a>][<a href="/member/logout.jsp">退出</a>]．</strong></div>');}
else{document.write('<form id="frmMember" name="frmMember" method="post" action="/user/login.ms" onsubmit="javascript:return c____()"> ');
document.write('用户名：');document.write('<input id="sUserName" name="sUserName" type="text" maxlength="20" class="vmiddle" size="8" style="height:14px;width:60px;font-size:10px;font-family:Verdana, Arial, Helvetica, sans-serif;" />');
document.write(' 密码：');
document.write('<input id="sPassword" name="sPassword" type="password" class="vmiddle" maxlength="40" style="height:14px;width:70px;font-size:9px;" size="8" />');
document.write(' <input name="imageField" type="image" class="vmiddle" src="http://www.mysteel.com/images/login.jpg" style="border:none;" />');
document.write(' <a href="/member/login.jsp"><img src="http://www.mysteel.com/images/reg.jpg" class="vmiddle" border="0" /></a>');
document.write(' <input type="hidden" name="url" value="'+document.location.href+'" />' );
document.write('</form>');}
function getCookieByName(name){var start=document.cookie.indexOf(name+"=");var len=start+name.length+1;var end=document.cookie.indexOf(";",len);if((!start)&&(name!=document.cookie.substring(0,name.length))){return null;}if(start==-1){return null;}end=document.cookie.indexOf(";",len);if (end==-1){end=document.cookie.length;}return unescape(document.cookie.substring(len,end));}

