function sendemail()
{
document.location.href="mailto:alice@gigiquilts.com";
return false;
}
