// include the send mail and make sure it's above the divs with the messages
include("inc_email_send.php");
// SK -this will toggle the message based on what cones back from the script
// GOOD
if($tog_sub_result==1){
$tog_result_good="block";
$error_tog="none";
}else{
$tog_result_good="none";
}
// SK -this will toggle the message based on what cones back from the script
// FAIL
if($tog_sub_result==2){
$tog_result_fail="block";
$error_tog="none";
}else{
$tog_result_fail="none";
}
?>