<!-- Begin

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




document.write('<a href="index.html">Home</a>');

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

document.write('<a href="about.htm">About Us</a>');

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

document.write(' <a href="jewelry.htm">Jewelry</a>');

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

document.write(' <a href="materials.htm">Materials</a>');

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

document.write(' <a href="processes.htm">Processes</a>');

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

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

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

document.write(' <a href="contact.htm">Contact Us</a>');




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


// EDIT THE NEXT LINE


document.write('<a href="index.html">Fine Silver Shop</a><br>');






var allwebco	  = "yes"	// SHOW ALLWEBCO COPYRIGHT






   if (allwebco == "yes") {
document.write('<br>Site Design &copy; 2011 All Rights Reserved <a href="http://www.pmiwest.com" target="_blank">Pinnacle Marketing Impressions</a><br>');

}





//  End -->
