bl791's picture
download
raw
89.1 kB
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
Sugarcane 1.2 is based on:
TiddlyWiki 1.2.39 by Jeremy Ruston, (jeremy [at] osmosoft [dot] com)
Published under a BSD open source license
Copyright (c) Osmosoft Limited 2005
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above copyright notice, this
list of conditions and the following disclaimer in the documentation and/or other
materials provided with the distribution.
Neither the name of the Osmosoft Limited nor the names of its contributors may be
used to endorse or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=UTF-8">
<title>Sugarcane</title>
<script type="text/javascript">
function $(a){if(typeof a=="string"){return document.getElementById(a)}else{return a}}function clone(a){var b={};for(property in a){b[property]=a[property]}return b}function insertElement(a,d,f,c,e){var b=document.createElement(d);if(f){b.id=f}if(c){b.className=c}if(e){insertText(b,e)}if(a){a.appendChild(b)}return b}function insertText(a,b){return a.appendChild(document.createTextNode(b))}function removeChildren(a){while(a.hasChildNodes()){a.removeChild(a.firstChild)}}function setPageElement(c,b,a){if(place=$(c)){removeChildren(place);if(tale.has(b)){new Wikifier(place,tale.get(b).text)}else{new Wikifier(place,a)}}}function addStyle(b){if(document.createStyleSheet){document.getElementsByTagName("head")[0].insertAdjacentHTML("beforeEnd","&nbsp;<style>"+b+"</style>")}else{var a=document.createElement("style");a.type="text/css";a.appendChild(document.createTextNode(b));document.getElementsByTagName("head")[0].appendChild(a)}}function throwError(a,b){new Wikifier(a,"'' @@ "+b+" @@ ''")}Math.easeInOut=function(a){return(1-((Math.cos(a*Math.PI)+1)/2))};String.prototype.readMacroParams=function(){var c=new RegExp("(?:\\s*)(?:(?:\"([^\"]*)\")|(?:'([^']*)')|(?:\\[\\[([^\\]]*)\\]\\])|([^\"'\\s]\\S*))","mg");var b=[];do{var a=c.exec(this);if(a){if(a[1]){b.push(a[1])}else{if(a[2]){b.push(a[2])}else{if(a[3]){b.push(a[3])}else{if(a[4]){b.push(a[4])}}}}}}while(a);return b};String.prototype.readBracketedList=function(){var b="\\[\\[([^\\]]+)\\]\\]";var a="[^\\s$]+";var e="(?:"+b+")|("+a+")";var d=new RegExp(e,"mg");var f=[];do{var c=d.exec(this);if(c){if(c[1]){f.push(c[1])}else{if(c[2]){f.push(c[2])}}}}while(c);return(f)};String.prototype.trim=function(){return this.replace(/^\s\s*/,"").replace(/\s\s*$/,"")};Array.prototype.indexOf||(Array.prototype.indexOf=function(b,d){d=(d==null)?0:d;var a=this.length;for(var c=d;c<a;c++){if(this[c]==b){return c}}return -1});function fade(f,c){var h;var e=f.cloneNode(true);var g=(c.fade=="in")?1:-1;f.parentNode.replaceChild(e,f);if(c.fade=="in"){h=0;e.style.visibility="visible"}else{h=1}b(e,h);var a=window.setInterval(d,25);function d(){h+=0.05*g;b(e,Math.easeInOut(h));if(((g==1)&&(h>=1))||((g==-1)&&(h<=0))){f.style.visibility=(c.fade=="in")?"visible":"hidden";e.parentNode.replaceChild(f,e);delete e;window.clearInterval(a);if(c.onComplete){c.onComplete()}}}function b(k,j){var l=Math.floor(j*100);k.style.zoom=1;k.style.filter="alpha(opacity="+l+")";k.style.opacity=j}}function scrollWindowTo(e){var d=window.scrollY?window.scrollY:document.body.scrollTop;var g=k(e);var c=Math.abs(d-g);var b=0;var j=(d>g)?-1:1;var f=window.setInterval(h,25);function h(){b+=0.1;window.scrollTo(0,d+j*(c*Math.easeInOut(b)));if(b>=1){window.clearInterval(f)}}function k(o){var p=a(o);var q=p+o.offsetHeight;var l=window.scrollY?window.scrollY:document.body.scrollTop;var m=window.innerHeight?window.innerHeight:document.body.clientHeight;var n=l+m;if(p<l){return p}else{if(q>n){if(o.offsetHeight<m){return(p-(m-o.offsetHeight)+20)}else{return p}}else{return p}}}function a(l){var m=0;while(l.offsetParent){m+=l.offsetTop;l=l.offsetParent}return m}}function History(){this.history=[{passage:null,variables:{},hash:null}]}History.prototype.init=function(){var a=this;if(!this.restore()){this.display("Start",null)}this.hash=window.location.hash;this.interval=window.setInterval(function(){a.watchHash.apply(a)},250)};History.prototype.display=function(d,b,a){var c=tale.get(d);this.history.unshift({passage:c,variables:clone(this.history[0].variables)});this.history[0].hash=this.save();var e=c.render();if(a!="offscreen"){removeChildren($("passages"));$("passages").appendChild(e);if(a!="quietly"){fade(e,{fade:"in"})}}if((a=="quietly")||(a=="offscreen")){e.style.visibility="visible"}if(a!="offscreen"){document.title=tale.title;this.hash=this.save();if(c.title!="Start"){document.title+=": "+c.title;window.location.hash=this.hash}window.scroll(0,0)}return e};History.prototype.restart=function(){window.location.hash=""};History.prototype.save=function(c){var a="";for(var b=this.history.length-1;b>=0;b--){if((this.history[b].passage)&&(this.history[b].passage.id)){a+=this.history[b].passage.id.toString(36)+"."}}return"#"+a.substr(0,a.length-1)};History.prototype.restore=function(){try{if((window.location.hash=="")||(window.location.hash=="#")){return false}var a=window.location.hash.replace("#","").split(".");var c=[];for(var b=0;b<a.length;b++){var g=parseInt(a[b],36);if(!tale.has(g)){return false}var f=(b==a.length-1)?"":"offscreen";c.unshift(this.display(g,null,f))}return true}catch(d){return false}};History.prototype.watchHash=function(){if(window.location.hash!=this.hash){if((window.location.hash!="")&&(window.location.hash!="#")){this.history=[{passage:null,variables:{}}];removeChildren($("passages"));$("passages").style.visibility="hidden";if(!this.restore()){alert("The passage you had previously visited could not be found.")}$("passages").style.visibility="visible"}else{window.location.reload()}this.hash=window.location.hash}};var version={major:2,minor:0,revision:0,date:new Date("July 30, 2007"),extensions:{}};var tale,state;var macros={};function main(){tale=new Tale();document.title=tale.title;setPageElement("storyTitle","StoryTitle","Untitled Story");if(tale.has("StoryAuthor")){$("titleSeparator").innerHTML="<br />";setPageElement("storyAuthor","StoryAuthor","")}if(tale.has("StoryMenu")){$("storyMenu").style.display="block";setPageElement("storyMenu","StoryMenu","")}for(macro in macros){if(typeof macro.init=="function"){macro.init()}}var styles=tale.lookup("tags","stylesheet");for(var i=0;i<styles.length;i++){addStyle(styles[i].text)}var scripts=tale.lookup("tags","script");for(var i=0;i<scripts.length;i++){try{eval(scripts[i].text)}catch(e){alert("There is a technical problem with this story ("+scripts[i].title+": "+e.message+"). You may be able to continue reading, but all parts of the story may not work properly.")}}state=new History();state.init()}Interface={init:function(){main();$("snapback").onclick=Interface.showSnapback;$("restart").onclick=Interface.restart;$("share").onclick=Interface.showShare},restart:function(){if(confirm("Are you sure you want to restart this story?")){state.restart()}},showShare:function(a){Interface.hideAllMenus();Interface.showMenu(a,$("shareMenu"))},showSnapback:function(a){Interface.hideAllMenus();Interface.buildSnapback();Interface.showMenu(a,$("snapbackMenu"))},buildSnapback:function(){var c=false;removeChildren($("snapbackMenu"));for(var a=state.history.length-1;a>=0;a--){if(state.history[a].passage&&state.history[a].passage.tags.indexOf("bookmark")!=-1){var b=document.createElement("div");b.hash=state.history[a].hash;b.onclick=function(){window.location.hash=this.hash};b.innerHTML=state.history[a].passage.excerpt();$("snapbackMenu").appendChild(b);c=true}}if(!c){var b=document.createElement("div");b.innerHTML="<i>No passages available</i>";$("snapbackMenu").appendChild(b)}},hideAllMenus:function(){$("shareMenu").style.display="none";$("snapbackMenu").style.display="none"},showMenu:function(b,a){if(!b){b=window.event}var c={x:0,y:0};if(b.pageX||b.pageY){c.x=b.pageX;c.y=b.pageY}else{if(b.clientX||b.clientY){c.x=b.clientX+document.body.scrollLeft+document.documentElement.scrollLeft;c.y=b.clientY+document.body.scrollTop+document.documentElement.scrollTop}}a.style.top=c.y+"px";a.style.left=c.x+"px";a.style.display="block";document.onclick=Interface.hideAllMenus;b.cancelBubble=true;if(b.stopPropagation){b.stopPropagation()}}};window.onload=Interface.init;version.extensions.backMacro={major:1,minor:0,revision:0};macros.back={handler:function(a,b,e){var d="";if(e[0]){for(var c=0;c<state.history.length;c++){if(state.history[c].passage.title==e[0]){d=state.history[c].hash;break}else{if(state.history[1]){d=state.history[1].hash}else{throwError(a,"can't go back from the first passage read");return}}}}if(d==""){throwError(a,"can't find passage \""+e[0]+'" in history');return}el=document.createElement("a");el.className="back";el.href=d;el.innerHTML="<b>&laquo;</b> Back";a.appendChild(el)}};version.extensions.displayMacro={major:1,minor:0,revision:0};macros.display={handler:function(a,b,c){new Wikifier(a,tale.get(c[0]).text)}};version.extensions.actionsMacro={major:1,minor:2,revision:0};macros.actions={handler:function(a,f,g){var e=insertElement(a,"ul");if(!state.history[0].variables["actions clicked"]){state.history[0].variables["actions clicked"]={}}for(var b=0;b<g.length;b++){if(state.history[0].variables["actions clicked"][g[b]]){continue}var d=insertElement(e,"li");var c=Wikifier.createInternalLink(d,g[b]);insertText(c,g[b]);c.onclick=function(){state.history[0].variables["actions clicked"][this.id]=true;state.display(this.id,c)}}}};version.extensions.printMacro={major:1,minor:1,revision:0};macros.print={handler:function(place,macroName,params,parser){try{var output=eval(parser.fullArgs());if(output){new Wikifier(place,output.toString())}}catch(e){throwError(place,"bad expression: "+e.message)}}};version.extensions.setMacro={major:1,minor:1,revision:0};macros.set={handler:function(a,b,c,d){macros.set.run(d.fullArgs())},run:function(expression){try{return eval(Wikifier.parse(expression))}catch(e){throwError(place,"bad expression: "+e.message)}}};version.extensions.ifMacros={major:1,minor:0,revision:0};macros["if"]={handler:function(place,macroName,params,parser){var condition=parser.fullArgs();var srcOffset=parser.source.indexOf(">>",parser.matchStart)+2;var src=parser.source.slice(srcOffset);var endPos=-1;var trueClause="";var falseClause="";for(var i=0,nesting=1,currentClause=true;i<src.length;i++){if(src.substr(i,9)=="<<endif>>"){nesting--;if(nesting==0){endPos=srcOffset+i+9;break}}if((src.substr(i,8)=="<<else>>")&&(nesting==1)){currentClause="false";i+=8}if(src.substr(i,5)=="<<if "){nesting++}if(currentClause==true){trueClause+=src.charAt(i)}else{falseClause+=src.charAt(i)}}try{if(eval(condition)){new Wikifier(place,trueClause.trim())}else{new Wikifier(place,falseClause.trim())}if(endPos!=-1){parser.nextMatch=endPos}else{throwError(place,"can't find matching endif")}}catch(e){throwError(place,"bad condition: "+e.message)}}};macros["else"]=macros.endif={handler:function(){}};version.extensions.rememberMacro={major:1,minor:1,revision:0};macros.remember={handler:function(place,macroName,params,parser){var statement=parser.fullArgs();var expire=new Date();var variable,value;macros.set.run(statement);var variableSigil=Wikifier.parse("$");variableSigil=variableSigil.replace("[","\\[");variableSigil=variableSigil.replace("]","\\]");variable=statement.match(new RegExp(variableSigil+"(\\w+)","i"))[1];value=eval(Wikifier.parse("$"+variable));switch(typeof value){case"string":value='"'+value.replace(/"/g,'\\"')+'"';break;case"number":case"boolean":break;default:throwError(place,"can't remember $"+variable+" ("+(typeof value)+")");return}expire.setYear(expire.getFullYear()+1);document.cookie=macros.remember.prefix+variable+"="+value+"; expires="+expire.toGMTString()},init:function(){if(tale.has("StoryTitle")){macros.remember.prefix=tale.get("StoryTitle").text+"_"}else{macros.remember.prefix="__jonah_"}var cookies=document.cookie.split(";");for(var i=0;i<cookies.length;i++){var bits=cookies[i].split("=");if(bits[0].trim().indexOf(this.prefix)==0){var statement=cookies[i].replace(this.prefix,"$");eval(Wikifier.parse(statement))}}}};version.extensions.SilentlyMacro={major:1,minor:0,revision:0};macros.silently={handler:function(g,e,f,b){var h=insertElement(null,"div");var k=b.source.indexOf(">>",b.matchStart)+2;var a=b.source.slice(k);var d=-1;var c="";for(var j=0;j<a.length;j++){if(a.substr(j,15)=="<<endsilently>>"){d=k+j+15}else{c+=a.charAt(j)}}if(d!=-1){new Wikifier(h,c);b.nextMatch=d}else{throwError(g,"can't find matching endsilently")}delete h}};macros.endsilently={handler:function(){}};version.extensions.choiceMacro={major:1,minor:0,revision:0};macros.choice={handler:function(a,b,c){Wikifier.createInternalLink(a,c[0])}};function Passage(c,b,a){this.title=c;if(b){this.id=a;this.initialText=this.text=Passage.unescapeLineBreaks(b.firstChild?b.firstChild.nodeValue:"");this.tags=b.getAttribute("tags");if(typeof this.tags=="string"){this.tags=this.tags.readBracketedList()}else{this.tags=[]}}else{this.initialText=this.text="@@This passage does not exist.@@";this.tags=[]}}Passage.prototype.render=function(){var b=insertElement(null,"div","passage"+this.title,"passage");b.style.visibility="hidden";insertElement(b,"div","","header");var a=insertElement(b,"div","","content");new Wikifier(a,this.text);insertElement(b,"div","","footer");return b};Passage.prototype.reset=function(){this.text=this.initialText};Passage.prototype.excerpt=function(){var b=this.text.replace(/<<.*?>>/g,"");b=b.replace(/!.*?\n/g,"");b=b.replace(/[\[\]\/]/g,"");var a=b.match(/(.*?\s.*?\s.*?\s.*?\s.*?\s.*?\s.*?)\s/);return a[1]+"..."};Passage.unescapeLineBreaks=function(a){if(a&&a!=""){return a.replace(/\\n/mg,"\n").replace(/\\/mg,"\\").replace(/\r/mg,"")}else{return""}};function Tale(){this.passages={};if(document.normalize){document.normalize()}var a=$("storeArea").childNodes;for(var b=0;b<a.length;b++){var c=a[b];if(c.getAttribute&&(tiddlerTitle=c.getAttribute("tiddler"))){this.passages[tiddlerTitle]=new Passage(tiddlerTitle,c,b)}}this.title="Sugarcane";if(this.passages.StoryTitle){this.title=this.passages.StoryTitle.text}}Tale.prototype.has=function(a){if(typeof a=="string"){return(this.passages[a]!=null)}else{for(i in this.passages){if(this.passages[i].id==a){return true}}return false}};Tale.prototype.get=function(a){if(typeof a=="string"){return this.passages[a]||new Passage(a)}else{for(i in this.passages){if(this.passages[i].id==a){return this.passages[i]}}}};Tale.prototype.lookup=function(h,g,a){var d=[];for(var c in this.passages){var f=this.passages[c];var e=false;for(var b=0;b<f[h].length;b++){if(f[h][b]==g){d.push(f)}}}if(!a){a="title"}d.sort(function(k,j){if(k[a]==j[a]){return(0)}else{return(k[a]<j[a])?-1:+1}});return d};Tale.prototype.reset=function(){for(i in this.passages){this.passages[i].reset()}};function Wikifier(a,b){this.source=b;this.output=a;this.nextMatch=0;this.assembleFormatterMatches(Wikifier.formatters);this.subWikify(this.output)}Wikifier.prototype.assembleFormatterMatches=function(a){this.formatters=[];var b=[];for(var c=0;c<a.length;c++){b.push("("+a[c].match+")");this.formatters.push(a[c])}this.formatterRegExp=new RegExp(b.join("|"),"mg")};Wikifier.prototype.subWikify=function(c,b){var a=this.output;this.output=c;var f=b?new RegExp("("+b+")","mg"):null;do{this.formatterRegExp.lastIndex=this.nextMatch;if(f){f.lastIndex=this.nextMatch}var g=this.formatterRegExp.exec(this.source);var e=f?f.exec(this.source):null;if(e&&(!g||e.index<=g.index)){if(e.index>this.nextMatch){this.outputText(this.output,this.nextMatch,e.index)}this.matchStart=e.index;this.matchLength=e[1].length;this.matchText=e[1];this.nextMatch=e.index+e[1].length;this.output=a;return}else{if(g){if(g.index>this.nextMatch){this.outputText(this.output,this.nextMatch,g.index)}this.matchStart=g.index;this.matchLength=g[0].length;this.matchText=g[0];this.nextMatch=this.formatterRegExp.lastIndex;var h=-1;for(var d=1;d<g.length;d++){if(g[d]){matchingFormatter=d-1}}if(matchingFormatter!=-1){this.formatters[matchingFormatter].handler(this)}}}}while(e||g);if(this.nextMatch<this.source.length){this.outputText(this.output,this.nextMatch,this.source.length);this.nextMatch=this.source.length}this.output=a};Wikifier.prototype.outputText=function(a,c,b){insertText(a,this.source.substring(c,b))};Wikifier.prototype.fullArgs=function(){var b=this.source.indexOf(" ",this.matchStart);var a=this.source.indexOf(">>",this.matchStart);return Wikifier.parse(this.source.slice(b,a))};Wikifier.parse=function(b){var a=b.replace(/\$/g,"state.history[0].variables.");a=a.replace(/\beq\b/gi," == ");a=a.replace(/\bneq\b/gi," != ");a=a.replace(/\bgt\b/gi," > ");a=a.replace(/\beq\b/gi," == ");a=a.replace(/\bneq\b/gi," != ");a=a.replace(/\bgt\b/gi," > ");a=a.replace(/\bgte\b/gi," >= ");a=a.replace(/\blt\b/gi," < ");a=a.replace(/\blte\b/gi," <= ");a=a.replace(/\band\b/gi," && ");a=a.replace(/\bor\b/gi," || ");a=a.replace(/\bnot\b/gi," ! ");return a};Wikifier.formatHelpers={charFormatHelper:function(a){var b=insertElement(a.output,this.element);a.subWikify(b,this.terminator)},inlineCssHelper:function(f){var h=[];var a="(?:("+Wikifier.textPrimitives.anyLetter+"+)\\(([^\\)\\|\\n]+)(?:\\):))|(?:("+Wikifier.textPrimitives.anyLetter+"+):([^;\\|\\n]+);)";var b=new RegExp(a,"mg");var c=false;do{b.lastIndex=f.nextMatch;var d=b.exec(f.source);var e=d&&d.index==f.nextMatch;if(e){var j,g;c=true;if(d[1]){j=d[1].unDash();g=d[2]}else{j=d[3].unDash();g=d[4]}switch(j){case"bgcolor":j="backgroundColor";break}h.push({style:j,value:g});f.nextMatch=d.index+d[0].length}}while(e);return h},monospacedByLineHelper:function(a){var b=new RegExp(this.lookahead,"mg");b.lastIndex=a.matchStart;var c=b.exec(a.source);if(c&&c.index==a.matchStart){var f=c[1];if(navigator.userAgent.indexOf("msie")!=-1&&navigator.userAgent.indexOf("opera")==-1){f=f.replace(/\n/g,"\r")}var d=insertElement(a.output,"pre",null,null,f);a.nextMatch=c.index+c[0].length}}};Wikifier.formatters=[{name:"table",match:"^\\|(?:[^\\n]*)\\|(?:[fhc]?)$",lookahead:"^\\|([^\\n]*)\\|([fhc]?)$",rowTerminator:"\\|(?:[fhc]?)$\\n?",cellPattern:"(?:\\|([^\\n\\|]*)\\|)|(\\|[fhc]?$\\n?)",cellTerminator:"(?:\\x20*)\\|",rowTypes:{c:"caption",h:"thead","":"tbody",f:"tfoot"},handler:function(h){var k=insertElement(h.output,"table");h.nextMatch=h.matchStart;var c=new RegExp(this.lookahead,"mg");var d=null,a;var l,e;var j=[];var g=0;do{c.lastIndex=h.nextMatch;var f=c.exec(h.source);var b=f&&f.index==h.nextMatch;if(b){a=f[2];if(a!=d){l=insertElement(k,this.rowTypes[a])}d=a;if(d=="c"){if(g==0){l.setAttribute("align","top")}else{l.setAttribute("align","bottom")}h.nextMatch=h.nextMatch+1;h.subWikify(l,this.rowTerminator)}else{e=insertElement(l,"tr");this.rowHandler(h,e,j)}g++}}while(b)},rowHandler:function(h,d,m){var a=0;var k=1;var c=new RegExp(this.cellPattern,"mg");do{c.lastIndex=h.nextMatch;var f=c.exec(h.source);matched=f&&f.index==h.nextMatch;if(matched){if(f[1]=="~"){var l=m[a];if(l){l.rowCount++;l.element.setAttribute("rowSpan",l.rowCount);l.element.setAttribute("rowspan",l.rowCount);l.element.valign="center"}h.nextMatch=f.index+f[0].length-1}else{if(f[1]==">"){k++;h.nextMatch=f.index+f[0].length-1}else{if(f[2]){h.nextMatch=f.index+f[0].length;break}else{var b=false,g=false;h.nextMatch++;var o=Wikifier.formatHelpers.inlineCssHelper(h);while(h.source.substr(h.nextMatch,1)==" "){b=true;h.nextMatch++}var j;if(h.source.substr(h.nextMatch,1)=="!"){j=insertElement(d,"th");h.nextMatch++}else{j=insertElement(d,"td")}m[a]={rowCount:1,element:j};lastColCount=1;lastColElement=j;if(k>1){j.setAttribute("colSpan",k);j.setAttribute("colspan",k);k=1}for(var n=0;n<o.length;n++){j.style[o[n].style]=o[n].value}h.subWikify(j,this.cellTerminator);if(h.matchText.substr(h.matchText.length-2,1)==" "){g=true}if(b&&g){j.align="center"}else{if(b){j.align="right"}else{if(g){j.align="left"}}}h.nextMatch=h.nextMatch-1}}}a++}}while(matched)}},{name:"rule",match:"^----$\\n?",handler:function(a){insertElement(a.output,"hr")}},{name:"emdash",match:"--",handler:function(a){var b=insertElement(a.output,"span");b.innerHTML="&mdash;"}},{name:"heading",match:"^!{1,5}",terminator:"\\n",handler:function(a){var b=insertElement(a.output,"h"+a.matchLength);a.subWikify(b,this.terminator)}},{name:"monospacedByLine",match:"^\\{\\{\\{\\n",lookahead:"^\\{\\{\\{\\n((?:^[^\\n]*\\n)+?)(^\\}\\}\\}$\\n?)",handler:Wikifier.formatHelpers.monospacedByLineHelper},{name:"monospacedByLineForPlugin",match:"^//\\{\\{\\{\\n",lookahead:"^//\\{\\{\\{\\n\\n*((?:^[^\\n]*\\n)+?)(\\n*^//\\}\\}\\}$\\n?)",handler:Wikifier.formatHelpers.monospacedByLineHelper},{name:"wikifyCommentForPlugin",match:"^/\\*\\*\\*\\n",terminator:"^\\*\\*\\*/\\n",handler:function(a){a.subWikify(a.output,this.terminator)}},{name:"quoteByBlock",match:"^<<<\\n",terminator:"^<<<\\n",handler:function(a){var b=insertElement(a.output,"blockquote");a.subWikify(b,this.terminator)}},{name:"quoteByLine",match:"^>+",terminator:"\\n",element:"blockquote",handler:function(c){var e=new RegExp(this.match,"mg");var d=[c.output];var h=0;var b=c.matchLength;var g;do{if(b>h){for(g=h;g<b;g++){d.push(insertElement(d[d.length-1],this.element))}}else{if(b<h){for(g=h;g>b;g--){d.pop()}}}h=b;c.subWikify(d[d.length-1],this.terminator);insertElement(d[d.length-1],"br");e.lastIndex=c.nextMatch;var f=e.exec(c.source);var a=f&&f.index==c.nextMatch;if(a){b=f[0].length;c.nextMatch+=f[0].length}}while(a)}},{name:"list",match:"^(?:(?:\\*+)|(?:#+))",lookahead:"^(?:(\\*+)|(#+))",terminator:"\\n",outerElement:"ul",itemElement:"li",handler:function(k){var b=new RegExp(this.lookahead,"mg");k.nextMatch=k.matchStart;var f=[k.output];var l=null,c;var h=0,d;var m;do{b.lastIndex=k.nextMatch;var g=b.exec(k.source);var a=g&&g.index==k.nextMatch;if(a){if(g[1]){c="ul"}if(g[2]){c="ol"}d=g[0].length;k.nextMatch+=g[0].length;if(d>h){for(m=h;m<d;m++){f.push(insertElement(f[f.length-1],c))}}else{if(d<h){for(m=h;m>d;m--){f.pop()}}else{if(d==h&&c!=l){f.pop();f.push(insertElement(f[f.length-1],c))}}}h=d;l=c;var j=insertElement(f[f.length-1],"li");k.subWikify(j,this.terminator)}}while(a)}},{name:"prettyLink",match:"\\[\\[",lookahead:"\\[\\[([^\\|\\]]*?)(?:(\\]\\])|(\\|(.*?)\\]\\]))",terminator:"\\|",handler:function(a){var b=new RegExp(this.lookahead,"mg");b.lastIndex=a.matchStart;var c=b.exec(a.source);if(c&&c.index==a.matchStart&&c[2]){var d=Wikifier.createInternalLink(a.output,c[1]);a.outputText(d,a.nextMatch,a.nextMatch+c[1].length);a.nextMatch+=c[1].length+2}else{if(c&&c.index==a.matchStart&&c[3]){var f;if(tale.has(c[4])){f=Wikifier.createInternalLink(a.output,c[4])}else{f=Wikifier.createExternalLink(a.output,c[4])}a.outputText(f,a.nextMatch,a.nextMatch+c[1].length);a.nextMatch=c.index+c[0].length}}}},{name:"urlLink",match:"(?:http|https|mailto|ftp):[^\\s'\"]+(?:/|\\b)",handler:function(a){var b=Wikifier.createExternalLink(a.output,a.matchText);a.outputText(b,a.matchStart,a.nextMatch)}},{name:"image",match:"\\[(?:[<]{0,1})(?:[>]{0,1})[Ii][Mm][Gg]\\[",lookahead:"\\[([<]{0,1})([>]{0,1})[Ii][Mm][Gg]\\[(?:([^\\|\\]]+)\\|)?([^\\[\\]\\|]+)\\](?:\\[([^\\]]*)\\]?)?(\\])",handler:function(a){var c=new RegExp(this.lookahead,"mg");c.lastIndex=a.matchStart;var d=c.exec(a.source);if(d&&d.index==a.matchStart){var f=a.output;if(d[5]){if(tale.has(d[5])){f=Wikifier.createInternalLink(a.output,d[5])}else{f=Wikifier.createExternalLink(a.output,d[5])}}var b=insertElement(f,"img");if(d[1]){b.align="left"}else{if(d[2]){b.align="right"}}if(d[3]){b.title=d[3]}b.src=d[4];a.nextMatch=d.index+d[0].length}}},{name:"macro",match:"<<",lookahead:"<<([^>\\s]+)(?:\\s*)([^>]*)>>",handler:function(a){var b=new RegExp(this.lookahead,"mg");b.lastIndex=a.matchStart;var c=b.exec(a.source);if(c&&c.index==a.matchStart&&c[1]){var g=c[2].readMacroParams();a.nextMatch=c.index+c[0].length;try{var d=macros[c[1]];if(d&&d.handler){d.handler(a.output,c[1],g,a)}else{insertElement(a.output,"span",null,"marked","macro not found: "+c[1])}}catch(f){throwError(a.output,"Error executing macro "+c[1]+": "+f.toString())}}}},{name:"html",match:"<[Hh][Tt][Mm][Ll]>",lookahead:"<[Hh][Tt][Mm][Ll]>((?:.|\\n)*?)</[Hh][Tt][Mm][Ll]>",handler:function(a){var b=new RegExp(this.lookahead,"mg");b.lastIndex=a.matchStart;var c=b.exec(a.source);if(c&&c.index==a.matchStart){var d=insertElement(a.output,"span");d.innerHTML=c[1];a.nextMatch=c.index+c[0].length}}},{name:"commentByBlock",match:"/%",lookahead:"/%((?:.|\\n)*?)%/",handler:function(a){var b=new RegExp(this.lookahead,"mg");b.lastIndex=a.matchStart;var c=b.exec(a.source);if(c&&c.index==a.matchStart){a.nextMatch=c.index+c[0].length}}},{name:"boldByChar",match:"''",terminator:"''",element:"strong",handler:Wikifier.formatHelpers.charFormatHelper},{name:"strikeByChar",match:"==",terminator:"==",element:"strike",handler:Wikifier.formatHelpers.charFormatHelper},{name:"underlineByChar",match:"__",terminator:"__",element:"u",handler:Wikifier.formatHelpers.charFormatHelper},{name:"italicByChar",match:"//",terminator:"//",element:"em",handler:Wikifier.formatHelpers.charFormatHelper},{name:"subscriptByChar",match:"~~",terminator:"~~",element:"sub",handler:Wikifier.formatHelpers.charFormatHelper},{name:"superscriptByChar",match:"\\^\\^",terminator:"\\^\\^",element:"sup",handler:Wikifier.formatHelpers.charFormatHelper},{name:"monospacedByChar",match:"\\{\\{\\{",lookahead:"\\{\\{\\{((?:.|\\n)*?)\\}\\}\\}",handler:function(a){var b=new RegExp(this.lookahead,"mg");b.lastIndex=a.matchStart;var c=b.exec(a.source);if(c&&c.index==a.matchStart){var d=insertElement(a.output,"code",null,null,c[1]);a.nextMatch=c.index+c[0].length}}},{name:"styleByChar",match:"@@",terminator:"@@",lookahead:"(?:([^\\(@]+)\\(([^\\)]+)(?:\\):))|(?:([^:@]+):([^;]+);)",handler:function(a){var d=insertElement(a.output,"span",null,null,null);var c=Wikifier.formatHelpers.inlineCssHelper(a);if(c.length==0){d.className="marked"}else{for(var b=0;b<c.length;b++){d.style[c[b].style]=c[b].value}}a.subWikify(d,this.terminator)}},{name:"lineBreak",match:"\\n",handler:function(a){insertElement(a.output,"br")}}];Wikifier.textPrimitives={anyDigit:"[0-9]",anyNumberChar:"[0-9\\.E]",urlPattern:"(?:http|https|mailto|ftp):[^\\s'\"]+(?:/|\\b)"};Wikifier.createInternalLink=function(a,c){var b=insertElement(a,"a",c);b.href="javascript:void(0)";if(tale.has(c)){b.className="internalLink"}else{b.className="brokenLink"}b.onclick=function(){state.display(c,b)};if(a){a.appendChild(b)}return b};Wikifier.createExternalLink=function(a,b){var c=insertElement(a,"a");c.href=b;c.className="externalLink";c.target="_blank";if(a){a.appendChild(c)}return c};if(!((new RegExp("[\u0150\u0170]","g")).test("\u0150"))){Wikifier.textPrimitives.upperLetter="[A-Z\u00c0-\u00de]";Wikifier.textPrimitives.lowerLetter="[a-z\u00df-\u00ff_0-9\\-]";Wikifier.textPrimitives.anyLetter="[A-Za-z\u00c0-\u00de\u00df-\u00ff_0-9\\-]"}else{Wikifier.textPrimitives.upperLetter="[A-Z\u00c0-\u00de\u0150\u0170]";Wikifier.textPrimitives.lowerLetter="[a-z\u00df-\u00ff_0-9\\-\u0151\u0171]";Wikifier.textPrimitives.anyLetter="[A-Za-z\u00c0-\u00de\u00df-\u00ff_0-9\\-\u0150\u0170\u0151\u0171]"};
</script>
<style type="text/css">
body{background-color:#000;color:#fff;font-family:Verdana,sans-serif;font-size:62.5%;margin:4em 15% 5% 5em;}#sidebar{position:fixed;top:4.2em;left:7.5em;width:12em;list-style:none;margin:0;padding:0 1em 0 0;font:bold 1.1em Verdana,sans-serif;}#sidebar li{color:#333;text-align:right;background-repeat:no-repeat;margin-bottom:1em;}#sidebar li:hover{color:#fff;cursor:pointer;}#sidebar li a{color:#333;}#sidebar li a:hover{color:#fff;text-decoration:none;}#sidebar #title{color:#999;font-size:150%;cursor:auto;}#sidebar #title a{color:#999;}#sidebar #title a:hover{color:#fff;}#sidebar #storyAuthor{font-size:50%;}#sidebar #storyMenu{display:none;line-height:2.5em;margin-bottom:.5em;}#sidebar #title:hover{color:#999;}#sidebar #credits{padding-top:2em;font-weight:normal;font-size:80%;cursor:auto;}#sidebar #credits:hover{color:#333;}#sidebar #credits a{text-decoration:none;}.menu{position:absolute;display:none;background-color:#343434;color:#fff;opacity:.9;border:1px solid #fff;text-align:left;font:1.1em Verdana;line-height:2em;}.menu div{padding:0 .4em;}.menu div:hover{cursor:pointer;background-color:#fff;color:#343434;}#passages{margin-left:18.2em;border-left:1px solid #333;padding-left:1.5em;}.passage{font-size:1.2em;line-height:175%;margin-bottom:2em;text-align:left;}.passage ul{padding-top:1.3em;text-align:center;}.passage li{display:inline;margin-right:6em;}a.internalLink,a.externalLink,a.back{color:#4d6ad8;font-weight:bold;text-decoration:none;}a.internalLink:hover,a.externalLink:hover,a.back:hover{color:#8ea6ff;text-decoration:underline;}a.brokenLink{background-color:red;text-decoration:none;color:#000;}.marked{background-color:red;color:#000;margin-right:12px;padding:3px;}.passage ul{margin-left:.5em;padding-left:1.5em;}.passage ol{margin-left:.5em;padding-left:1.5em;}.passage table{border-collapse:collapse;font-size:100%;margin:.8em 1.0em;}.passage th,.passage td,.passage tr,.passage caption{padding:3px;}.passage hr{height:1px;}#storeArea{display:none;}
</style>
</head>
<body>
<ul id="sidebar">
<li id="title"><span id="storyTitle"></span><span id="titleSeparator"></span><span id="storyAuthor"></span></li>
<li id="storyMenu"></li>
<li id="snapback">Rewind</li>
<li id="restart">Restart</li>
<li id="share">Share</li>
<li id="credits">
This story was created with <a href="http://gimcrackd.com/etc/sr/">Twee</a> and is powered by <a href="http://tiddlywiki.com/">TiddlyWiki</a>
</li>
</ul>
<div id="snapbackMenu" class="menu"></div>
<div id="shareMenu" class="menu">
<div onclick="javascript:location.href='http://del.icio.us/post?title='+tale.get('StoryTitle').text+'&url='+location.href">Delicious</div>
<div onclick="javascript:location.href='http://facebook.com/share.php?t='+tale.get('StoryTitle').text+'&u='+location.href">Facebook</div>
<div onclick="javascript:location.href='http://stumbleupon.com/submit?title='+tale.get('StoryTitle').text+'&url='+location.href">StumbleUpon</div>
<div onclick="javascript:location.href='http://twitter.com/home?status=Reading%20'+location.href">Twitter</div>
</div>
<div id="passages"></div>
<div id="storeArea"><div tiddler="Pond2" tags="" modified="201309272032" created="201309272032" modifier="twee">[img[SCM.jpg]]\nSome monstrous wildthings breached a filigree of police tape to spraypaint this donkey and initials. The area is foul with thick bootprints & [[stink of authority|RunningForHome]].</div><div tiddler="Pond3" tags="" modified="201309272032" created="201309272032" modifier="twee">[img[SCM.jpg]]\nBootprints. The water flows thick like blood, like oil. Something watches me from the forest, I believe. I cannot see it. There is the thrum and racket as a train goes by and a wet sucking sound somewhere.\n[[Okay, neat|RunningForHome]].</div><div tiddler="Pond0" tags="" modified="201309272032" created="201309272032" modifier="twee">You walk for a few minutes into the woods. Eventually you come to a bridge over the river that feeds the [[stagnant pond|MillPond]] at the heart of town. Everything smells like [[decay|River0]].\n[[Go Home|RunningForHome]]\n</div><div tiddler="Pond1" tags="" modified="201309272032" created="201309272032" modifier="twee">[img[SCM.jpg]]\nSome monstrous wildthings breached a filigree of police tape to spraypaint this donkey and initials. The area is foul with thick bootprints & [[stink of authority|RunningForHome]].</div><div tiddler="Pond4" tags="" modified="201309272032" created="201309272032" modifier="twee">[img[SCM.jpg]]\nThe donkey and initials hold an endless fascination. I crouch at the bank of the stream, which appears to have frozen. I throw a rock across the surface and it disappears. In the distance, there is [[gunplay|RunningForHome]].\n\n</div><div tiddler="ApocDrink" tags="" modified="201309282242" created="201309282242" modifier="twee">The barkeep leers at me and slams down a glass of clear fluids. He then snaps a vial in half over the liquid. [[I drink until the feels run out and then I cry neon tears and vomit convulsively in a bathroom stall and fuck a stranger and punch an asshole and die a dozen times and jesus fuck I can't stand to be sober in this place|RunningForHome]].</div><div tiddler="SeeCuke" tags="" modified="201309271418" created="201309271418" modifier="twee">Alien digits reach out from the darkness.\n[[Right trigger to defend|SeeCuke2]]</div><div tiddler="Rewind" tags="" modified="201309091135" created="201309091135" modifier="twee">&lt;&lt;silently&gt;&gt;\n&lt;&lt;if $jambox lt 1&gt;&gt;&lt;&lt;set $jambox = 1&gt;&gt;&lt;&lt;endif&gt;&gt;\n&lt;&lt;if $jambox gt 10&gt;&gt;&lt;&lt;set $jambox = 1&gt;&gt;&lt;&lt;endif&gt;&gt;\n&lt;&lt;set $jambox = $jambox - 1&gt;&gt;\n&lt;&lt;goto &quot;jambox&quot;&gt;&gt;\n&lt;&lt;endsilently&gt;&gt;</div><div tiddler="toilet" tags="" modified="201309282227" created="201309282227" modifier="twee">Even though this bar has been around for a zillion years, the toilets still have tanks and, importantly, lids that can be [[lifted off|Tank]].</div><div tiddler="Obj1" tags="" modified="201309281515" created="201309281515" modifier="twee">Rock\n[[To smash the skulls of primitive animals|Obj2]]\n[[To hurl|Obj2]]\n[[To eat|No]]</div><div tiddler="Obj0" tags="" modified="201309272102" created="201309272102" modifier="twee">Ankle-deep in cold foul water, you crouch and peel plastic from the package. Light brown hair and a dead grin that spreads for miles. You don't need to peel further to see the gangly limbs. You've known this man for so long that the loss doesn't register. You close your mouth now and you [[scream|RunningForHome]].\n</div><div tiddler="Obj3" tags="" modified="201309281544" created="201309281544" modifier="twee">CORRECT.\nPond\n[[Wet|No]]\n[[Mosquito breeding|No]]\n[[Stink|No]]\n</div><div tiddler="Obj2" tags="" modified="201309281517" created="201309281517" modifier="twee">CORRECT.\nBird\n[[To eat|Obj3]]\n[[Keep as pet|Obj3]]\n[[Insufflate for pleasure and intoxication|No]]\n</div><div tiddler="Apt3" tags="" modified="201309101318" created="201309101318" modifier="twee">It is unreasonably dark. My feet cling to the floor. [[A sagging futon|SLEEP]] collapses in front of a [[TV]]. Broken [[radio|jambox]] spills its guts in the corner. Dusty [[game console|PLAY]] tethered to the TV. Discarded filth ration wrappers clutter the floor. In [[the distance|OUT]], where once there was the throb of the 401, there's a sound like a thousand centipedes feasting. &lt;&lt;if $radioplaying eq &quot;yes&quot;&gt;&gt;&lt;&lt;display &quot;AptRdio&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;</div><div tiddler="Apt2" tags="" modified="201309101318" created="201309101318" modifier="twee">Reek of neon black flames as they cook the calm air. A buried, rotting clock chimes out the protest hour. [[A reeking, stained futon|SLEEP]] writhes in front of a [[TV]]. Broken [[radio|jambox]] in the corner. Dusty [[game console|PLAY]] tethered to the TV. You tug at the analog collar you woke up wearing this morning. [[Outside|OUT]], you hear the vulse and seizures of the mob. &lt;&lt;if $radioplaying eq &quot;yes&quot;&gt;&gt;&lt;&lt;display &quot;AptRdio&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;</div><div tiddler="Apt1" tags="" modified="201309101317" created="201309101317" modifier="twee">The sunset dyes the room a bloody hue. [[A sagging futon|SLEEP]] collapses in front of a [[TV]]. Half-smashed [[radio|jambox]] sits (mostly) in the corner. An aging [[game console|PLAY]] sits near the TV. The room presses in around you. In [[the distance|OUT]], you hear sirens. Lights strobe in the distance. Somewhere, someone laughs; hysterical, unreasoning. &lt;&lt;if $radioplaying eq &quot;yes&quot;&gt;&gt;&lt;&lt;display &quot;AptRdio&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;</div><div tiddler="Apt0" tags="" modified="201309101316" created="201309101316" modifier="twee">Rotted single-room apartment slashed to orange ribbons by dying light. Hardwood floor slick-sticky with discarded flesh flakes and hair where it's not obscured by books, undergarments, pizza boxes. [[A sagging futon|SLEEP]] collapses in front of a [[TV]]. Broken [[radio|jambox]] in the corner. Dusty [[game console|PLAY]] tethered to the TV. Your eyes blink slow and burn. In [[the distance|OUT]], you hear the throb of the 401, of the world humming politely past. &lt;&lt;if $radioplaying eq &quot;yes&quot;&gt;&gt;&lt;&lt;display &quot;AptRdio&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;</div><div tiddler="Apt4" tags="" modified="201309132351" created="201309132351" modifier="twee">Citizenihilists stomp the bodygrounds in the distance. The sky tilts nauseating and obscene. [[A sagging futon|SLEEP]] collapses in front of a [[TV]]. Eviscerated [[jambox]] covers most of the floor. Fucked-to-death [[game console|PLAY]] is bound to the TV by greasy wires. I curl at the waist and vomit on my feet. [[Outside|OUT]] there is the sound of teeth on concrete, of bones slowly powdering under years of pressure. &lt;&lt;if $radioplaying eq &quot;yes&quot;&gt;&gt;&lt;&lt;display &quot;AptRdio&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;</div><div tiddler="DayFlash" tags="" modified="201309132235" created="201309132235" modifier="twee">&lt;&lt;if $day eq 0&gt;&gt;[[Monday|Apartment]]&lt;&lt;endif&gt;&gt;&lt;&lt;if $day eq 1&gt;&gt;[[Tuesday|Apartment]]&lt;&lt;endif&gt;&gt;&lt;&lt;if $day eq 2&gt;&gt;[[Friday|Apartment]]&lt;&lt;endif&gt;&gt;&lt;&lt;if $day eq 3&gt;&gt;[[Thursday|Apartment]]&lt;&lt;endif&gt;&gt;&lt;&lt;if $day eq 4&gt;&gt;[[Wednesday|Apartment]]&lt;&lt;endif&gt;&gt;</div><div tiddler="StoryTitle" tags="" modified="201309091124" created="201309091124" modifier="twee">Vulse</div><div tiddler="Eat" tags="" modified="201309282113" created="201309282113" modifier="twee">You </div><div tiddler="Bar" tags="" modified="201309231156" created="201309231156" modifier="twee">&lt;&lt;if $day eq 0&gt;&gt;&lt;&lt;display &quot;Bar0&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;&lt;&lt;if $day eq 1&gt;&gt;&lt;&lt;display &quot;Bar1&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;&lt;&lt;if $day eq 2&gt;&gt;&lt;&lt;display &quot;Bar2&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;&lt;&lt;if $day eq 3&gt;&gt;&lt;&lt;display &quot;Bar3&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;\n&lt;&lt;if $day eq 4&gt;&gt;&lt;&lt;display &quot;Bar4&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;</div><div tiddler="End3" tags="" modified="201309141320" created="201309141320" modifier="twee">I am walking towards a pond. Someone is following me, through the trees. I lose him, easily. I see a body in the water, [[floating|End4]]. </div><div tiddler="RunningForHome" tags="" modified="201309120933" created="201309120933" modifier="twee">&lt;&lt;set $day = $day + 1&gt;&gt;&lt;&lt;if $day eq 0&gt;&gt;&lt;&lt;display &quot;D0GoHome&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;&lt;&lt;if $day eq 1&gt;&gt;&lt;&lt;display &quot;D1GoHome&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;&lt;&lt;if $day eq 2&gt;&gt;&lt;&lt;display &quot;D2GoHome&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;&lt;&lt;if $day eq 3&gt;&gt;&lt;&lt;display &quot;D3GoHome&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;&lt;&lt;if $day eq 4&gt;&gt;&lt;&lt;display &quot;D4GoHome&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;\n\n</div><div tiddler="SeeCuke2" tags="" modified="201309271420" created="201309271420" modifier="twee">I vomit my digital insides. My whole life is a cycle of regrowing my guts and vomiting when threatened. I leave my toxic entrails behind and drift madly away. The hand still grabs you. I am [[finished|RunningForHome]].</div><div tiddler="DadMem" tags="" modified="201309272024" created="201309272024" modifier="twee">Your dad would take you on errands and stop here for a beer or two. You sat on a high stool, eating cheap pizza, while Dad talked to the [[daydrinkers|Bar0]].</div><div tiddler="Car2" tags="" modified="201309281222" created="201309281222" modifier="twee">You slow down as the headlights drift past. The framerate drops slightly as shadows caress the interior of the car. The street is [[dark|Car3]].</div><div tiddler="Car3" tags="" modified="201309281223" created="201309281223" modifier="twee">The coast is clear, so you tug on the thumbsticks to turn off the road [[behind|Car4]] a sign-making and graphic design shop.</div><div tiddler="Car1" tags="" modified="201309281219" created="201309281219" modifier="twee">You press X and your slender, hairless fingers slide to the passenger's thigh. There are [[lights|Car2]] in the distance.\n[[Pull in behind one of the buildings|RuhRoh]] </div><div tiddler="ApocBar0" tags="" modified="201309282240" created="201309282240" modifier="twee">I rub shoulders with heathens, with pulse mavens. My hair blazes beneath the pub lights. Neon black flames smoulder in a corner. Alcohol is purchased to imbibe and fashion molotov cocktails in equal measure.\n[[Order a drink|ApocDrink]]\n[[Go home|RunningForHome]]</div><div tiddler="Script" tags="script" modified="201309091548" created="201309091548" modifier="twee">version.extensions.timedgotoMacro={major:1,minor:2,revision:0};\nmacros[&quot;goto&quot;]=macros.timedgoto={timer:null,handler:function(a,b,c,d){function cssTimeUnit(s){if(typeof s==&quot;string&quot;){if(s.slice(-2).toLowerCase()==&quot;ms&quot;){return +(s.slice(0,-2))||0\n}else{if(s.slice(-1).toLowerCase()==&quot;s&quot;){return +(s.slice(0,-1))*1000||0\n}}}throwError(a,s+&quot; isn't a CSS time unit&quot;);return 0}var t,d,m,s;\nt=c[c.length-1];d=d.fullArgs();m=0;if(b!=&quot;goto&quot;){d=d.slice(0,d.lastIndexOf(t));\nm=cssTimeUnit(t)}d=eval(Wikifier.parse(d));if(d+&quot;&quot;&&state&&state.init){if(macros[&quot;goto&quot;].timer){clearTimeout(macros[&quot;goto&quot;].timer)\n}s=state.history[0].passage.title;macros[&quot;goto&quot;].timer=setTimeout(function(){if(state.history[0].passage.title==s){state.display(d,a)\n}},m)}}};\n\n(function(){version.extensions.replaceMacrosCombined={major:1,minor:0,revision:1};\nvar nullobj={handler:function(){}};function showVer(n,notrans){n.innerHTML=&quot;&quot;;\nnew Wikifier(n,n.tweecode);n.setAttribute(&quot;data-enabled&quot;,&quot;true&quot;);\nn.style.display=&quot;inline&quot;;n.classList.remove(&quot;revision-span-out&quot;);\nif(!notrans){n.classList.add(&quot;revision-span-in&quot;);if(n.timeout){clearTimeout(n.timeout)\n}n.timeout=setTimeout(function(){n.classList.remove(&quot;revision-span-in&quot;);\nn=null},1)}}function hideVer(n,notrans){n.setAttribute(&quot;data-enabled&quot;,&quot;false&quot;);\nn.classList.remove(&quot;revision-span-in&quot;);if(n.timeout){clearTimeout(n.timeout)\n}if(!notrans){n.classList.add(&quot;revision-span-out&quot;);n.timeout=setTimeout(function(){if(n.getAttribute(&quot;data-enabled&quot;)==&quot;false&quot;){n.classList.remove(&quot;revision-span-out&quot;);\nn.style.display=&quot;none&quot;;n.innerHTML=&quot;&quot;}n=null},1000)}else{n.style.display=&quot;none&quot;;\nn.innerHTML=&quot;&quot;;n=null}}function tagcontents(b,starttags,desttags,endtags,k){var l=0,c=&quot;&quot;,tg,a,i;\nfunction tagfound(i,e){for(var j=0;j&lt;e.length;j++){if(a.indexOf(&quot;&lt;&lt;&quot;+e[j],i)==i){return e[j]\n}}}a=b.source.slice(k);for(i=0;i&lt;a.length;i++){if(tg=tagfound(i,starttags)){l++\n}else{if((tg=tagfound(i,desttags))&&l==0){b.nextMatch=k+i+tg.length+4;\nreturn[c,tg]}else{if(tg=tagfound(i,endtags)){l--;if(l&lt;0){return null\n}}}}c+=a.charAt(i)}return null}var begintags=[];var endtags=[];\nfunction revisionSpanHandler(g,e,f,b){var k=b.source.indexOf(&quot;&gt;&gt;&quot;,b.matchStart)+2,vsns=[],vtype=e,flen=f.length,becomes,c,cn,m,h,vsn;\nfunction mkspan(vtype){h=insertElement(m,&quot;span&quot;,null,&quot;revision-span &quot;+vtype);\nh.setAttribute(&quot;data-enabled&quot;,false);h.style.display=&quot;none&quot;;h.tweecode=&quot;&quot;;\nreturn h}if(this.shorthand&&flen){while(f.length&gt;0){vsns.push([f.shift(),(this.flavour==&quot;insert&quot;?&quot;gains&quot;:&quot;becomes&quot;)])\n}}else{if(this.flavour==&quot;insert&quot;||(this.flavour==&quot;continue&quot;&&this.trigger==&quot;time&quot;)){vsns.push([&quot;&quot;,&quot;becomes&quot;])\n}}if(this.flavour==&quot;continue&quot;&&flen){b.nextMatch=k+b.source.slice(k).length;\nvsns.push([b.source.slice(k),vtype])}else{becomes=[&quot;becomes&quot;,&quot;gains&quot;];\nc=tagcontents(b,begintags,becomes.concat(endtags),endtags,k);\nif(c&&endtags.indexOf(c[1])==-1){while(c){vsns.push(c);c=tagcontents(b,begintags,becomes,endtags,b.nextMatch)\n}c=tagcontents(b,begintags,[&quot;end&quot;+e],endtags,b.nextMatch)}if(!c){throwError(g,&quot;can't find matching end&quot;+e);\nreturn}vsns.push(c);if(this.flavour==&quot;continue&quot;){k=b.nextMatch;\nb.nextMatch=k+b.source.slice(k).length;vsns.push([b.source.slice(k),&quot;&quot;])\n}}if(this.flavour==&quot;remove&quot;){vsns.push([&quot;&quot;,&quot;becomes&quot;])}console.log(JSON.stringify(vsns));\ncn=0;m=insertElement(g,&quot;span&quot;,null,e);m.setAttribute(&quot;data-flavour&quot;,this.flavour);\nh=mkspan(&quot;initial&quot;);vsn=vsns.shift();console.log(e+&quot; &quot;+vsn[0]);\nh.tweecode=vsn[0];showVer(h,true);while(vsns.length&gt;0){if(vsn){vtype=vsn[1]\n}vsn=vsns.shift();h=mkspan(vtype);h.tweecode=vsn[0]}if(typeof this.setup==&quot;function&quot;){this.setup(m,g,f)\n}}function quantity(m){return(m.children.length-1)+(m.getAttribute(&quot;data-flavour&quot;)==&quot;remove&quot;)\n}function revisionSetup(m,g,f){m.className+=&quot; &quot;+f[0].replace(&quot; &quot;,&quot;_&quot;);\nshowVer(m.firstChild,true)}function keySetup(m,g,f){var fl=this.flavour,key=f[0];\nm.setEventListener(&quot;keydown&quot;,function l(e){var done=!revise(&quot;revise&quot;,m);\nif(done){m.removeEventListener(&quot;keydown&quot;,l)}})}function timeSetup(m,g,f){function cssTimeUnit(s){if(typeof s==&quot;string&quot;){if(s.slice(-2).toLowerCase()==&quot;ms&quot;){return Number(s.slice(0,-2))||0\n}else{if(s.slice(-1).toLowerCase()==&quot;s&quot;){return Number(s.slice(0,-1))*1000||0\n}}}throwError(g,s+&quot; isn't a CSS time unit&quot;);return 0}var fl=this.flavour;\nvar tm=cssTimeUnit(f[0]);setTimeout(function timefn(){var done=!revise(&quot;revise&quot;,m);\nif(!done){setTimeout(timefn,tm)}},tm)}function hoverSetup(m){m.onmouseover=function(){revise(&quot;revise&quot;,this)\n};m.onmouseout=function(){revise(&quot;revert&quot;,this)};m=null}function mouseSetup(m){var fl=this.flavour,evt=(window.onmouseenter===null?&quot;onmouseenter&quot;:&quot;onmouseover&quot;);\nm[evt]=function(){var done=!revise(&quot;revise&quot;,this);if(done){this[evt]=null\n}};m=null}function linkSetup(m,g,f){var fl=this.flavour,l=Wikifier.createInternalLink(),p=m.parentNode;\nl.className=&quot;internalLink replaceLink&quot;;p.insertBefore(l,m);l.insertBefore(m,null);\nl.onclick=function(){var p,done=false;if(m&&m.parentNode==this){done=!revise(&quot;revise&quot;,m);\nscrollWindowTo(m)}if(done){this.parentNode.insertBefore(m,this);\nthis.parentNode.removeChild(this)}};l=null}function visitedSetup(m,g,f){var i,done,shv=state.history[0].variables,os=&quot;once seen&quot;,d=(m.firstChild&&(this.flavour==&quot;insert&quot;?m.firstChild.nextSibling:m.firstChild).tweecode);\nshv[os]=shv[os]||{};if(d&&!shv[os].hasOwnProperty(d)){shv[os][d]=1\n}else{for(i=shv[os][d];i&gt;0&&!done;i--){done=!revise(&quot;revise&quot;,m,true)\n}if(shv[os].hasOwnProperty(d)){shv[os][d]+=1}}}[{name:&quot;insert&quot;,flavour:&quot;insert&quot;,trigger:&quot;link&quot;,setup:linkSetup},{name:&quot;timedinsert&quot;,flavour:&quot;insert&quot;,trigger:&quot;time&quot;,setup:timeSetup},{name:&quot;insertion&quot;,flavour:&quot;insert&quot;,trigger:&quot;revisemacro&quot;,setup:revisionSetup},{name:&quot;later&quot;,flavour:&quot;insert&quot;,trigger:&quot;visited&quot;,setup:visitedSetup},{name:&quot;keyinsert&quot;,flavour:&quot;insert&quot;,trigger:&quot;key&quot;,setup:keySetup},{name:&quot;replace&quot;,flavour:&quot;replace&quot;,trigger:&quot;link&quot;,setup:linkSetup},{name:&quot;timedreplace&quot;,flavour:&quot;replace&quot;,trigger:&quot;time&quot;,setup:timeSetup},{name:&quot;mousereplace&quot;,flavour:&quot;replace&quot;,trigger:&quot;mouse&quot;,setup:mouseSetup},{name:&quot;hoverreplace&quot;,flavour:&quot;replace&quot;,trigger:&quot;hover&quot;,setup:hoverSetup},{name:&quot;revision&quot;,flavour:&quot;replace&quot;,trigger:&quot;revisemacro&quot;,setup:revisionSetup},{name:&quot;keyreplace&quot;,flavour:&quot;replace&quot;,trigger:&quot;key&quot;,setup:keySetup},{name:&quot;timedremove&quot;,flavour:&quot;remove&quot;,trigger:&quot;time&quot;,setup:timeSetup},{name:&quot;mouseremove&quot;,flavour:&quot;remove&quot;,trigger:&quot;mouse&quot;,setup:mouseSetup},{name:&quot;hoverremove&quot;,flavour:&quot;remove&quot;,trigger:&quot;hover&quot;,setup:hoverSetup},{name:&quot;removal&quot;,flavour:&quot;remove&quot;,trigger:&quot;revisemacro&quot;,setup:revisionSetup},{name:&quot;once&quot;,flavour:&quot;remove&quot;,trigger:&quot;visited&quot;,setup:visitedSetup},{name:&quot;keyremove&quot;,flavour:&quot;remove&quot;,trigger:&quot;key&quot;,setup:keySetup},{name:&quot;continue&quot;,flavour:&quot;continue&quot;,trigger:&quot;link&quot;,setup:linkSetup},{name:&quot;timedcontinue&quot;,flavour:&quot;continue&quot;,trigger:&quot;time&quot;,setup:timeSetup},{name:&quot;mousecontinue&quot;,flavour:&quot;continue&quot;,trigger:&quot;mouse&quot;,setup:mouseSetup},{name:&quot;keycontinue&quot;,flavour:&quot;continue&quot;,trigger:&quot;key&quot;,setup:keySetup},{name:&quot;cycle&quot;,flavour:&quot;cycle&quot;,trigger:&quot;revisemacro&quot;,setup:revisionSetup},{name:&quot;mousecycle&quot;,flavour:&quot;cycle&quot;,trigger:&quot;mouse&quot;,setup:mouseSetup},{name:&quot;timedcycle&quot;,flavour:&quot;cycle&quot;,trigger:&quot;time&quot;,setup:timeSetup},{name:&quot;keycycle&quot;,flavour:&quot;replace&quot;,trigger:&quot;key&quot;,setup:keySetup}].forEach(function(e){e.handler=revisionSpanHandler;\ne.shorthand=([&quot;link&quot;,&quot;mouse&quot;,&quot;hover&quot;].indexOf(e.trigger)&gt;-1);\nmacros[e.name]=e;macros[&quot;end&quot;+e.name]=nullobj;begintags.push(e.name);\nendtags.push(&quot;end&quot;+e.name)});function reviseAll(rt,rname){var rall=document.querySelectorAll(&quot;.passage .&quot;+rname),ret=false;\nfor(var i=0;i&lt;rall.length;i++){ret=ret||revise(rt,rall[i])}return ret\n}function revise(rt,r,notrans){var ind2,curr,next,ind=-1,rev=(rt==&quot;revert&quot;),rnd=(rt.indexOf(&quot;random&quot;)&gt;-1),fl=r.getAttribute(&quot;data-flavour&quot;),rc=r.childNodes,cyc=(fl==&quot;cycle&quot;),rcl=rc.length-1;\nfunction doToGainerSpans(n,fn){for(var k=n-1;k&gt;=0;k--){if(rc[k+1].classList.contains(&quot;gains&quot;)){fn(rc[k],notrans)\n}else{break}}}for(var k=0;k&lt;=rcl;k++){if(rc[k].getAttribute(&quot;data-enabled&quot;)==&quot;true&quot;){ind=k\n}}if(rev){ind-=1}curr=(ind&gt;=0?rc[ind]:(cyc?rc[rcl]:null));ind2=ind;\nif(rnd){ind2=(ind+(Math.floor(Math.random()*rcl)))%rcl}next=((ind2&lt;rcl)?rc[ind2+1]:(cyc?rc[0]:null));\nvar docurr=(rev?showVer:hideVer);var donext=(rev?hideVer:showVer);\nif(curr){if(!(next&&next.classList.contains(&quot;gains&quot;))||rnd){docurr(curr,notrans);\ndoToGainerSpans(ind,docurr,notrans)}}if(next){donext(next,notrans);\nif(rnd){doToGainerSpans(ind2+1,donext,notrans)}}return(cyc?true:(rev?(ind&gt;0):(ind2&lt;rcl-1)))\n}macros.revert=macros.revise=macros.randomise=macros.randomize={handler:function(a,b,c){var l,rev,rname;\nfunction disableLink(l){l.style.display=&quot;none&quot;}function enableLink(l){l.style.display=&quot;inline&quot;\n}function updateLink(l){if(l.className.indexOf(&quot;random&quot;)&gt;-1){enableLink(l);\nreturn}var rall=document.querySelectorAll(&quot;.passage .&quot;+rname),cannext,canprev,i,ind,r,fl;\nfor(i=0;i&lt;rall.length;i++){r=rall[i],fl=r.getAttribute(&quot;data-flavour&quot;);\nif(fl==&quot;cycle&quot;){cannext=canprev=true}else{if(r.firstChild.getAttribute(&quot;data-enabled&quot;)==!1+&quot;&quot;){canprev=true\n}if(r.lastChild.getAttribute(&quot;data-enabled&quot;)==!1+&quot;&quot;){cannext=true\n}}}var can=(l.classList.contains(&quot;revert&quot;)?canprev:cannext);(can?enableLink:disableLink)(l)\n}function toggleText(w){w.classList.toggle(rl+&quot;Enabled&quot;);w.classList.toggle(rl+&quot;Disabled&quot;);\nw.style.display=((w.style.display==&quot;none&quot;)?&quot;inline&quot;:&quot;none&quot;)}var rl=&quot;reviseLink&quot;;\nif(c.length&lt;2){throwError(a,b+&quot; macro needs 2 parameters&quot;);return\n}rname=c.shift().replace(&quot; &quot;,&quot;_&quot;);l=Wikifier.createInternalLink(a,null);\nl.className=&quot;internalLink &quot;+rl+&quot; &quot;+rl+&quot;_&quot;+rname+&quot; &quot;+b;var v=&quot;&quot;;\nvar end=false;var out=false;if(c.length&gt;1&&c[0][0]==&quot;$&quot;){v=c[0].slice(1);\nc.shift()}switch(c[c.length-1]){case&quot;end&quot;:end=true;c.pop();break;\ncase&quot;out&quot;:out=true;c.pop();break}var h=state.history[0].variables;\nfor(var i=0;i&lt;c.length;i++){var on=(i==Math.max(c.indexOf(h[v]),0));\nvar d=insertElement(null,&quot;span&quot;,null,rl+((on)?&quot;En&quot;:&quot;Dis&quot;)+&quot;abled&quot;);\nif(on){h[v]=c[i];l.setAttribute(&quot;data-cycle&quot;,i)}else{d.style.display=&quot;none&quot;\n}insertText(d,c[i]);l.appendChild(d)}l.onclick=function(){reviseAll(b,rname);\nvar t=this.childNodes,u=this.getAttribute(&quot;data-cycle&quot;)-0,m=t.length,n,lall,i;\nif((end||out)&&u==m-(end?2:1)){if(end){n=this.removeChild(t[u+1]);\nn.className=rl+&quot;End&quot;;n.style.display=&quot;inline&quot;;this.parentNode.replaceChild(n,this)\n}else{this.parentNode.removeChild(this);return}}else{toggleText(t[u]);\nu=(u+1)%m;if(v){h[v]=c[u]}toggleText(t[u]);this.setAttribute(&quot;data-cycle&quot;,u)\n}lall=document.getElementsByClassName(rl+&quot;_&quot;+rname);for(i=0;i&lt;lall.length;\ni++){updateLink(lall[i])}};disableLink(l);setTimeout(function(){updateLink(l);\nl=null},1)}};macros.mouserevise=macros.hoverrevise={handler:function(a,b,c,d){var endtags=[&quot;end&quot;+b],evt=(window.onmouseenter===null?&quot;onmouseenter&quot;:&quot;onmouseover&quot;),t=tagcontents(d,[b],endtags,endtags,d.source.indexOf(&quot;&gt;&gt;&quot;,d.matchStart)+2);\nif(t){var rname=c[0].replace(&quot; &quot;,&quot;_&quot;),h=insertElement(a,&quot;span&quot;,null,&quot;hoverrevise hoverrevise_&quot;+rname),f=function(){var done=!reviseAll(&quot;revise&quot;,rname);\nif(b!=&quot;hoverrevise&quot;&&done){this[evt]=null}};new Wikifier(h,t[0]);\nif(b==&quot;hoverrevise&quot;){h.onmouseover=f;h.onmouseout=function(){reviseAll(&quot;revert&quot;,rname)\n}}else{h[evt]=f}h=null}}};macros.endmouserevise=nullobj;macros.endhoverrevise=nullobj\n}());1;\n\nHistory.prototype.display=function(d,b,a){var c=tale.get(d);this.history.unshift({passage:c,variables:clone(this.history[0].variables)});\nthis.history[0].hash=this.save();var e=c.render();if(a!=&quot;offscreen&quot;){removeChildren(document.getElementById(&quot;passages&quot;));\ndocument.getElementById(&quot;passages&quot;).appendChild(e);if(a!=&quot;quietly&quot;){fade(e,{fade:&quot;in&quot;});}}if((a==&quot;quietly&quot;)||(a==&quot;offscreen&quot;)){e.style.visibility=&quot;visible&quot;;\n}if(a!=&quot;offscreen&quot;){document.title=tale.title;document.title+=&quot;: &quot;+c.title;window.scroll(0,0);\n}return e;};</div><div tiddler="SleepDay4" tags="" modified="201309120936" created="201309120936" modifier="twee">Constant blue glare from the sky that doesn't seem to be a sky anymore but rather a low-res jpeg of his face stretched wide and leering down at you. Too low to be considered a proper sky, anyway. It presses down against you, demanding that you [[succumb|Dream]].\n[[Resist.|Apartment]]\n</div><div tiddler="Song8" tags="" modified="201309091141" created="201309091141" modifier="twee">Rickety splintered beaverboard speaker housing. A collection of dead pens, worn at the tip from spooling tape back into its proper place. \n[img[DBeat.jpg]]\n</div><div tiddler="Song9" tags="" modified="201309091141" created="201309091141" modifier="twee">Rickety splintered beaverboard speaker housing. A collection of dead pens, worn at the tip from spooling tape back into its proper place. \n[img[Rhizome.jpg]]\n\n</div><div tiddler="Song4" tags="" modified="201309091141" created="201309091141" modifier="twee">Rickety splintered beaverboard speaker housing. A collection of dead pens, worn at the tip from spooling tape back into its proper place. Off-key singing and off-time beats for the off-kilter.</div><div tiddler="Song5" tags="" modified="201309091141" created="201309091141" modifier="twee">Rickety splintered beaverboard speaker housing. A collection of dead pens, worn at the tip from spooling tape back into its proper place. Ephraim P. Noble pontificates on the finer points of &quot;punking the fuck out.&quot; Whatever that means. When it finishes, there's a ch-chunk as the tape deck rolls on to Side B.</div><div tiddler="Song6" tags="" modified="201309091141" created="201309091141" modifier="twee">Rickety splintered beaverboard speaker housing. A collection of dead pens, worn at the tip from spooling tape back into its proper place. Crust punk heroes spew fucked-to-death tunes.</div><div tiddler="Song7" tags="" modified="201309091141" created="201309091141" modifier="twee">Rickety splintered beaverboard speaker housing. A collection of dead pens, worn at the tip from spooling tape back into its proper place. Sickly strings. Aharmonic ululations that go on for maybe too long before the song detonates into a punk-rock seizure. EVERYBODY NEEDS A LITTLE DEVASTATION. Behind this comes a beautiful piano line that dovetails into a gorgeous coda. Just as the song becomes catchy, it's over. Fuck you. Go home.</div><div tiddler="Song1" tags="" modified="201309091140" created="201309091140" modifier="twee">Rickety splintered beaverboard speaker housing. A collection of dead pens, worn at the tip from spooling tape back into its proper place. What kind of horrid motherfucker actually puts Brand New's &quot;Mixtape&quot; at the start of a mixtape?</div><div tiddler="Song2" tags="" modified="201309091141" created="201309091141" modifier="twee">Rickety splintered beaverboard speaker housing. A collection of dead pens, worn at the tip from spooling tape back into its proper place. Thrashing guitar riffs over greasy, effects-laden basslines. High-pitched shrieking. &quot;THOSE YOUNG FISTS CLENCHED IN THE AIR MAKE A MILLION MILLIONAIRES.&quot;</div><div tiddler="Song3" tags="" modified="201309091141" created="201309091141" modifier="twee">Rickety splintered beaverboard speaker housing. A collection of dead pens, worn at the tip from spooling tape back into its proper place. Minor piano chords keeping time behind a funeral dirge. Gang shouts. Downtuned guitars cough their distortion in 4/4.</div><div tiddler="Bar1" tags="" modified="201309231449" created="201309231449" modifier="twee">&quot;Did you hear?&quot;\n&quot;A body--&quot;\n&quot;I went to high school with him.&quot;\n&quot;Always weird.&quot;\n&quot;I heard he went to Calgary?&quot;\n&quot;Loved his drugs.&quot;\n&quot;Came home and moved in with his mom.&quot;\n&quot;I heard he was stabbed.&quot;\n&quot;I heard his face is missing.&quot;\n&quot;I heard he overdosed.&quot;\n[[Order a drink|D1Waltz]]\n[[Go home|RunningForHome]]\n</div><div tiddler="Bar0" tags="" modified="201309201259" created="201309201259" modifier="twee">It used to be called the [[Waltzing Weasel|DadMem]]. Now it's haunted by ghosts of graduating classes. [[Perpetual wheelspinners|wheelspinners]] that don't so much live as subsist off entitlement and a crass celebration of their own boiling hate. Christ, you fucking [[hate it here|D0Waltz]].</div><div tiddler="Bar3" tags="" modified="201309231449" created="201309231449" modifier="twee">The door is sealed with police tape. The lights are out. Looks like something nasty went down in here last night. There's a trail of bloodstains leading up Commercial Street.\n[[Back|Out3]]</div><div tiddler="Bar2" tags="" modified="201309231449" created="201309231449" modifier="twee">Once inside the door, you recognize a guy from high school. He's older, bald now. Teeth ground down to fierce nubs. Josh, let's call him. He's pissy, pissed. In your face. &quot;Hey. I 'member you.&quot; He follows you to the [[bathroom]].\n</div><div tiddler="Bar4" tags="" modified="201309231449" created="201309231449" modifier="twee">The bar is partially on fire. Cracked grins of its patrons welcome and threaten in [[equal measure|ApocBar0]].\n</div><div tiddler="P2b" tags="" modified="201309231506" created="201309231506" modifier="twee">It's an impossible photo, as they all are. And yet, you cannot help but hear the whine of the nearby stream, as though it were a sample run through a broken amp. Behind the photographer, a full 180 degrees away from this shot is surely the [[Mill Pond|Pond]].</div><div tiddler="Song10" tags="" modified="201309091536" created="201309091536" modifier="twee">Rickety splintered beaverboard speaker housing. A collection of dead pens, worn at the tip from spooling tape back into its proper place. No music. No distortion. No guitars. Sussurous of static and aging analog. &quot;... What got me by during that period was conceiving of the history of philosophy as a kind of ass-fuck, or, what amounts to the same thing, an immaculate conception. I imagined myself approaching an author from behind and giving him a child that would indeed be his but would nonetheless be monstrous.&quot; A throaty ch-chunk as the tapedeck rolls back to the start of Side A.</div><div tiddler="ThingIs" tags="" modified="201309132241" created="201309132241" modifier="twee">//The thing is that my consciousness drifts and I have forgotten exactly what I look like. I pass my reflection in a blackened window and I may not recognize myself. My relfection is now perceived as a threat, an ugly twin. My reflection is a dark nonperson, a stranger on the street and this is not an identity crisis as I understand the phrase.// - Will Christopher Baer, &quot;Penny Dreadful&quot;</div><div tiddler="River0" tags="" modified="201309272056" created="201309272056" modifier="twee">An [[object|Obj0]], wrapped in layers of split clear plastic drifts placidly down the river to rest underneath the bridge.\n</div><div tiddler="P2" tags="" modified="201309201547" created="201309201547" modifier="twee">In this one, he is caught mid-step, a gangly parody, theatrical casual. It's dark, but the streetlights glint off the stubby green bottles you'd both been drinking from. You're next to him but it's hard to tell. The way the [[camera|P2oof]] caught you both that summer, it was always hard to tell. He was permanent foreground. You were an elbow, a strange interloping gesture from [[behind him|P2b]].</div><div tiddler="wheelspinners" tags="" modified="201309120846" created="201309120846" modifier="twee">Most have kids; some have careers; a few have mortgages. The old graves digging the [[new|D0Waltz]].</div><div tiddler="P1" tags="" modified="201309201259" created="201309201259" modifier="twee">She stands next to you on the corner of Main & Commercial. Behind you is the fried chicken place you worked at, your first job. Her hair is in tight small braids, wet with spring rain. She wears a formless blue jacket that's one size too big, sleeves balled up around her white, wet knuckles. She is turned slightly away, [[mouth smiling, fists clenched|P2]]. It is this pose which somehow allows access to the occulted expression beneath the sweetness of her lovely face. Your face is turned to survey her profile, her gaze is angled off to the side, staring down a horizon she'll never breach. Out of frame but still irrevocably there, fixed in your mind with the same insistence of this polaroid is the entrace to [[The Waltzing Weasel|Bar]].</div><div tiddler="SleepDay2" tags="" modified="201309111426" created="201309111426" modifier="twee">You flop on the futon to find that it's stuffed with worms. They roil and wail beneath your weight. Their earthy, occulted scent lulls you to [[sleep|Dream]].\n[[Not yet|Apartment]].</div><div tiddler="SleepDay3" tags="" modified="201309111426" created="201309111426" modifier="twee">The air is cool and close, like water. It smells like silt. It smells like spring and birth and things that only live for a day. Things that live for blood. [[Close your eyes|Dream]].\n[[I cannot|Apartment]].\n</div><div tiddler="SleepDay0" tags="" modified="201309111426" created="201309111426" modifier="twee">You stretch out on the lumpen futon. The books and game cases barely register as the weight transfers from your neck and shoulders to just behind your eyes. They start to [[droop|Dream]].\n[[No|Apartment]].</div><div tiddler="SleepDay1" tags="" modified="201309111426" created="201309111426" modifier="twee">You flop on the futon and pretend you don't hear the sirens. Pretend you don't see the lights strobing through your window. Your eyes [[close|Dream]]. \nHaul yourself back from the [[brink|Apartment]].\n</div><div tiddler="D2GoHome" tags="" modified="201309120940" created="201309120940" modifier="twee">A recurring nightmare: You are forging a chain, link by link. The room is dark. You make your way by feeling, by heat, by pupils dialed so far that the blackness swallows your eyes. Light eventually creeps in. Your chain will be evaluated. If it is good, you can leave. The chain you've forged is not linear, but a webwork of [[interwoven and broken|DayFlash]] links that vibrate in your hands. The room grows dark again.</div><div tiddler="CSS" tags="stylesheet" modified="201309091013" created="201309091013" modifier="twee">.revision-span-in {\n opacity: 0;\n}\n.revision-span:not(.revision-span-out) {\n transition: 1s; -webkit-transition: 1s;\n}\n.revision-span-out {\n position:absolute;\n opacity: 0;\n}\n</div><div tiddler="D4GoHome" tags="" modified="201309120940" created="201309120940" modifier="twee">It's possible that this is the end. But I'm still here. The throb of the 401 is gone. We are no longer held by maps. We cannot be arrested by purpose, nor grasped by hands that will put us to //work//. I'm just waiting for [[my body|End1]] to turn up. We all are.</div><div tiddler="Pond" tags="" modified="201309231507" created="201309231507" modifier="twee">&lt;&lt;if $day eq 0&gt;&gt;&lt;&lt;display &quot;Pond0&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;&lt;&lt;if $day eq 1&gt;&gt;&lt;&lt;display &quot;Pond1&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;&lt;&lt;if $day eq 2&gt;&gt;&lt;&lt;display &quot;Pond2&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;&lt;&lt;if $day eq 3&gt;&gt;&lt;&lt;display &quot;Pond3&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;&lt;&lt;if $day eq 4&gt;&gt;&lt;&lt;display &quot;Pond4&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;</div><div tiddler="SuckNeck" tags="" modified="201309282201" created="201309282201" modifier="twee">Oh. [[Oh my|Car4]].</div><div tiddler="Apartment" tags="" modified="201309090949" created="201309090949" modifier="twee">&lt;&lt;if $day eq 0&gt;&gt;&lt;&lt;display &quot;Apt0&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;&lt;&lt;if $day eq 1&gt;&gt;&lt;&lt;display &quot;Apt1&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;&lt;&lt;if $day eq 2&gt;&gt;&lt;&lt;display &quot;Apt2&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;&lt;&lt;if $day eq 3&gt;&gt;&lt;&lt;display &quot;Apt3&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;\n&lt;&lt;if $day eq 4&gt;&gt;&lt;&lt;display &quot;Apt4&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;\n</div><div tiddler="No" tags="" modified="201309281516" created="201309281516" modifier="twee">You are wrong.\n[[Game over|RunningForHome]]\n</div><div tiddler="D1Waste" tags="" modified="201309281451" created="201309281451" modifier="twee">Wasted, belligerent. Spewing bile because that's all you have left, now. At least, until they show you the [[door|RunningForHome]].</div><div tiddler="Start" tags="" modified="201309090938" created="201309090938" modifier="twee">&lt;&lt;silently&gt;&gt;\n&lt;&lt;set $jambox = 1&gt;&gt;\n&lt;&lt;set $day = 0&gt;&gt;\n&lt;&lt;set $radioplaying = &quot;yes&quot;&gt;&gt;\n&lt;&lt;endsilently&gt;&gt;\n[img[jamessnowparkway.jpg]]\nIf you can cope in this\n&lt;&lt;timedinsert 0.75s&gt;&gt;hopeless&lt;&lt;gains&gt;&gt;\nhepatitis pissrag&lt;&lt;gains&gt;&gt;\nmolotov cocktail&lt;&lt;gains&gt;&gt;\nmonobrow shithole,&lt;&lt;gains&gt;&gt; baby&lt;&lt;gains&gt;&gt;\nthen you can cope&lt;&lt;gains&gt;&gt;\n[[anywhere at all.|DayFlash]]\n-mclusky&lt;&lt;endtimedinsert&gt;&gt;\n</div><div tiddler="Boris" tags="" modified="201309282229" created="201309282229" modifier="twee">You clutch the bottle in a gnarled fist and batter open the stall door. Josh, belligerent, lunges for you and you catch him under the chin with the bottle, which shatters.\n\nYou press you way out of the washroom and [[run home|RunningForHome]].</div><div tiddler="bathroom" tags="" modified="201309282227" created="201309282227" modifier="twee">In the stall, there's a [[toilet]]. The door slams open again and Josh strolls in, slurring invectives.</div><div tiddler="OUT" tags="" modified="201309271203" created="201309271203" modifier="twee">&lt;&lt;if $day eq 0&gt;&gt;&lt;&lt;display &quot;Out0&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;&lt;&lt;if $day eq 1&gt;&gt;&lt;&lt;display &quot;Out1&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;&lt;&lt;if $day eq 2&gt;&gt;&lt;&lt;display &quot;Out2&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;&lt;&lt;if $day eq 3&gt;&gt;&lt;&lt;display &quot;Out3&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;&lt;&lt;if $day eq 4&gt;&gt;&lt;&lt;display &quot;Out4&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;</div><div tiddler="Out0" tags="" modified="201309271204" created="201309271204" modifier="twee">Cracked sidewalk beneath the backlit Quality Greens sign. At street level, you don't apprehend your surroundings as sequential experiences. You don't perceive the twin weeping silhouettes melting into one another on the corner. You don't see the distended sunset smeared across the horizon in all the wrong ways. Instead, your surroundings might as well be a series of [[fucked-with polaroids|P1]].</div><div tiddler="Out1" tags="" modified="201309271204" created="201309271204" modifier="twee">Frost makes the town look like attic junk caked in cobwebs. [[Martin street|Pond]] still strobes a cool blue ahead of you. There is a bustle of movement as paramedics and police swarm the scene. To your right, [[the bar|Bar]] throbs warm like a hand between your thighs.</div><div tiddler="Out2" tags="" modified="201309271204" created="201309271204" modifier="twee">Neon black sky hangs overhead like a rough hand descending across your eyes. Smoke rises in the distance. Faces of the townsfolk are digital mosaics, all pixel and distortion. The streetlights hum. The sound of [[thrashing water|Pond]] down Martin. A high keening howl comes from the [[bar|Bar]].</div><div tiddler="Out3" tags="" modified="201309271204" created="201309271204" modifier="twee">It's black out. Religiously black. Ripple of light glancing off [[wet eyes|Pond]]. And to my right, a [[grinding, a gnashing|Bar]].</div><div tiddler="Out4" tags="" modified="201309271204" created="201309271204" modifier="twee">I am outside and weeping. I know you are a part of me because I move and you shiver. I know you are not here because I have touched [[your coffin|Pond]]. I know you are swimming in my memory, but you will never haunt me in the way that we understood it when we made that [[drunken|Bar]] pact.</div><div tiddler="TV4" tags="" modified="201309141241" created="201309141241" modifier="twee">Close up of a flea, grown fat and drunk on blood. A mosquito vibrates. A sea cucumber vomits its internal organs and [[drifts away|Apartment]].</div><div tiddler="TV1" tags="" modified="201309141241" created="201309141241" modifier="twee">Cogeco 14 weathercam trained on the A&P parking lot. Shadows like skinny fingers reach toward the building. Someone's standing directly in front of the camera. Painted horsehead staring. They're holding an unreadable cardboard sign. Words illegible or obscured by glare, [[you can't really tell|Apartment]].\n</div><div tiddler="TV0" tags="" modified="201309141241" created="201309141241" modifier="twee">A body, wrapped in clear plastic. Floating [[endlessly|Apartment]].</div><div tiddler="TV3" tags="" modified="201309141241" created="201309141241" modifier="twee">A rippling farmer's field. Insects choke the air, oblivious to the wind. Silence. The Niagara Escarpment [[curled like a fist|Apartment]], like a dead slug, like a black turd on the horizon.</div><div tiddler="TV2" tags="" modified="201309141241" created="201309141241" modifier="twee">[[Static. Dead air.|Apartment]] White noise that might be screams, might be a train. The world in the screen reveals itself occasionally to be a tape loop repeating; friction has worked its dark magic on the horizon, smearing sunset like fistfuls of fingerpaint.</div><div tiddler="FastForward" tags="" modified="201309091134" created="201309091134" modifier="twee">&lt;&lt;silently&gt;&gt;\n&lt;&lt;set $jambox = $jambox + 1&gt;&gt;\n&lt;&lt;if $jambox lt 0&gt;&gt;&lt;&lt;set $jambox = 1&gt;&gt;&lt;&lt;endif&gt;&gt;\n&lt;&lt;if $jambox gt 10&gt;&gt;&lt;&lt;set $jambox = 1&gt;&gt;&lt;&lt;endif&gt;&gt;\n&lt;&lt;goto &quot;jambox&quot;&gt;&gt;\n&lt;&lt;endsilently&gt;&gt;</div><div tiddler="End1" tags="" modified="201309141318" created="201309141318" modifier="twee">But I hear sounds of birds. Don't you hear them? \n[[Yes|End2]]\n[[No|End2]]\n</div><div tiddler="... " tags="" modified="201309231530" created="201309231530" modifier="twee">The town took root out of a settlement by Jasper Martin along the Sixteen Mile Creek; Martin immigrated from Newcastle, England with his wife Sarah and two sons on May 17, 1818. Martin was granted 100 acres (40 ha) of land, from the Crown in 1820, designated Lot 14, Concession 2, Township of Trafalgar, Halton County, in the District of Gore. Martin later built a grist mill along the creek and created a pond, known as Mill Pond, to power his mill. The mill became the centre of settlement for others as they settled in the region. In 1837 the area had a population of approximately 100 people and was named Mill Town. The town, as it is today, soon after became known as Milton. The two principal property owners of the young town were the Martins and the Fosters. </div><div tiddler="End2" tags="" modified="201309141319" created="201309141319" modifier="twee">I hear them as they must have sounded then, when I was young, although I never heard them then, although they sounded about us [[then|End3]].\n</div><div tiddler="End5" tags="" modified="201309141322" created="201309141322" modifier="twee">No. You are in no man's land. Which never moves, which never changes, which never grows older, but which remains forever, icy and silent.\n\n[[I'll drink to that|End6]].</div><div tiddler="End4" tags="" modified="201309141321" created="201309141321" modifier="twee">I am excited. I look closer and see I was mistaken. There is nothing in the water. I say to myself, I saw a body, drowning, but I am mistaken. There is [[nothing|End5]] there.</div><div tiddler="End6" tags="" modified="201309141322" created="201309141322" modifier="twee">[img[Stagnantpool.jpg]]</div><div tiddler="PlayDay0" tags="" modified="201309111424" created="201309111424" modifier="twee">The ground already roves beneath the tires. Your hand curls with theirs like a nest of pit vipers on the shifter. The headlights are off as the [[industrial|Car1]] part of town slides past.\n</div><div tiddler="PlayDay1" tags="" modified="201309111424" created="201309111424" modifier="twee">Rudimentary pixel art. You are shown an object and must choose its most [[applicable use|Obj1]].\n</div><div tiddler="PlayDay2" tags="" modified="201309111424" created="201309111424" modifier="twee">Try as you might, the console refuses to start. Its light blinks coldly. It is almost as though the console has been replaced by a [[replica|Apartment]], a hollow box with a thin veneer of video game console-ness.</div><div tiddler="PlayDay3" tags="" modified="201309111424" created="201309111424" modifier="twee">The console continues to resist my tinkering. An otherworldly [[black halo|Halo]] appears to surround it.</div><div tiddler="PlayDay4" tags="" modified="201309120936" created="201309120936" modifier="twee">A sea cucumber, made strange by pressure and darkness; its leathery body containes a single, branched gonad. It gushes pheromones as I fondle the gamepad.\n\n[[Thumbsticks|SeeCuke]].</div><div tiddler="Car4" tags="" modified="201309281235" created="201309281235" modifier="twee">Digital flesh on digital flesh. Compressed, poorly acted voice samples. [[Press X to suck neck|SuckNeck]]. Your hair hangs low around your faces. Before it gets good, the camera pulls back to an outside view of the car.\n\n[[Game Over|RunningForHome]]. You win.</div><div tiddler="JamboxPower" tags="" modified="201309100900" created="201309100900" modifier="twee">&lt;&lt;if $radioplaying eq &quot;yes&quot;&gt;&gt;&lt;&lt;set $radioplaying = &quot;no&quot;&gt;&gt;&lt;&lt;else&gt;&gt;&lt;&lt;set $radioplaying = &quot;yes&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;\n&lt;&lt;goto &quot;jambox&quot;&gt;&gt;</div><div tiddler="AptRdio" tags="" modified="201309132245" created="201309132245" modifier="twee">&lt;&lt;timedreplace 10s&gt;&gt;The radio cheerily hisses static and invectives.&lt;&lt;becomes&gt;&gt;The dope jambox blares discordant bliss.&lt;&lt;becomes&gt;&gt;The sick stereo sounds like tongue-kissing a lamprey eel.&lt;&lt;becomes&gt;&gt;The speakers boom a big beat that's swimming in your memory.&lt;&lt;becomes&gt;&gt;That tapedeck is full of screams and fretboard calisthenics.&lt;&lt;becomes&gt;&gt;The radio is playing a )o- song.&lt;&lt;becomes&gt;&gt;Cool boombox looms large enough to fill the heart-shaped hole where the hope runs out.&lt;&lt;becomes&gt;&gt;The sound system supreme wonders idly when you're going to click on something, motherfucker.&lt;&lt;endtimedreplace&gt;&gt;\n</div><div tiddler="jambox" tags="" modified="201309091122" created="201309091122" modifier="twee">&lt;&lt;if $radioplaying eq &quot;yes&quot;&gt;&gt;&lt;&lt;if $jambox lte 1&gt;&gt;&lt;&lt;display &quot;Song1&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;&lt;&lt;if $jambox eq 2&gt;&gt;&lt;&lt;display &quot;Song2&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;&lt;&lt;if $jambox eq 3&gt;&gt;&lt;&lt;display &quot;Song3&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;&lt;&lt;if $jambox eq 4&gt;&gt;&lt;&lt;display &quot;Song4&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;&lt;&lt;if $jambox eq 5&gt;&gt;&lt;&lt;display &quot;Song5&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;&lt;&lt;if $jambox eq 6&gt;&gt;&lt;&lt;display &quot;Song6&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;&lt;&lt;if $jambox eq 7&gt;&gt;&lt;&lt;display &quot;Song7&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;&lt;&lt;if $jambox eq 8&gt;&gt;&lt;&lt;display &quot;Song8&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;&lt;&lt;if $jambox eq 9&gt;&gt;&lt;&lt;display &quot;Song9&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;&lt;&lt;if $jambox gte 10&gt;&gt;&lt;&lt;display &quot;Song10&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;&lt;&lt;else&gt;&gt;The jambox is silent.&lt;&lt;endif&gt;&gt;\n\n[[Mash the power button|JamboxPower]]\n[[Fast forward|FastForward]]\n&lt;&lt;if $jambox gte 2&gt;&gt;[[Rewind|Rewind]]&lt;&lt;endif&gt;&gt;\n[[Back|Apartment]]\n\n\n</div><div tiddler="RuhRoh" tags="" modified="201309281222" created="201309281222" modifier="twee">As you pull in behind one of the buildings, the other car on the street follows you. The police catch the both of you in the back seat, a welter of tangled limbs and discarded clothing. After they make the two of you stand, shivering in the parking lot, making lewd comments, they write you both tickets and send you on your way.\n\n[[Game Over|RunningForHome]].</div><div tiddler="P2oof" tags="" modified="201309231504" created="201309231504" modifier="twee">Out of frame: the police car just down the road that slowed, turned around, flashed lights told us to go pick up our beer. He took the ticket the cops gave you and muttered &quot;[[happy birthday|P2]].&quot;</div><div tiddler="!" tags="" modified="201309231448" created="201309231448" modifier="twee">I am bent all the way broken\nI am uncomfortably open\nI am turned into an angel\nI am no longer available</div><div tiddler="TV" tags="" modified="201309141236" created="201309141236" modifier="twee">&lt;&lt;if $day eq 0&gt;&gt;&lt;&lt;display &quot;TV0&quot;&gt;&gt;&lt;&lt;endif&gt;&gt; &lt;&lt;if $day eq 1&gt;&gt;&lt;&lt;display &quot;TV1&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;&lt;&lt;if $day eq 2&gt;&gt;&lt;&lt;display &quot;TV2&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;&lt;&lt;if $day eq 3&gt;&gt;&lt;&lt;display &quot;TV3&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;\n&lt;&lt;if $day eq 4&gt;&gt;&lt;&lt;display &quot;TV4&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;</div><div tiddler="NoMansLand" tags="" modified="201309141202" created="201309141202" modifier="twee">HIRST:\nBut I hear sounds of birds. Don't you hear them? Sounds I never heard before. I hear them as they must have sounded then, when I was young, although I never heard them then, although they sounded about us then.\n//Pause.//\nYes. It is true. I am walking towards a lake. Someone is following me, through the trees. I lose him, easily. I see a body in the water, floating. I am excited. I look closer and see I was mistaken. There is nothing in the water. I say to myself, I saw a body, drowning, but I am mistaken. There is nothing there.\n//Silence.//\nSPOONER:\nNo. You are in no man's land. Which never moves, which never changes, which never grows older, but which remains forever, icy and silent.\n//Silence.//\nHIRST:\nI'll drink to that.\n//He drinks.//</div><div tiddler="Halo" tags="" modified="201309281613" created="201309281613" modifier="twee">I try to touch it, to press my fingers against the halo but no sense registers. It burns my eyes to stare at it too long, like it's not actually visible so much as a symptom of that [[brain cloud|Apartment]] I long suspected I deserve.</div><div tiddler="PLAY" tags="" modified="201309100902" created="201309100902" modifier="twee">&lt;&lt;if $day eq 0&gt;&gt;&lt;&lt;display &quot;PlayDay0&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;&lt;&lt;if $day eq 1&gt;&gt;&lt;&lt;display &quot;PlayDay1&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;&lt;&lt;if $day eq 2&gt;&gt;&lt;&lt;display &quot;PlayDay2&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;&lt;&lt;if $day eq 3&gt;&gt;&lt;&lt;display &quot;PlayDay3&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;&lt;&lt;if $day eq 4&gt;&gt;&lt;&lt;display &quot;PlayDay4&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;</div><div tiddler="Tank" tags="" modified="201309282228" created="201309282228" modifier="twee">You're surprised to see a cold bottle of [[Boris]] floating in toilet water.</div><div tiddler="D0Waltz" tags="" modified="201309120930" created="201309120930" modifier="twee">Bathroom stall, leaned against the wall. Shit-smeared toilets and everything's wet. Regular-ass toilets, still. Ones with actual tanks you can lift the lid off. A high, soft voice vomits or fucks in the next stall over.\n[[Shit]]\n[[Get off the pot|RunningForHome]]</div><div tiddler="D1Waltz" tags="" modified="201309281449" created="201309281449" modifier="twee">You know these people, some of them. Maybe most of them. You have the same conversations you had with them in high school. \nFuck shots, [[storm this whole bottle|D1Waste]].</div><div tiddler="StoryAuthor" tags="" modified="201309091124" created="201309091124" modifier="twee">[[Robot Parking|http://www.twitter.com/robotparking]]</div><div tiddler="D1GoHome" tags="" modified="201309120940" created="201309120940" modifier="twee">A thing happens, and then another. One after the other. Except these things are often inscrutible. Hide and seek. Things rarely go according to plan, even when the plans are ex post facto.\nWe are trash afloat on flat black water; we eddy but [[go nowhere|DayFlash]].</div><div tiddler="Dream" tags="" modified="201309271104" created="201309271104" modifier="twee">&lt;&lt;if $day eq 0&gt;&gt;&lt;&lt;display &quot;Dream0&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;&lt;&lt;if $day eq 1&gt;&gt;&lt;&lt;display &quot;Dream1&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;&lt;&lt;if $day eq 2&gt;&gt;&lt;&lt;display &quot;Dream2&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;&lt;&lt;if $day eq 3&gt;&gt;&lt;&lt;display &quot;Dream3&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;\n&lt;&lt;if $day eq 4&gt;&gt;&lt;&lt;display &quot;Dream4&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;\n</div><div tiddler="SLEEP" tags="" modified="201309100857" created="201309100857" modifier="twee">&lt;&lt;if $day eq 0&gt;&gt;&lt;&lt;display &quot;SleepDay0&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;&lt;&lt;if $day eq 1&gt;&gt;&lt;&lt;display &quot;SleepDay1&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;&lt;&lt;if $day eq 2&gt;&gt;&lt;&lt;display &quot;SleepDay2&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;&lt;&lt;if $day eq 3&gt;&gt;&lt;&lt;display &quot;SleepDay3&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;&lt;&lt;if $day eq 4&gt;&gt;&lt;&lt;display &quot;SleepDay4&quot;&gt;&gt;&lt;&lt;endif&gt;&gt;</div><div tiddler="Shit" tags="" modified="201309120933" created="201309120933" modifier="twee">You strain and grit your teeth until a thin rope of greasy waste shivers into the water. You flush and [[go home|RunningForHome]].</div><div tiddler="D0GoHome" tags="" modified="201309120940" created="201309120940" modifier="twee">Before everything was measured and made accountable, chunks of ice dragged their way north like knuckles through savannah sand. Eventually, the furrows were wet and slowly warming. They carry the trash of the past downstream, [[where the future is built|DayFlash]].</div><div tiddler="D3GoHome" tags="" modified="201309120940" created="201309120940" modifier="twee">I am not what I seem. I don't know when you end and I begin. Truth be told, I doubt you do, either. Know, I mean. You don't know a goddamn thing. There isn't really an us anymore, or a you. It's just flat grey streets, quiet and shivering in the [[cold dawn|DayFlash]].</div><div tiddler="Dream4" tags="" modified="201309271117" created="201309271117" modifier="twee">Wet black wings close around me. Rotstink floats from the curdled soil in puffs. Ahead, there is fog, like the smoke in my lungs expanded infinitely and glutted itself upon the concrete. Sound of a field being ripped up by the wind. I see your face but I don't. It's been so long I can't conjure it, can't summon you.\n\nYou no longer haunt me, but you do. You've just gone [[silent, distant, cold|RunningForHome]]. </div><div tiddler="MillPond" tags="" modified="201309282159" created="201309282159" modifier="twee">The town took root out of a settlement by Jasper Martin along the Sixteen Mile Creek; Martin immigrated from Newcastle, England with his wife Sarah and two sons on May 17, 1818. Martin was granted 100 acres (40 ha) of land, from the Crown in 1820, designated Lot 14, Concession 2, Township of Trafalgar, Halton County, in the District of [[Gore|Pond0]]. Martin later built a grist mill along the creek and created a pond, known as Mill Pond, to power his mill. The mill became the centre of settlement for others as they settled in the region. In 1837 the area had a population of approximately 100 people and was named Mill Town. The town, as it is today, soon after became known as Milton.</div><div tiddler="Dream1" tags="" modified="201309271117" created="201309271117" modifier="twee">You are lost.\nYou are lost and when I sleep you are always there like a flat black pond that gurgles and breeds [[bloodsuckers|RunningForHome]].</div><div tiddler="Dream0" tags="" modified="201309271119" created="201309271119" modifier="twee">You are static.\nYou are white noise, unchanging.\nYou are the totality of choices made before I came.\nYou are whitewashed and safe in your [[terror|RunningForHome]].\n</div><div tiddler="Dream3" tags="" modified="201309271117" created="201309271117" modifier="twee">Pulse mavens draw close.\nInvade and feed. Suck dry and discard [[hollow husks|RunningForHome]].</div><div tiddler="Dream2" tags="" modified="201309271117" created="201309271117" modifier="twee">Our neon grins chew through this [[machine|RunningForHome]].\n</div></div></body></html>

Xet Storage Details

Size:
89.1 kB
·
Xet hash:
027b071cdb9ee83d6513fcf490a54ed5c26938a58701c31582758897fff12a7e

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.