<!-- 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</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="main_gallery.htm">Galleries</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="purchase.htm">Purchase</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="shows.htm">Upcoming Shows</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="links.htm">Links</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.htm">Contact Us</a>');




document.write('<br><br>All contents &copy;Copyright 2010 ');


// EDIT THE NEXT LINE


document.write('<a href="index.html">Domanico Art Studios</a>');
document.write('<br>All images contained within this website are the copyright of Mike Domanico.  Reproduction is strictly prohibited by law.');



var allwebco	  = "yes"	// SHOW ALLWEBCO COPYRIGHT






   if (allwebco == "yes") {
document.write('<br>Site Design &copy; 2010 All Rights Reserved <a href="http://www.pmiwest.com" target="_blank">Pinnacle Marketing Impressions</a><br>');
}





//  End -->