<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'




document.write('<a href="index.htm">Homepage</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="artists.htm">About the Artists</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="products.htm">Artwork</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="mailto:info@powdervalleytradingco.com">Contact Us</a>');




document.write('<br><br>All contents &copy;Copyright 2006 ');


// EDIT THE NEXT LINE


document.write('<a href="index.htm">Powder Valley Trading Company</a><br>');






var d2d	  = "yes"	// SHOW d2d COPYRIGHT






   if (d2d == "yes") {
document.write('Site Design &copy; 2006 All Rights Reserved <a href="http://www.designtodelivery.com" target="_blank">Design to Delivery</a><br>');
}





//  End -->