/* exit site */
function removeHomePopup() {
	document.getElementById("exit_home_aaoc").style.display = 'none';
}

function exitHomeAAOC() {
	document.getElementById("exit_home_aaoc").style.display = 'block';
	document.getElementById("exit_home_aaoc").style.position = 'absolute';
}