<!-- Begin

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





var showallwebco	= "yes"		// SHOW ALLWEBCO COPYRIGHT





document.write('<table cellpadding="0" cellspacing="8" border="0" width="100%" class="footer"><tr><td align="left" valign="middle">');

document.write('&copy; Images Copyright 2008: ');

document.write('<a href="index.html" target="_top">Copper Coast Workshops/George Munday</a>'); 

document.write('&nbsp;All Rights Reserved');

document.write('<a href="site_map.htm" class="link" target="_top">&nbsp;&nbsp;&nbsp;&nbsp;Site Map</a> ');





// ALLWEBCO COPYRIGHT

	if (showallwebco == "yes") {
document.write('</td><td align="right" valign="middle">');
document.write ('&copy; Modified by George Munday from a design by <a href="http://allwebcodesign.com" target="_blank">Allwebco</a><br>');
	}





document.write('</td></tr></table>');

//  End -->