function getContactInfo(intID) {
	var strURL = "/public/jobs_contact_cb.aspx?OrderID=" + intID;
	//contactWindow = window.open(strURL, "contactWindow", 'width=675,height=515,status=yes') 
	contactWindow = window.open(strURL) 
}

function onEmailSuccess() {
	alert('Thank You. Your request has been successfully sent to Favorite Healthcare Staffing.');
	window.close();
}
