<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var allwebco	  = "no"	// SHOW ALLWEBCO COPYRIGHT
var pageheight	  = "50"	// 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('&nbsp;|&nbsp;');

document.write(' <A HREF="mailto:info&#64;unruephoto.com?subject=Conatct Form">Click here to send Email</a><br>');




document.write('<br><br>All contents &copy; copyright 1997-2009 ');



// EDIT THE NEXT LINE


document.write('<a href="index.html">John Unrue Photography</a> - 407-629-5292 tel. - <a href="privacy_policy.html">Privacy Policy</a> <br>');













document.write('<br>');





//  End -->