<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var allwebco	  = "no"	// SHOW ALLWEBCO COPYRIGHT
var w3clogo	  = "yes"	// SHOW W3C VALID LOGO



document.write('<span class="footer">');

document.write('<a href="../index.html">Homepage</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="../about.html">About Us</a>');

document.write('&nbsp;|&nbsp;');

document.write('<a href="../portfolios.html">Portfolio</a>');

document.write('&nbsp;|&nbsp;');

document.write('<a href="../products.html">Featured Products</a>');

document.write('&nbsp;|&nbsp;');

document.write('<a href="../littlemodels.html">Little Models</a>');

document.write('&nbsp;|&nbsp;');

document.write('<a href="../questions.html">Questions?</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="../privacy.html">Privacy</a></span>');

document.write('<br>');

   if (w3clogo == "yes") {
document.write('<br><a href="http://www.w3.org/"><img src="../picts/w3c.gif" alt="Valid HTML 4.01 Transitional" border="0" vspace="6"></a><br>');
}

document.write('<br><span class="footer">all contents &copy; copyright 2009 Heirloom Portrait Studios. some images and text &copy; copyright 2008-2009 Cindy Baxter International, Inc.</span>');




// EDIT THE NEXT LINE

document.write('&nbsp<a href="index.html"></a><br>');







   if (allwebco == "yes") {
document.write('site design &copy; 2009 all rights reserved <a href="http://www.flyingorangewebdesign.com" target="_blank">Flying Orange</a><br>');
}


document.write('</span>');


//  End -->