﻿

var vgaltd	  = "no"	
var w3clogo	  = "no"	



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

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

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

document.write(' <a href="Page 1.html">Profile</a>');

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

document.write(' <a href="Page 5.html">Contact</a>');

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

   if (w3clogo == "yes") {
document.write('<br /><a href="http://www.w3.org/"><img src="picts/w3c.gif" alt="Valid XHTML 1.0 Transitional" border="0" vspace="6" /></a><br />');
}

document.write('<br />All content &copy; 2009 ');






document.write('<a href="http://sorcyproductions.co.uk/">Sorcy Productions Limited</a><br />');







   if (vgaltd == "no") {
document.write('Site Design ');

document.write('<a href="http://vgaltd.co.uk/">Voysey Branding</a> A division of VGA Ltd.<br />');
}


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

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


