<% if Request.Form("message") = "" then %>

Select the Best WPC Daily
for February 2004


Tell us which photo/fact is your favorite and, if you pick the No. 1 answer the most times in 2004, you win an as yet to be determined valuable prize. Last year, a WPC Daily Subscriber selected four winning entries in 2003 and walked off with a new WPC ballcap. Click here to view last year's prize.

Get a free "The Very Best of WPC Daily 2003 Edition" Screensaver for participating. Click here to become a member of Western Pennsylvania Conservancy ($25 for a yearly membership).

View WPC Dailies for February and vote

Your Email Address:

Your First and Last Name
(please, no duplicate entries):

Your favorite WPC Daily for February 2004 and why.
"CC" Yourself:  
<% else '------------VARIABLES------------------ mailfrom = Request.Form("email") mailmessage = Request.Form("message") mailsubject = "An online survey response. The Best of WPC Daily - " & Request.Form("subject") if Request.Form("cc") = "yes" then mailto = "jrowley@paconserve.org," & Request.Form("email") else 'cc not checked mailto = "jrowley@paconserve.org" end if '-------------------------------------- 'create the mail object, set the parameters, and send the email set mymail = Server.CreateObject("CDONTS.NewMail") mymail.From = mailfrom mymail.To = mailto mymail.Subject = mailsubject 'Make the message body the user inputted message mymail.Body = mailmessage mymail.Send %>

Thanks for connecting to WPC Daily in 2004.

If you haven't already, to get your free Best of WPC Daily 2003 Edition screensaver, click here and follow the downloading instructions.

Your message has been sent to WPC's Webmaster. The following is a copy of your message:

From: <%=mailfrom%>
Subject: <%=mailsubject%>
<%=mailmessage%>
<% end if %>