var workIsDone = false;

window.onbeforeunload = confirmExit;
function confirmExit()
{
}
