<% if (!s.WEALTH) s.WEALTH = 'poor'; %>
You are at the Start.
Before you lies the Land of Opportunity.
You are <%= s.WEALTH %>.
<%
$(function() { // never forget that when accessing the DOM!
$(".back").on("click", function() {
s.WEALTH = $(this).attr('id');
story.showSnippet('Start');
});
});
%>
You are at the Land of Opportunity.
Go back rich or go back poor?
(or just go back as you are...)