﻿// JScript File

 function mailto()

{

mail_str = "mailto:?subject=Check out Holden International";

mail_str += "&body=I thought you might be interested in Holden International";

mail_str += ". You can view this site, " + location.href;

location.href = mail_str;

}

function careermail(address, domain, subject)

{

var email = address + "@" + domain;

  location.replace("mailto:" + email + "?subject=" + subject);

}





