function yourWorkWillBeLost(e) {\r
if(!e) e = window.event;\r
e.cancelBubble = true;\r
- e.returnValue = 'You sure you want to leave? Your work will be lost.';\r
+ e.returnValue = 'If you leave your work will be lost.';\r
\r
if (e.stopPropagation) {\r
e.stopPropagation();\r