I just played with some code and got it to work the following way:<% if Request.ServerVariables("URL") = "/certainpage_1.asp" then %>
<!--#INCLUDE FILE="meta_1.asp" -->
<% end if %>
<% if Request.ServerVariables("URL") = "/certainpage_2.asp" then %>
<!--#INCLUDE FILE="meta_2.asp" -->
<% end if %>
All you need to do is add the folders before the certianpage_(1 or 2).asp for it to work.
I hope this helps...
<