For example, on your ASP pages type the following at the top:
Code:
<%@ Language=VBScript %>
<!-- #INCLUDE FILE="setcookie.asp" -->
<%	
    '// This is my VbScript //
%>
Note: Don't put '<%@ Language=VBScript %>' at the top of the setcookie.asp, as only one @ is allowed per ASP page.