
Visit our Gallary!
Watch with Windows Media Player as we stream it right to you.
Download the Windows Media Player file
here
(12.5MB in zip file)
Contact us here
for a copy on CD in .MPG format. (Plays in most DVD players) If you would like to contact us or a copy on CD just fill out the form below:
<% ' Check to see if the "EmailTo" field as filled out, if it was, assume ' all other fields were filled out and try to send email If Len(Request("EmailTo")) > 0 Then ' Instantiate the COM Object Set Mail = Server.CreateObject("Persits.MailSender") ' This is the Active Server Internal SMTP Address Mail.Host = "72.18.128.6" (this will change depending on which server your account resides on, click here to find out what IP address is assigned to your server. ' This is the Active Server Internal SMTP Port Mail.Port = "2525" ' This is the FROM email ADDRESS Mail.From = Request("EmailFrom") ' This is the FROM email NAME Mail.FromName = Request("EmailFromName") ' This is the Reply To email address Mail.AddReplyTo Request("ReplyTo") ' This is who the email will be sent to Mail.AddAddress Request("EmailTo"), Request("EmailToName") ' This is the SUBJECT of the email Mail.Subject = Request("Subject") ' This is the BODY of the email Mail.Body = Request("Body") ' This is Error Checking and the "Mail.Send" is the actual action of sending the email On Error Resume Next Mail.Send If Err <> 0 Then Response.Write "Error encountered: " & Err.Description Else Response.Write "Mail Sent Successfully." End If Else%>
<%End If%>
Page created for Eddie & Co.
by CCN Web Design
© 2005 All right reserved.