<!--
if(parent.frames.length>0)parent.location=location
function cookies(name){
var qs=name+"=";
var str=document.cookie;
if(str.length>0){
begin=str.indexOf(qs);
if(begin!=-1){
begin+=qs.length;
end=str.indexOf("&",begin);
if(end==-1)end=str.length;
return(str.substring(begin,end));
}
}
return null;
}
function io(){
if(cookies("wn")==null){
document.write("<a href=/members><img alt=µÇÂ½ border=0 src=/images/icon/walkname_in.gif></a>")
}
else
{
document.write("<a href=/members/logout.asp><img alt=ÍË³ö border=0 src=/images/icon/walkname_out.gif></a>")
}
}
//-->
