"; } $workphone = $_POST['workphone']; $message = $_POST['message']; if (!empty($_POST['workphone'])) { $workphone = $_POST['workphone']; } else { $error .= "You didn't type in phone.
"; } if (!empty($_POST['email'])) { $email = $_POST['email']; if (!preg_match("/^[a-z0-9]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,3})$/i", $email)){ $error .= "The e-mail address you entered is not valid.
"; } } else { $error .= "You didn't type in an e-mail address.
"; } //if (!empty($_POST['message'])) { //$message = $_POST['message']; //} else { //$error .= "You didn't type in a message.
"; //} if(($_POST['code']) == $_SESSION['code']) { $code = $_POST['code']; } else { $error .= "The captcha code you entered does not match. Please try again.
"; } if (empty($error)) { $from = 'From: ' . $name . ' <' . $email . '>'; $to = "worldwebarts@gmail.com"; $subject = "New contact form message from skyhook.cc"; $content .= "Name: ".$name."\n"; $content .= "Email: ".$email."\n"; $content .= "Phone: ".$workphone."\n"; $content .= "Message: ".$message."\n"; $success = "

Thank you! Your message has been sent!

"; mail($to,$subject,$content,$from); echo ' '; } } ?>

Contact Us

Mailing Address:

ATTCO, Inc. DBA Syclone ATTCO Service
P.O. Box 458
Emmett, ID 83617

Corporate Office:

ATTCO, Inc. DBA Syclone ATTCO Service
8395 W. Idaho Blvd.
Letha, ID 83636

Telephone: (208) 365-5770

Toll Free Tel: (800) 475-9466
Fax: (208) 365-5771
Toll Free Fax: (800) 973-3355

Business Hours: Monday - Friday 8:30 am - 5:00 pm (MST)

Email:

General: e-mail - info@skyhookmfr.com
Sales: sales@skyhookmfr.com
Design: tech@skyhookmfr.com

*For a list of distributors in your area, please call (800) 475-9466

Your message was NOT sent
The following error(s) returned:

' . $error . '

'; } elseif (!empty($success)) { echo $success; } ?>
Name *:
Email *:
Phone*:
Message: