
mydate = new Date();
year= mydate.getYear();	
if (year<2000){year+=1900};								
if (year>2100){year-=1800};
var time = ("<font color='#ededc9' size='2'>Copyright &nbsp &#169;" + year +" DL Dunton Photography and Art &nbsp  All rights reserved.<br>Materials on this web site may not be reproduced, copied, distributed, adapted, displayed, edited, published, <br>transmitted, or downloaded in any way without the express written permission of DL Dunton Photography and Art.");
document.write(time);

  





