<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var studiof56	  = "yes"	// SHOW studiof56 COPYRIGHT
var pageheight	  = "150"	// SPACING ABOVE COPYRIGHT




document.write('<img src="picts/spacer.gif" height="'+pageheight+'" width="5"><br>');


// START FOOTER LINKS


document.write('<a href="index.html">Home</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="_about.html">About</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="_contact.html">Contact</a>');




document.write('<br><br>All contents &copy; copyright 2008 ');



// EDIT THE NEXT LINE


document.write('<a href="index.html">Ian Mitchell Photography</a><br>');


   if (studiof56 == "yes") {
document.write('Site Design &copy; 2008 - 2010 All rights reserved <a href="http://www.studiof56.com" target="_blank">Studio f56 limited</a><br>');
document.write('For more information regarding design & hosting please '); 
document.write(' <A HREF="mailto:info@studiof56.com" class="copylink">Contact Us</a>');
}



document.write('<br>');




//  End -->