% title = "2 Dollar Bill Tracker" %>
Sign up for our Mailing ListThis is a great way to stay in "TUNE" with the happenings at the Spirit of the Suwannee. Just sign up here and we will let you know what is going on.You can also view the past newsletters below. This is just another way that the Spirit of the Suwannee is trying to keep everyone informed. ""Music is Life and Life is Good"
<%
dim action, MailingList
action = request("action")
select case action
case "subscribe"
if isEmail(request.form("email")) then
Set MailingList = New CMailingList
MailingList.EmailSubscriber = Request.form("email")
MailingList.MailingList = "newsletter"
MailingList.ListAlias = "imailsrv@musicliveshere.com"
MailingList.Subscribe
response.write "You have been subscribed to our mailing list. To view past newsletters, click here. To unsubscribe from our mailing list, click here. |