<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'
document.write('<a href="http://tribute-books.com/index.html">Home</a>');
document.write('&nbsp;|&nbsp;');


document.write('<a href="http://tribute-books.com/minicart/products2.html">Shop</a>');
document.write('&nbsp;|&nbsp;');


document.write('<a href="http://tribute-books.com/publish.html">Publish</a>');
document.write('&nbsp;|&nbsp;');



document.write('<a href="http://tribute-books.com/signings.html" >Signings</a>');
document.write('&nbsp;|&nbsp;');



document.write('<a href="http://tribute-books.com/authors.html">Authors</a>');
document.write('&nbsp;|&nbsp;');



document.write('<a href="http://tribute-books.com/press.html" >Press</a>');
document.write('&nbsp;|&nbsp;');

document.write('<a href="http://tribute-books.com/About.html" >About</a>');
document.write('&nbsp;|&nbsp;');

document.write('<a href="http://tribute-books.com/graphic_design.html" >Design</a>');
document.write('&nbsp;|&nbsp;');


document.write('<a href="http://tribute-books.com/contact.html" >Contact</a>');





document.write('<br><br>All contents &copy;Copyright 2004-2010');


// EDIT THE NEXT LINE


document.write('<a href="http://www.tribute-books.com"> Tribute Books</a><br>');






var allwebco	  = "yes"	// SHOW ALLWEBCO COPYRIGHT






   if (allwebco == "yes") {
document.write('Site Design &copy; 2004-2010 All Rights Reserved <a href="http://tribute-books.com" target="_blank">Tribute Books</a><br>');
}

//  End -->