Restart Story

@import url(http://fonts.googleapis.com/css?family=Monda);\nbody { \n color: white !important; \n background-color: #070d1d !important;\n width: 95% !important;\n font-size: 0.95em !important;\n font-family: 'Monda', sans-serif;\n margin: 1em 1em 1em 1em;\n}\n\n.passage .title { display: none } \n\n.passage {\n font-size: 1.7em;\n line-height: 110%;\n margin-bottom: 0.85em;\n padding: 0.1em;\n background: transparent;\n color: white;\n position: absolute;\n top: 200px;\n left: 50px;\n width: 94%;\n height: 94%;\n overflow: hidden;\n}\n\n#sidebar { display: none;}\n\n#storyAuthor{font-size:90%;}\n\n#footer {display: none;}\n\nh1,h3 {\n color: grey;\n text-align:left;\n}\n\na.internalLink,a.externalLink,a.back,a.return {\n color:#deecef;\n font-weight: bold;\n line-height: 140%;\n text-decoration: underline;\n text-align: left;\n font-size: 130%\n}\n\na.internalLink:hover,a.externalLink:hover,a.back:hover,a.return:hover {\n color: #999;\n text-decoration: underline;\n text-align:left;\n}\n\n#floater { display: none; }
(function()\n{\n\nvar count = 1;\n\nif ( !Array.prototype.forEach ) {\n Array.prototype.forEach = function(fn, scope) {\n for(var i = 0, len = this.length; i < len; ++i) {\n fn.call(scope, this[i], i, this);\n }\n }\n}\n\nTale.prototype.add = function(title,tags,content) {\n var pTitle = unescape(encodeURIComponent(title));\n var el = insertElement($("storeArea"),"div",pTitle,"",content);\n el.setAttribute("tiddler",pTitle);\n el.setAttribute("tags",tags);\n el.setAttribute("modifer","twee");\n var newP = new Passage(pTitle,$(pTitle));\n this.passages[title] = newP;\n if(tags === "stylesheet")\n { addStyle(newP.text); }\n else if(tags === "script") \n {\n try {\n eval(newP.text);\n }\n catch(e) {\n alert("There is a technical problem with this story (" + newP.title + ": " + e.message + "). You may be able to continue reading, but all parts of the story may not work properly.");\n }\n}\n};\n\nHistory.prototype.originalDisplay = History.prototype.display;\n\nHistory.prototype.display = function (title, link, render)\n{\n if ((render != 'quietly') && (render != 'offscreen'))\n removeChildren($('passages'));\n \n this.originalDisplay.apply(this, arguments);\n};\n\nfunction rotate() {\n for(var i = 1; i < count; i++)\n {\n var el = $("id" + i.toString());\n el.style.display = "block";\n el.style.fontSize = Math.random()*4 + "em";\n var transform = "rotate(" + Math.floor(Math.random()*360) + "deg)";\n var middleW = Math.floor(window.width / 3);\n var middleH = Math.floor(window.height / 3);\n el.style.MozTransformOrigin = middleW + " " + middleH;\n el.style.WebkitTransformOrigin = middleW + " " + middleH;\n el.style.OTransformOrigin = middleW + " " + middleH;\n el.style.OTransformOrigin = middleW + " " + middleH;\n el.style.transformOrigin = middleW + " " + middleH;\n el.style.MozTransform = transform;\n el.style.WebkitTransform = transform;\n el.style.OTransform = transform;\n el.style.msTransform = transform;\n el.style.transform = transform;\n }\n}\n\nmacros['rewriteSelf'] = \n{\n handler: function(place, object, parameters)\n { \n var Start = tale.get("Tiger");\n var wordList = Start.text.split(" ");\n var text = "<html>";\n wordList.forEach(function(element,index,array) {\n if(index !== 31)\n {\n text += "<span id='id" + count + "'>" + element + " </span><br>";\n if(index === 0)\n text += "<br>";\n }\n count++;\n });\n text += "</html>";\n tale.add("Poetry", "", text);\n state.display("Poetry", null);\n setTimeout(function(){setInterval(function(){rotate()}, 2500)}, 2500);\n }\n}\n\n}());
"The Tiger" by William Blake\n \nTIGER, tiger, burning bright \nIn the forests of the night, \nWhat immortal hand or eye \nCould frame thy fearful symmetry? \n  \nIn what distant deeps or skies \nBurnt the fire of thine eyes? \nOn what wings dare he aspire? \nWhat the hand dare seize the fire? \n \nAnd what shoulder and what art \nCould twist the sinews of thy heart? \nAnd when thy heart began to beat, \nWhat dread hand and what dread feet? \n  \nWhat the hammer? what the chain? \nIn what furnace was thy brain? \nWhat the anvil? What dread grasp \nDare its deadly terrors clasp? \n \nWhen the stars threw down their spears, \nAnd water'd heaven with their tears, \nDid He smile His work to see? \nDid He who made the lamb make thee? \n \nTiger, tiger, burning bright \nIn the forests of the night, \nWhat immortal hand or eye \nDare frame thy fearful symmetry? \n 
<<rewriteSelf>>
Tiger Turvy
Dan Cox