HTTP: 404

this_page.not_found = true; if (you_spelt_it_wrong){
autocorrect.enable();
}
else if (!exists(location)){
alert("You're lost! I'll send you back home");
window.location = home;
}