<!-- Begin


<!-- NOTE: If you use a ' add a slash before it like this \' -->

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

document.write('Mike and Michelle Walden');

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

document.write('Phone from the UK: <span class="phonetitle"><BR></span>');

document.write('<span class="phonetitle"> 01543 271080 <BR></span>');

document.write('<span class="phonetitle"> 07813 112664 <BR></span>');

document.write('<br>');

document.write('Phone from the USA: <span class="phonetitle"><BR></span>');

document.write('<span class="phonetitle"> 011 44 1543 271080 <BR></span>');

document.write('<span class="phonetitle"> 011 44 7813 112664 <BR></span>');

document.write('<br>');

document.write('Phone from the rest of the world: <span class="phonetitle"> <BR></span>');

document.write('<span class="phonetitle"> + 44 1543 271080 <BR></span>');

document.write('<span class="phonetitle"> + 44 7813 112664 <BR></span>');

document.write('<br>');

document.write('E-mail:<span class="E-Mailtitle"> <BR></span> ');

document.write(' <A HREF="mailto:mike@walden64.fsnet.co.uk">mike@walden64.fsnet.co.uk</a><br>');

//  End -->