Mane to Tail Therapy
North Texas Premier Source for Hippotherapy, Speech Therapy, and Equine Therapy

Hippotherapy
Utilizing horses for opening communication pathways, building relationships, improving listening comprehension and oral expression.


Speech Therapy
Private therapy focuses on receptive/expressive language, articulation, social skills, fluency and voice.
Why the Horse?
Adapted from the American Hippotherapy Association
The multidimensional movement of the horse provides systems-wide impact on human neurophysiology.
The motor and sensory input is coupled and highly organized.
The movement can be manipulated in many ways to address an extremely broad range of system impairments - including:
- cognition
- speech/language
- sensory processing nervous/limbic
- circulatory, respiratory, motor and musculoskeletal systems
The benefits of speech therapy are myriad, and include
- impacting sensory processing
- listening comprehension
- oral expression
- oral motor
- critical thinking
- social awareness
- being able to make inferences and draw conclusions
- cause and effect determination
- make predictions
- effectively sharing spaces with others
The communicative bond and relationship with the horse regulates systems to open up the social pathway.
Contact Us
\r\n";
$headers .= 'Reply-To: ' . "$name <$email>\r\n";
/* $headers .= 'CC: ' . "$cc\r\n"; */
/* $headers .= 'BCC: ' . "$bcc\r\n"; */
$headers .= 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
$headers .= 'X-Mailer: PHP/' . phpversion();
$message = "\n
\n
\n
";
echo "
Website Contact Form | \n
$name <$email> \n Phone: $phone $content \n | \n
\n";
echo "
\n";
if (($_POST['email']=="") && ($_POST['addy']!="")) {
mail($to,$subject,$message,$headers);
echo " Thank You!
\n"; echo "We will respond to your email request promptly!
\n"; echo "\n";
echo "
\n";
}
?>