<!-- Begin
var CopyrightYear = "2011";
var CopyrightHolder = "Gollehon Press, Inc.";
var DomainName = "GollehonBooks.com";
var FooterMessage = ""

function MakeArray( n )
{
	this.length = n;

	for ( var i = 1; i <= n; i++ )
	{
		this[ i ] = 0
	            }

	            return this
                   }

var prefix = "";
if ( lvl == 1 ) { prefix = "../" }
if ( lvl == 2 ) { prefix = "../../" }
if ( lvl == 3 ) { prefix = "../../../" }
document.write('<title>' + DocTitle + '</title>');

function writeHeader()
{
	
document.write('<body class="Body">');
document.write('<table width="650" align="center" border="0" cellpadding ="0" cellspacing="0">');
document.write('<tr height="70"><td class="LeftHeader" width="150"><img src="graphics/200px.gif">');
document.write('<div align="center">');
document.write('<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">');
document.write('<strong>');
document.write('<input type="hidden" name="cmd" value="_cart">');
document.write('<input type="hidden" name="business" value="john@gollehonbooks.com">');
document.write('<input type="image" src="https://www.paypal.com/en_US/i/btn/view_cart.gif" border="0" name="submit" alt="Make payments with PayPal - it&rsquo;s fast, free and secure!">');
document.write('<input type="hidden" name="display" value="1">');
document.write('</strong>');
document.write('</form>');
document.write('</td><td class="Header" colspan="1" height="70"><img src="graphics/HEADER.jpg" border="0"></td></tr>');
document.write('<tr><td class="LeftMenu" width="150">&nbsp;</td><td colspan="1" class="Menu" height="25" align="middle">');
document.write('<span id="smlMenu">');
if ( doc != "index" ) { document.write('<a href="index.htm" >'); }
document.write('<img src="graphics/Home.png" border="0" alt="Home"></a>');
if ( doc != "policy" ) { document.write('<a href="policy.htm" >'); }
document.write('<img src="graphics/General Policy.png" border="0" alt="Home"></a>');
if ( doc != "guidelines" ) { document.write('<a href="guidelines.htm" >'); }
document.write('<img src="graphics/Writers Guidelines.png" border="0" alt="Writer&rsquo;s Guidelines"></a>');
if ( doc != "ordering" ) { document.write('<a href="ordering.htm" >'); }
document.write('<img src="graphics/Ordering.png" border="0" alt="Ordering"></a>');
if ( doc != "contact" ) { document.write('<a href="contact.htm" >'); }
document.write('<img src="graphics/Contact Us.png" border="0" alt="Contact Us"></a>');
document.write('<tr><td class="Navigation" width="150"></td><td class="Content">');

}

function writeFooter()
{

document.write('</td></tr><tr><td class="LeftFooter"></td><td class="Footer"><p align="center"><b>');
document.write(FooterMessage);
document.write('</b></p><p align="center" id="small">');
document.write('<a href="http://www.' + DomainName + '">www.' + DomainName + '</a><br>');
document.write('&copy; ' + CopyrightYear + ' by ' + CopyrightHolder +'</p>');
document.write('</td></tr></table>');

}


// End -->

