<!-- Begin


<!-- NOTE: If you use a ' add a slash before it like this \' -->

var username = "david";
var hostname = "scot-image.co.uk";
var linktext = "Scot-image";

document.write('<span class="phonetitle">');

document.write('David Robertson');

document.write('</span><br>');

document.write('Craigneuk<br>');

document.write('L\'Estrange Avenue<br>');

document.write('ALVA, FK12 5EX<br>');

document.write('PHONE: <span class="phonetitle">01259 762901<BR></span>');

document.write('<BR>E-mail: ');

document.write("<a href=" + "mail" + "to:" + username +"@" + hostname + ">" + linktext + "</a>.<br>");


//  End -->