<!--
function emailsolutions()
{
var name = "solutions";
var domain = "blytheco.com";
  mail_str = "mailto:" + name + '@' + domain + "?subject= Inquiry from Blytheco web site";
  mail_str += "&body= Source:  " + location.href; 
  location.href = mail_str;
}

var first = "solutions";
var second = "blytheco.com";
-->


