// JavaScript Document<script type="text/javascript">
//
//
//
//
var seg1 = 'ma';
var seg2 = 'il';
var seg3 = 'to:';
var address = '&#99;aro&#108;&#105;&#110;&#101;'
 //carolinedorling 
var domain = 'c&#97;&#114;&#111;l&#105;&#110;&#101;&#100;&#111;&#114;&#108;i&#110;g';
 //hotmail
var atsign = '&#64;';
 //
var dotcom = '&#46;&#99;&#111;&#46;&#117;&#107;';
 //
//var dotorguk = '&#46;&#111;&#114;&#103;&#46;&#117;&#107';
document.write('<a href="');
document.write(seg1+seg2+seg3);
document.write(address);
document.write(atsign);
document.write(domain);
document.write(dotcom);
//this is the alt
document.write('" title="Email Caroline">'); 
//this is the text you see
document.write('Email Caroline<\/a>');







