function runme1(where)
{ 
var mayvar1 = where + "#dog#deskbarbuilder.com"; 
location.href = "mailto:" + mayvar1.replace("#dog#", "@"); 
}