%
'*************************************************************************
'* Product: Affiliate Wiz Version 3.0
'* Copyright (c) 2000-2002 by AdComplete.com, LLC. All rights reserved.
'*************************************************************************
' Usage
' Name is the name of the hidden form field to be printed to the form.
'
Response.Buffer=True
Response.ContentType="application/x-javascript"
strTemp=""
Response.Write "document.write('" & strTemp & "'); "
Response.End
%>