<!-- Begin

document.write('<span class="copytext">&copy;Copyright 2006 -2008');

document.write('<a href="index.html" target="_top">Memories By Di</a> ');

document.write('All Rights Reserved<br>');
document.write('For more information feel free to '); 

function mailto2()
{
  var domain = 'memoriesbydi.com';

  var username = 'dstoner';

  document.location = 'mailto:' + username + '@' + domain;
  
}

document.write('<a href="javascript:mailto2()">Contact us.</a>');

//  End -->