function copyright(cpyvrsn) 
{ 

  if (cpyvrsn == 1) {
    document.write('"The Artist reserves the right to sell prints or other items based on the original artwork."');
    document.write('<br />');
  }
  document.write('Copyright &copy; 2008 Phil Seifritz');
  document.write('<br />');
  document.write('All Contents are the property of Phil Seifritz');
}




