<% Option Explicit ' must be the first statement ' (SS,4/12/08) moved existing code into inc-email-utils.asp to avoid Option Explicit and Cache code below ' (SS,12/12/06) added following to prevent caching on client as mentioned on http://support.microsoft.com/kb/299987 Response.CacheControl = "no-cache" Response.AddHeader "Pragma", "no-cache" Response.Expires = -1 %> <!--#include file="inc-email-utils.asp"-->