This script allows for closing the page on which the code is to drive a farewell box.
Installation:
A. Put it before the / head:
Code
<SCRIPT language="javascript">
function goodBye()
{ alert("Thank you for visiting our website uCozBaze.ucoz.com - Return quickly!!!"); }
</SCRIPT>
B. Replace your body to this:
Code
<body bgcolor="#EDEDED" text="#000000" link="#000000" topmargin="0" leftmargin="0" onunload="goodBye()">