<!-- 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="ArtistPortfolio.htm">Portfolio</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="site_map.htm">Site Map</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="ContactInfo.aspx">Contact Us</a>');




document.write('<br><br>All contents &copy;Copyright 2011 ');


// EDIT THE NEXT LINE


document.write('<a href="index.html">George Gaadt Studio</a><br>');






var gsweb	  = "yes"	// SHOW GAADTSTUDIO COPYRIGHT






   if (gsweb == "yes") {
document.write('Site Design &copy; 2011 All Rights Reserved <a href="mailto:liz@gaadtstudio.com">Liz@GaadtStudio.com</a> <br><br><br>');
}


