<!-- Begin

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


var w3clogo	  = "yes"	// SHOW W3C VALID LOGO


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

document.write('<a title="Homepage" href="index.html">Homepage</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a title="Contact" href="contact.htm">Contact</a>');

document.write('<br>');

   

document.write('<br>Reproduction of this material without written permission is strictly prohibited. <br> Copyright© 2008 Suzie Kennedy.<br>Protected by UK, European and International copyright laws.<br>');

document.write('<br><br>');

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


//  End -->