会 员 登 陆 |
|
|
<%=masteradname%>
|
|
|
<%=hotcomname%>
|
<%
Arrhotcom=split(hotcom,"|")
Arrhotcomurl=split(hotcomurl,"|")
for i=0 to ubound(Arrhotcom)
if Arrhotcom(i)<>"" then
Response.Write ""&_
""&_
"| | "&_
""&Arrhotcom(i)&" | "&_
" "
end if
next
%>
|
<%=friendlinkname%> |
<%
Arrfriendlink=split(friendlink,"|")
Arrfriendlinkurl=split(friendlinkurl,"|")
for i=0 to ubound(Arrfriendlink)
if Arrfriendlink(i)<>"" then
Response.Write ""&_
""&_
"| | "&_
""&Arrfriendlink(i)&" | "&_
" "
end if
next
%>
|
|
<%
Arrcentercon=split(centercon,"|")
Arrcentermess=split(centermess,"|")
%>
|
|
<%=fastcon%>
|
| |
<%
Arrfastnav=split(fastnav,"|")
Arrfasturl=split(fasturl,"|")
for i=0 to ubound(Arrfastnav)
if Arrfastnav(i) <> "" then
Response.Write ""&Arrfastnav(i)&" "
end if
next
%>
|
|
|
<%=quecon%>
|
<%
Arrquemess=split(quemess,"|")
for i=0 to ubound(Arrquemess)
if Arrquemess(i)<>"" then
Response.Write ""&Arrquemess(i)&" "
end if
next
%>
|
|