<!-- Begin

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




document.write('<a href="index.php">Home</a>');
document.write('&nbsp;|&nbsp;');

document.write(' <a href="carvings.php">Carvings</a>');
document.write('&nbsp;|&nbsp;');

document.write(' <a href="gunstock.php">Gunstocks & Mantles</a>');
document.write('&nbsp;|&nbsp;');

document.write(' <a href="signs.php">Signs</a>');
document.write('&nbsp;|&nbsp;');

document.write(' <a href="news.php">News</a>');
document.write('&nbsp;|&nbsp;');

document.write(' <a href="shows.php">Shows</a>');
document.write('&nbsp;|&nbsp;');

document.write(' <a href="classes.php">Classes</a>');
document.write('&nbsp;|&nbsp;');

document.write(' <a href="links.php">Classes</a>');
document.write('&nbsp;|&nbsp;');

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

document.write('<br><br>');
document.write('The images and content of this site are the sole property of artist and maybe copied only with written permission of William L. Wright, artist.');
document.write('<br>');



// Copyright Info

function y2k(number) 
{
   return (number < 1000) ? number + 1900 : number; 
} 
   
var today = new Date(); 
var year = y2k(today.getFullYear()); 

document.write('&copy; 2005-'+year+' all rights reserved by William L Wright Studio<br>'); 
document.write('Longmont, Colorado | 303.776.5378<br>'); 
document.write('Site Design and Hosting <a href="http://www.admirable.us" target="new">Admirable Consulting, Inc.</a><br>');






//  End -->
