/*GLobal Variables:*/

var mailto ="m"+"a"+"i"+"l"+"t"+"o"+":";
var theLocation = "@"+"cooperage"+"."+"co.il";

/*Functions*/

function doar(correspondent){
   location = mailto + correspondent + theLocation + "?subject=From [Please add your name here]&body=Just to know that you are flesh and blood and not a robot, would you kindly add your name to the subject line. Thanks! - " + correspondent ;
}

function init() {

}
window.onload = init;
