<%
If list("tel")="" Then
response.write list("hp")
Else
response.write list("tel")
End If
%>
<%=List("email")%>
<%=Left(List("reg_time"),10)%>
<%
List.MoveNext
next
end if
%>
<% ' Àüü ÆäÀÌÁö¼ö°¡ ¹Ù·Î°¡±â ÆäÀÌÁö ¼ö º¸´Ù ¸¹ÀºÁö È®ÀÎ
if List.PageCount > Page_List then %>
<% if StartPage <> 1 then %>
<% else %>
<% end if %>
<% for CurrentPage = StartPage to StartPage+Page_List-1
if CurrentPage > List.PageCount then
exit for
else if CurrentPage = PageNo then %>
<%=CurrentPage%>
<% else %>
<%=CurrentPage%>
<% end if %>
<% end if %>
<% next %>
<% if ((StartPage\Page_List) <> (List.PageCount\Page_List)) then%>
<% if CurrentPage > List.PageCount then %>
<% else %>
<% end if %>
<% else %>
<% end if %>
<% else %>
<%
for CurrentPage = StartPage to List.PageCount
if CurrentPage = PageNo then %>
<%=CurrentPage%>
<% else %>
<%=CurrentPage%>
<%
end if
next %>
<%end if%>