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

