//===== relative URL handling code for js files ================
sWZBaseFolder = "www.innerlightimages.co.uk";                          
sWZ = window.location.href;                                     
iWZ = sWZ.indexOf(sWZBaseFolder) + sWZBaseFolder.length + 1;    
sWZBase = sWZ.substring(0,iWZ);                                 
//===== Copyright © 2001 Spidersoft. All rights reserved. ======

<!--
document.writeln('<table width="680" border="0" cellspacing="0" cellpadding="0">');
document.writeln('<tr> ');
document.writeln('<td align="center">');
document.writeln('All imagery on this site remains Copyright © 2005 by matt adams. The images may not be published, posted on any website or used for any commercial purpose whatsoever without prior written permission. All Rights Reserved.');
document.writeln('<br>');
document.writeln('<a href="mailto:matt@innerlightimages.co.uk">e-mail:matt@innerlightimages.co.uk</a> ');       
document.writeln('Web Design by <a href="mailto:matt@innerlightimages.co.uk">INNERLIGHTIMAGES</a>');
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('</table>');
//-->


