﻿
function emailer(addr1, addr2)
{

document.location.href='mai' + 'lto:' + addr1 + addr2;


}

