// tools.mmcreation.com
(function( lost ) {
function launch() {
if( lost ) {
return 404;
}
// If you are not lost you may be anywhere but here
}
window.addEventListner( 'load', launch );
}( true ));