var ShowExitPopup = true;
function ExitPage(){
if (ShowExitPopup){ 
ShowExitPopup = false;

return '\n\n                        Don\'t go away now.\n\n               Fill in the form and see the demo.\n\n';

}
} 