try {
  document.execCommand("BackgroundImageCache", false, true);
} catch(err) {}

function sendMailTo(name, company) {
	locationstring = 'mai' + 'lto:' + name + '@' + company;
	window.location.replace(locationstring);
}