function kidsCamLogout() {
	window.location = "logout.php";
}

function setLogoutTimer() {
	setTimeout ('kidsCamLogout()', 180000);
}

