Visit our Gallary!

There are three ways to watch our Eddie & Co. video:

Watch with Windows Media Player as we stream it right to you.
(This may take a minute to get started depending on your connection speed)
Just Click here
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%>

Name:
Email:
Subject:
Message:
<%End If%>

[Home] [Events] [Downloads] [Links] [Contact Us]

Page created for Eddie & Co.
by CCN Web Design
© 2005 All right reserved.