var open1=1;
function unopen()
{
open1=0;
return true;
}
function createwin()
{
if (open1==1)
{
window.showModalDialog("http://www.33daystoonlineprofits.com/video/exit.htm","","dialogHeight: 300px; dialogWidth: 500px; dialogTop: 100px; dialogLeft: 50px; edge: Raised; center: No; help: No; resizable: Yes; status: no;");
}
}
