<%
book_style="һ,,,,"
mier_style=1
book_style_n=5
book_style_all=split(book_style,",",-1,1)
function get_style()
response.Write("$ <a href=../../index.asp?bookstyle=")
response.Write(mier_style)
response.Write(">ĬϷ</a> $")
for i=0 to book_style_n-1
%>
<br>$ <a href=../../index.asp?bookstyle=<%=i+1%>><%=book_style_all(i)%></a> $
<%
next
end function
%>