<% SQLCategory = "SELECT CatID, CatText FROM tblcategory ORDER BY CatText Asc" set rsCategory = adoCon.Execute(SQLCategory) strCategory = request("category") if strCategory = "" Then strCategory = blog_category end if response.write "
"& vbCrlf response.write "" response.write "
" rsCategory.Close set rsCategory=Nothing %>