
<!-- Start

// NOTE: If you use a ' add a slash before it like this \' -->


var username = "david";
var hostname = "scot-image.co.uk";
var linktext = "email Scot-image";



document.write('<span class="copytext">');

document.write('&copy;Copyright 2005-2010 ');

document.write('David Robertson.<br> ');

document.write('All Rights Reserved.');

document.write('&nbsp;For more information feel free to '); 

document.write("<a href=" + "mail" + "to:" + username +"@" + hostname + ">" + linktext + "</a>.<br>");

document.write('</span>');

//  End -->