function loadpopunder()
{
        if (top.name!='ExitBlazePop') {

                //var display = 'http://escortwebtemplates.com/';
                var display = 'http://escortwebtemplates.com/';

		win2=window.open(display,'ExitBlazePop','width=790,height=450,left=1,right=1,top=0,toolbar=yes,menubar=yes,scrollbars=yes,status=yes,resizable=yes,status=yes,location=yes');
                win2.blur();
                window.focus();
                return true;
        }
}

document.onunload=loadpopunder;
window.onunload=loadpopunder;
