<%
set rs3 = mlConn.Execute("SELECT COUNT(*) AS cnt1 FROM ML_Pending WHERE PendingType = 1")
rs3Num = rs3("cnt1")
set rs3 = nothing
response.write rs3Num
%>
<%
set rs4 = mlConn.Execute("SELECT COUNT(*) AS cnt1 FROM ML_Pending WHERE PendingType = 2")
rs4Num = rs4("cnt1")
set rs4 = nothing
response.write rs4Num
%>