blb/js/Comms/DG_Footer.js

23 lines
793 B
JavaScript

//**********************************************
//
// BottomNav Comm driver for David Guzik
//
//**********************************************
document.write(
' <p style="font-style: italic">' +
' &copy; 2006 David Guzik - No distribution beyond personal use without permission' +
' </p>' +
' <br /><br /><br />' +
' <div class="cite" style="margin-bottom:0px;">' +
' <p class="cite"><b>Used With Permission</b></p>' +
' <p class="cite">&#169;' +
' <a href="http://enduringword.com//" target="_blank">Enduring Word Media</a>. We thank David Guzik and Enduring Word Media for their permission to utilize this work.</p>' +
' </div>' +
' </div>' +
' </div>' +
' <div class="return">' +
' <a href="#top">Return to Top</a>' +
' </div>'
);