// JavaScript Document
<!--
function conhid(name, domain, display) {
displayed=(typeof(display)=="undefined") ? name+"@"+"imagesthatmove.com" : display
document.write('<a href=mailto:' + name + '@' + 'imagesthatmove.com' + '>' + displayed + '</a>');
}
// -->
// JavaScript Document