HTTP: 404

this_page.found = false;if (you_spelt_it_wrong(this_page)) {
try_again();
else if (!this_page.content) {
alert('You're lost! I'll send you back home');
window.location = home;
}