<!-- Begin


// NOTE: If you use a ' add a slash before it like this \'

document.write('<span class="phonetitle">');

document.write('Esther Armstrong');

document.write('</span><br>');

document.write('Hillcrest, Achterneed<br>');

document.write('Strathpeffer, Ross-shire<br>');
document.write('SCOTLAND, IV14 9AE<br>');
document.write('PHONE: <span class="phonetitle">01997 421314<BR></span>');
document.write('MOBILE: <span class="phonetitle">07740553880<BR></span>');

// document.write('FAX: &nbsp;&nbsp;<span class="phonetitle">(555) 555-5555<BR></span>');

document.write('<BR>E-mail: ');

document.write(' <A HREF="mailto:info@estherarmstrong.com" class="link">info@estherarmstrong.com</a><br>');


//  End -->