<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Original:  David Henry (davidputhenry@yahoo.com) -->
<!-- Web Site:  http://www.davidphenry.com -->


var SubjectLine=top.document.title; 
var BodyText='Thought you might find this Texas Department of Insurance information helpful: '+top.location.href;

var Message='<a href="mailto:?subject='+escape(SubjectLine)+'&body='+escape(BodyText)+'" OnMouseOver="status=\'E-mail Page\'; return true;" title="E-mail Page" \/><span class="white">E-mail Page</span><\/a>';

var MessageIE='<a href="mailto:?subject='+(SubjectLine)+'&body='+(BodyText)+'" OnMouseOver="status=\'E-mail Page\'; return true;" title="E-mail Page" \/><span class="white">E-mail Page</span><\/a>'; 

if(document.all) { document.write(MessageIE); }

else { document.write(Message); } 


