<!-- 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="gallery.htm">Portfolio</a>');

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

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

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

document.write(' <a href="buy.htm">Purchase Work</a>');



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


// EDIT THE NEXT LINE


document.write('<a href="index.html">Iva Hladis</a> All Rights Reserved.<br>');






var allwebco	  = "yes"	// SHOW COPYRIGHT






   if (allwebco == "yes") {
document.write('Site designed by  <a href="http://www.imitsumedia.com" target="_blank">Imitsu Media</a><br>');
}





//  End -->
