/* Javascript used to interface with the page that hosts the conversation iFrme */

try { document.domain = "waldenu.edu"; } catch (err) {}

function showCloseButton() {
	try { window.parent.Walden.Colorbox.closeWindow() } catch (err) {}
}
	

