
var sendTo = 'consumerRelations@happyhuggerz.com';
function eml() 
{
	document.formmail.recipient.value=sendTo;
}

var sendRFQ = 'consumerRelations@happyhuggerz.com';
function emlRFQ() 
{
	document.formRFQ.recipient.value=sendRFQ;
}

