<!-- Begin

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


var allwebco	  = "yes"	// SHOW ALLWEBCO COPYRIGHT
var w3clogo	  = "yes"	// SHOW W3C VALID LOGO



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


   if (w3clogo == "yes") {
document.write('<br><a href="index.html"><img src="picts/tightrope.jpg" title="Yacht Operations Support" alt="Management training and operations support" border="0" vspace="6"></a><br>');
}

document.write('<br>All contents &copy; Copyright 2008 ');




// EDIT THE NEXT LINE

document.write('<a href="index.html">Yacht Auditing International</a><br>');



   if (allwebco == "yes") {
document.write('Site Design &copy; 2008 All Rights Reserved Allwebco');
}


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


//  End -->