function msgBox() {
	document.getElementById("msgbox").innerHTML = '<font color=\"red\"><b>Your message has been sent.  You will receive an email with the details you have submitted. Thanks and have great day!</b></font>';
}


