Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
<h1>Love and Information</h1>\
<h4><i>by Caryl Churchill</i></h4>
<h6><i>Twined by Ken Alba</i></h6>
[[start->00.00]]<<include "01.01">>
<<timed 1s>><<goto "test room 2">><</timed>><<include "09.02">><<include $swappedScene>>[[Table of Contents - Sections]]<br>TODO:
<div class = "one"> Figure out how to make random depression links first display the link they said they were leading to, then glitch, then display the depression instead.</div>
- First phase there is going to figuring out timed media - fade in the real one, fade out immediately, and then fade in the depression link instead.
<div class = "one"> Print out full history of traversal at the end. Probably some for loop that goes from 0 to length(State.history)?</div>
<div class = "two"> Figure out how to implement the other Random scenes / the media for them.</div>
<div class = "one"> Find and include background music.</div>
- make it so sizing works okay on mobile devices
- messenger-style UI?<h2>Table of Contents: Sections</h2>
[[Section 1->Table of Contents - 01]]
[[Section 2->Table of Contents - 02]]
[[Section 3->Table of Contents - 03]]
[[Section 4->Table of Contents - 04]]
[[Section 5->Table of Contents - 05]]
[[Section 6->Table of Contents - 06]]
[[Section 7->Table of Contents - 07]]
[[Section 8->Table of Contents - 08]]<h2>Section 1</h2>
<<set _currentSectionNum to 1>>
<<set _currentSection to $ScenesOne>>
<<set _currentScenes to Array.from(_currentSection)>>
<<if _currentSection.length is 0>>[[next section->Table of Contents - 02]]<br><</if>>
<<for _i to 0 ; _i lt _currentSection.length; _i++>>
<<set _scene to _currentScenes.pluck()>>
<<set _maybeDepression to random(1, ((7-_currentSectionNum)*7 + _currentSection.length))>>
<<if _maybeDepression lt $ScenesNine.length>>
<<set _tempDepressionArray to Array.from($ScenesNine)>>
<<set _randomDepression to _tempDepressionArray.pluck()>>
[[$SceneTitles[_scene]->_randomDepression]]<br>
<<else>>
[[$SceneTitles[_scene]->_scene]]<br>
<</if>>
<</for>><h2>Section 2</h2>
<<set _currentSectionNum to 2>>
<<set _currentSection to $ScenesTwo>>
<<set _currentScenes to Array.from(_currentSection)>>
<<if _currentSection.length is 0>>[[next section->Table of Contents - 03]]<br><</if>>
<<for _i to 0 ; _i lt _currentSection.length; _i++>>
<<set _scene to _currentScenes.pluck()>>
<<set _maybeDepression to random(1, ((7-_currentSectionNum)*7 + _currentSection.length))>>
<<if _maybeDepression lt $ScenesNine.length>>
<<set _tempDepressionArray to Array.from($ScenesNine)>>
<<set _randomDepression to _tempDepressionArray.pluck()>>
[[$SceneTitles[_scene]->_randomDepression]]<br>
<<else>>
[[$SceneTitles[_scene]->_scene]]<br>
<</if>>
<</for>><h2>Section 3</h2>
<<set _currentSectionNum to 3>>
<<set _currentSection to $ScenesThree>>
<<set _currentScenes to Array.from(_currentSection)>>
<<if _currentSection.length is 0>>[[next section->Table of Contents - 04]]<br><</if>>
<<for _i to 0 ; _i lt _currentSection.length; _i++>>
<<set _scene to _currentScenes.pluck()>>
<<set _maybeDepression to random(1, ((7-_currentSectionNum)*7 + _currentSection.length))>>
<<if _maybeDepression lt $ScenesNine.length>>
<<set _tempDepressionArray to Array.from($ScenesNine)>>
<<set _randomDepression to _tempDepressionArray.pluck()>>
[[$SceneTitles[_scene]->_randomDepression]]<br>
<<else>>
[[$SceneTitles[_scene]->_scene]]<br>
<</if>>
<</for>><h2>Section 4</h2>
<<set _currentSectionNum to 4>>
<<set _currentSection to $ScenesFour>>
<<set _currentScenes to Array.from(_currentSection)>>
<<if _currentSection.length is 0>>[[next section->Table of Contents - 05]]<br><</if>>
<<for _i to 0 ; _i lt _currentSection.length; _i++>>
<<set _scene to _currentScenes.pluck()>>
<<set _maybeDepression to random(1, ((7-_currentSectionNum)*7 + _currentSection.length))>>
<<if _maybeDepression lt $ScenesNine.length>>
<<set _tempDepressionArray to Array.from($ScenesNine)>>
<<set _randomDepression to _tempDepressionArray.pluck()>>
[[$SceneTitles[_scene]->_randomDepression]]<br>
<<else>>
[[$SceneTitles[_scene]->_scene]]<br>
<</if>>
<</for>><h2>Section 5</h2>
<<set _currentSectionNum to 5>>
<<set _currentSection to $ScenesFive>>
<<set _currentScenes to Array.from(_currentSection)>>
<<if _currentSection.length is 0>>[[next section->Table of Contents - 06]]<br><</if>>
<<for _i to 0 ; _i lt _currentSection.length; _i++>>
<<set _scene to _currentScenes.pluck()>>
<<set _maybeDepression to random(1, ((7-_currentSectionNum)*7 + _currentSection.length))>>
<<if _maybeDepression lt $ScenesNine.length>>
<<set _tempDepressionArray to Array.from($ScenesNine)>>
<<set _randomDepression to _tempDepressionArray.pluck()>>
[[$SceneTitles[_scene]->_randomDepression]]<br>
<<else>>
[[$SceneTitles[_scene]->_scene]]<br>
<</if>>
<</for>><h2>Section 6</h2>
<<set _currentSectionNum to 6>>
<<set _currentSection to $ScenesSix>>
<<set _currentScenes to Array.from(_currentSection)>>
<<if _currentSection.length is 0>>[[next section->Table of Contents - 07]]<br><</if>>
<<for _i to 0 ; _i lt _currentSection.length; _i++>>
<<set _scene to _currentScenes.pluck()>>
<<set _maybeDepression to random(1, ((7-_currentSectionNum)*7 + _currentSection.length))>>
<<if _maybeDepression lt $ScenesNine.length>>
<<set _tempDepressionArray to Array.from($ScenesNine)>>
<<set _randomDepression to _tempDepressionArray.pluck()>>
[[$SceneTitles[_scene]->_randomDepression]]<br>
<<else>>
[[$SceneTitles[_scene]->_scene]]<br>
<</if>>
<</for>><h2>Section 7</h2>
<<set _currentSectionNum to 7>>
<<set _currentSection to $ScenesSeven>>
<<set _currentScenes to Array.from(_currentSection)>>
<<if _currentSection.length is 0>>[[final section->Table of Contents - 08]]<br><</if>>
<<for _i to 0 ; _i lt _currentSection.length; _i++>>
<<set _scene to _currentScenes.pluck()>>
<<set _maybeDepression to random(1, ((7-_currentSectionNum)*7 + _currentSection.length))>>
<<if _maybeDepression lt $ScenesNine.length>>
<<set _tempDepressionArray to Array.from($ScenesNine)>>
<<set _randomDepression to _tempDepressionArray.pluck()>>
[[$SceneTitles[_scene]->_randomDepression]]<br>
<<else>>
[[$SceneTitles[_scene]->_scene]]<br>
<</if>>
<</for>><h2>Section 8</h2>
[[FACTS (LAST SCENE)->08.01]]<h2>NOTE ON TEXT </h2>
<div class = "one"> The sections should be played in the order given but the scenes can be played in any order within each section. To access the next section, visit each available scene. </div>
<div class = "one"> There are random scenes, see at the end, which can happen any time. (those aren't implemented yet)</div>
<div class = "one"> The characters are different in every scene. The only possible exception to this are the random Depression scenes, which could be the same two people, or the same depressed person with different others. </div>
<br>
[[next->Table of Contents - 01]]<h2>SECRET </h2>
<div class = "one"> Please please tell me </div>
<div class = "two"> no </div>
<div class = "one"> please because I'll never </div>
<div class = "two"> don't ask don't ask </div>
<div class = "one"> I'll never tell </div>
<div class = "two"> no </div>
<div class = "one"> no matter what </div>
<div class = "two"> it's not </div>
<div class = "one"> I'd die before I told </div>
<div class = "two"> it's not you telling, even if you didn't </div>
<div class = "one"> I wouldn't </div>
<div class = "two"> it's you knowing it's too awful I can't </div>
<div class = "one"> but tell me </div>
<div class = "two"> no </div>
<div class = "one"> because if you don't there's this secret between us </div>
<div class = "two"> stop it </div>
<div class = "one"> if there's this secret we're not </div>
<div class = "two"> please </div>
<div class = "one"> we're not close any more we can't ever </div>
<div class = "two"> but nobody knows everything about </div>
<div class = "one"> yes but a big secret like this </div>
<div class = "two"> it's not such a big </div>
<div class = "one"> then tell me </div>
<div class = "two"> will you stop </div>
<div class = "one"> it's big because you won't tell me </div>
<div class = "two"> Is it something you've </div>
<div class = "one"> don't start guessing </div>
<div class = "two"> or something you want to </div>
<div class = "one"> please </div>
<div class = "two"> or you've seen or heard or know or </div>
<div class = "one"> please </div>
<div class = "two"> and if it's something you've done is it a crime or a sin or just embarrassing because whichever</div>
<div class = "one"> no I don't want you to know. </div>
<div class = "two"> All right. </div>
<div class = "one"> All right I'll tell you </div>
<div class = "two"> you don't have to </div>
<div class = "one"> I'll tell you </div>
<div class = "two"> yes tell me because I'll never </div>
<div class = "one"> it's not that </div>
<div class = "two"> tell me because I'll always </div>
<div class = "one"> all right I'm telling you. </div>
<div class = "direction">Tells in a whisper.</div>
<div class = "one"> No </div>
<div class = "two"> yes </div>
<div class = "one"> no </div>
<div class = "two"> I warned you </div>
<div class = "one"> but that's </div>
<div class = "two"> yes </div>
<div class = "one"> oh no that's </div>
<div class = "two"> yes </div>
<div class = "one"> how could you </div>
<div class = "two"> I did. </div>
<div class = "backlink">[[return->previous()]]</div>
<<run $ScenesOne.delete("01.01")>><h2>CENSUS </h2>
<div class = "one"> Why do they need to know all this stuff? </div>
<div class = "two"> They're doing research. It guides their policy. They use it to help people. </div>
<div class = "one"> They use it to sell us things we don't want. </div>
<div class = "two"> No that's the people who phone up. I don't answer any of their questions, I just say No thank you, there's no need to swear at them. </div>
<div class = "one"> I've made a mess of it now anyway. </div>
<div class = "two"> You'll get into trouble if you don't do it. </div>
<div class = "one"> They won't know. </div>
<div class = "two"> They know you exist. </div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesOne.delete("01.02")>><h2>FAN </h2>
<div class = "one"> Love him so much </div>
<div class = "two"> love him more than you </div>
<div class = "one"> I'd jump out of the window </div>
<div class = "two"> eat fire </div>
<div class = "one"> cut off my hand </div>
<div class = "two"> eat dogshit </div>
<div class = "one"> kill my mother </div>
<div class = "two"> eat catfood </div>
<div class = "one"> yeuch </div>
<div class = "two"> just to touch him </div>
<div class = "one"> just to tell him </div>
<div class = "two"> just to see him </div>
<div class = "one"> just to have him see me </div>
<div class = "two"> He was born at ten past two in the morning and I was born at two past ten </div>
<div class = "one"> how do you know? </div>
<div class = "two"> Mum says </div>
<div class = "one"> two past ten </div>
<div class = "two"> she said just after ten so that's two </div>
<div class = "one"> that isn't two </div>
<div class = "two"> it is two </div>
<div class = "one"> anyway he was born on Tuesday and I was born on Wednesday and you were only born on Friday </div>
<div class = "two"> that's stupid </div>
<div class = "one"> His favorite colour's blue </div>
<div class = "two"> favourite food's chilli </div>
<div class = "one"> favourite animal's snakes </div>
<div class = "two"> favourite holiday was in Bermuda </div>
<div class = "one"> what's his favourite smell? </div>
<div class = "two"> Roses </div>
<div class = "one"> you're making that up </div>
<div class = "two"> well what? </div>
<div class = "one"> I'm asking you </div>
<div class = "two"> you don't know </div>
<div class = "one"> I'm asking you </div>
<div class = "two"> you don't know do you go on tell me </div>
<div class = "one"> you tell me </div>
<div class = "two"> I don't know you tell me </div>
<div class = "one"> all right I don't know so we've got to find out </div>
<div class = "two"> you mean neither of us know? </div>
<div class = "one"> It's all right we'll find out </div>
<div class = "two"> I can't believe neither of us </div>
<div class = "one"> it's in here somewhere </div>
<div class = "two"> I know I used to know </div>
<div class = "one"> wait </div>
<div class = "two"> is it chicken? </div>
<div class = "one"> wait </div>
<div class = "two"> you can't find it </div>
<div class = "one"> I can't </div>
<div class = "two"> you're not looking properly </div>
<div class = "one"> I can't find it </div>
<div class = "two"> here let me </div>
<div class = "one"> you can't find it </div>
<div class = "two"> wait </div>
<div class = "one"> it's not there </div>
<div class = "two"> wait </div>
<div class = "one"> see you can't. </div>
<div class = "two"> What are we going to do? </div>
<div class = "one"> we've got to know </div>
<div class = "two"> I won't be able to sleep </div>
<div class = "one"> what are we going to do? </div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesOne.delete("01.03")>><h2>TORTURE </h2>
<div class = "one"> He's wearing me out. </div>
<div class = "two"> Take a break. </div>
<div class = "one"> Do you want to go in? </div>
<div class = "two"> I'll give him a cigarette. </div>
<div class = "one"> He's not ready to talk. </div>
<div class = "two"> I thought we'd got there yesterday. </div>
<div class = "one"> I thought we'd got there yesterday but he's past that. </div>
<div class = "two"> He'll get to where he'll say anything. </div>
<div class = "one"> We're not paid extra for it to be true. </div>
<div class = "two"> I'll give him a cigarette while you have a cigarette and I'll tell him you'll be back. </div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesOne.delete("01.04")>><h2>LAB </h2>
<div class = "one"> So we hatch a batch of eggs in the lab </div>
<div class = "two"> and where do you get the </div>
<div class = "one"> from the poultry breeders who supply them to the battery </div>
<div class = "two"> oh the intensive </div>
<div class = "one"> yes or some of them might go to farms but either way </div>
<div class = "two"> so either way they're going to be </div>
<div class = "one"> yes by twelve weeks they'll be plucked and lying on their backs </div>
<div class = "two"> in a supermarket </div>
<div class = "one"> on your table </div>
<div class = "two"> so you're not taking the life </div>
<div class = "one"> I am taking the life. </div>
<div class = "two"> but even if you didn't they'd be </div>
<div class = "one"> they wouldn't live to be old chickens, no. </div>
<div class = "two"> So you've got the chickens and </div>
<div class = "one"> about a day old, fluffy yellow like little Easter </div>
<div class = "two"> and you do some experiment on them? </div>
<div class = "one"> what we do is we get them to peck </div>
<div class = "two"> beause chicks do peck a lot </div>
<div class = "one"> they peck at everything and what we do is we get them to peck beads that have been dipped in either water or some stuff that tastes bitter </div>
<div class = "two"> not poison </div>
<div class = "one"> no it makes them wipe their beaks on the floor then they're fine again and of course we're writing all this down which chick which bead and how many pecks and then my colleague injects this tiny amount of very slightly radioactive liquid into each side of the chick's brain so </div>
<div class = "two"> oh no stop </div>
<div class = "one"> I know but they don't seem at all </div>
<div class = "two"> it doesn't hurt </div>
<div class = "one"> they don't show any </div>
<div class = "two"> ok so what's it for? it's going to show up something in their brains </div>
<div class = "one"> because what we've injected has a sugar in it that gets used by the nerve cells and the more sugar is taken up the more brain activity and the radioactivity acts as a tracer like in a scanner so you can measure that and see exactly where in the brain the sugar </div>
<div class = "two"> and the idea is it's different in the different </div>
<div class = "one"> what we hope to see you see is that it's different </div>
<div class = "two"> depending on what they've learned about the </div>
<div class = "one"> yes because we give them the beads again and they have learned because the ones who had the beads with water come back and peck it again and the ones </div>
<div class = "two"> they won't peck it </div>
<div class = "one"> the ones that had the bitter bead have learned not to peck it </div>
<div class = "two"> that's terrific </div>
<div class = "one"> But that's not what we're finding out, what we're finding out </div>
<div class = "two"> changes in the brain </div>
<div class = "one"> exactly, what changes in the brain correspond to that memory </div>
<div class = "two"> so to do that you have to </div>
<div class = "one"> yes I hold the bird in my left hand and quickly cut off its head with a big pair of scissors </div>
<div class = "two"> aah </div>
<div class = "one"> and I drop the body in a bucket and take the head and peel back the skin and cut round the skull and there's the brain </div>
<div class = "two"> there's the brain </div>
<div class = "one"> so I put it in a dish of ice and my colleague cuts it into slabs with a razor blade and then he dissects out tiny samples that he puts into test tubes and they're immediately frozen while meanwhile I'm taking the brain out of the next chick </div>
<div class = "two"> yes </div>
<div class = "one"> and that's what I do. </div>
<div class = "two"> And then you analyse </div>
<div class = "one"> yes and there is a substantial increase </div>
<div class = "two"> so you can measure </div>
<div class = "one"> and not just the increase but exactly where because if you slice </div>
<div class = "two"> slice the brain </div>
<div class = "one"> slice the frozen brain into thin sections and put them on slides you get pictures </div>
<div class = "two"> you can see </div>
<div class = "one"> you can see exactly depending on how dark and you can convert and it into false colour which of course looks </div>
<div class = "two"> prettier </div>
<div class = "one"> prettier yes and easier to read though the information is the same </div>
<div class = "two"> which is </div>
<div class = "one"> that the learning takes place on the left side of the brain </div>
<div class = "two"> and you can see </div>
<div class = "one"> and there's another version where you stain the sample with silver salts and then you can count the new spines on the dendrites which are </div>
<div class = "two"> yes the little tiny </div>
<div class = "one"> because at that degree of magnification a thumbnail would be two hundred and fifty metres wide </div>
<div class = "two"> so you can see the memory </div>
<div class = "one"> yes you can see the actual changes </div>
<div class = "two"> see what the chick learnt about the bead. </div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesOne.delete("01.05")>><h2>SLEEP </h2>
<div class = "one"> I can't sleep. </div>
<div class = "two"> Hot milk. </div>
<div class = "one"> I hate it now. </div>
<div class = "two"> Book? </div>
<div class = "one"> I haven't got one I like. </div>
<div class = "two"> Just lie there and breathe. </div>
<div class = "one"> My head's too full of stuff. Are you asleep? </div>
<div class = "two"> No no, what, it's fine. You can't sleep? </div>
<div class = "one"> I think I'll get up and go on Facebook. </div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesOne.delete("01.06")>><h2>REMOTE </h2>
<div class = "one"> You don't seem to have a tv. </div>
<div class = "two"> There used to be one but it stopped working. The reception's no good anyhow. </div>
<div class = "one"> I brought my laptop. </div>
<div class = "two"> You might have a reception problem there. </div>
<div class = "one"> It's not that I need it. There's no phone signal is there? </div>
<div class = "two"> You'd have to go to town. Or I think someone said there's a spot about two miles up the road if you go down towards the cliff and stand on a rock, you'd have to know it. </div>
<div class = "one"> We can listen to the radio. Does it work? </div>
<div class = "two"> I did warn you. </div>
<div class = "one"> It's quiet here. </div>
<div class = "two"> I like it quiet. </div>
<div class = "one"> You can always cycle down and get a newspaper. </div>
<div class = "two"> It's all right. </div>
<div class = "one"> I don't have time you see. </div>
<div class = "two"> Don't you sometimes want a weather forecast? </div>
<div class = "one"> I want you to be happy here. </div>
<div class = "two"> I am happy here. You'll find you can feel if it's raining. </div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesOne.delete("01.07")>><h2>IRRATIONAL </h2>
<div class = "one"> Is an irrational number real? </div>
<div class = "two"> It's real to me. </div>
<div class = "one"> But can you have an irrational number of oranges? </div>
<div class = "two"> Not as things stand, no. </div>
<div class = "one"> I'm not comfortable with the whole idea. </div>
<div class = "two"> There was someone called Hippasus in Greek times who found out about the diagonal of a square and they drowned him because no one wanted to know about things like that. </div>
<div class = "one"> Like what? </div>
<div class = "two"> Numbers that make you uncomfortable and don't relate to oranges. </div>
<div class = "one"> I can see how they might want to do that. </div>
<div class = "two"> Drown him? </div>
<div class = "one"> Maybe he should have kept quiet about it if he knew they couldn't stand it. </div>
<div class = "two"> Is that what you do? </div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesTwo.delete("02.01")>><h2>AFFAIR </h2>
<div class = "one"> I don't know if I should tell you. </div>
<div class = "two"> What? </div>
<div class = "one"> But you're my friend more than she is. </div>
<div class = "two"> What is it? </div>
<div class = "one"> What do you think yourself? is it better to know things or not to know things? Is it better just to let things be the way you think they are, the way they are really because if someone tells you something that might change everything and do you want that? Do you think it's interfering or is it what a friend ought to do? </div>
<div class = "two"> You're going to have to tell me now, you know that. </div>
<div class = "one"> But some people might say you shouldn't say anything because you might not want to hear anything against your best friend but I do keep seeing them together and last night I was having a drink with her after work and he just sort of turned up and after a bit they left together, they hardly botheredto come up with a story, I just wondered. I'm probably imagining things and I shouldn't put ideas into your head because it may all be perfectly all right, I'm sorry maybe I should have kept quiet, oh dear, I've told you know. </div>
<div class = "two"> They're having an affair. </div>
<div class = "one"> They are? you know that? you knew that? </div>
<div class = "two"> I've known that quite a while. </div>
<div class = "one"> How long? </div>
<div class = "two"> Three years. </div>
<div class = "one"> And you're ok with it? </div>
<div class = "two"> Yes it's all ok. Thanks though. </div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesTwo.delete("02.02")>><h2>MOTHER </h2>
<div class = "one"> While Mum's out </div>
<div class = "two"> what </div>
<div class = "one"> I've something to tell you </div>
<div class = "two"> ok </div>
<div class = "one"> so you need to look at me </div>
<div class = "two"> I'm listening </div>
<div class = "one"> I need to feel you're really paying attention </div>
<div class = "two"> I can pay attention and do other things at ther same time, I'm not brain-dead, I can see and hear and everything. </div>
<div class = "one"> will you listen? </div>
<div class = "two"> I'm listening, fuck off. Is this going to take long? </div>
<div class = "one"> Don't pay attention then, I'm just telling you, you might like to know Mum's not your mother, I'm your mother, Mum's your nan, ok? Did you listen to that? </div>
<div class = "two"> Does Mum know you're telling me? </div>
<div class = "one"> I just decide. </div>
<div class = "two"> Are we going to tell her you told me? </div>
<div class = "one"> I don't know. Do you think? </div>
<div class = "two"> Why didn't she say before, she doesn't want me to know, she's going to go crazy </div>
<div class = "one"> it'll be ok </div>
<div class = "two"> it's not my fault, she can't blame me for knowing </div>
<div class = "one"> it'll be ok, I'll tell her I told you, it's my fault. </div>
<div class = "two"> How old were you, wait, thirteen. You were thirteen? Thirteen. </div>
<div class = "one"> Yes, that's why. </div>
<div class = "two"> It's probably better than not being born. </div>
<div class = "one"> Thats what I thought. I thought you'd like to be born. </div>
<div class = "two"> Who's my dad then? </div>
<div class = "one"> I didn't see him any more, he went to a different school. He was twelve. </div>
<div class = "two"> I don't think I feel like you're my mom though. I don't have a sister, I don't like that. Do you want me to feel different about you? </div>
<div class = "one"> I just didn't want it to be something I could never say. </div>
<div class = "two"> I'd like it if everything could go on like it was. </div>
<div class = "one"> You mean not tell Mum? </div>
<div class = "two"> Do we have to? </div>
<div class = "one"> But then you'd have something you could never say. </div>
<div class = "two"> I've got a stomach ache. </div>
<div class = "one"> I don't care if she goes crazy. </div>
<div class = "two"> So long as it's you she goes crazy with. </div>
<div class = "one"> I can tell her to leave you alone because I'm your mum. </div>
<div class = "two"> I don't think that works. </div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesTwo.delete("02.03")>><h2>FIRED </h2>
<div class = "one"> You shouldn't fire people by email. </div>
<div class = "two"> You can't come bursting in here and shouting. </div>
<div class = "one"> I'm just saying it needs to be face to face. </div>
<div class = "two"> I'm sorry, I do appreciate, but I'm busy at the moment, if you could </div>
<div class = "one"> I need to be looked in the eye and you say you're firing me </div>
<div class = "two"> redundancy isn't </div>
<div class = "one"> just say it to my face, you're fired, just say it, you're a coward you can't say it </div>
<div class = "two"> why don't you speak to my p.a. and make an appointment </div>
<div class = "one"> just say it, you're fired, just say it </div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesTwo.delete("02.04")>><h2>MESSAGE </h2>
<div class = "one"> It's a message </div>
<div class = "two"> killing people </div>
<div class = "one"> yes because then they understand </div>
<div class = "two"> killing yourself </div>
<div class = "one"> they understand what you're telling them </div>
<div class = "two"> but they don't do they, they just </div>
<div class = "one"> because the deaths show how important it is </div>
<div class = "two"> no they just say you're a terrorist or </div>
<div class = "one"> and the terror is a message </div>
<div class = "two"> but they don't get it do they, they just pass laws and lock people up and </div>
<div class = "one"> if enough people did it because they don't really feel terror do they, they don't live in terror, if they lived in terror they'd be getting the message </div>
<div class = "two"> Would you do it yourself? </div>
<div class = "one"> I don't think I would, no. </div>
<div class = "two"> Because you're scared? </div>
<div class = "one"> I don't think that message is what I want to say. </div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesTwo.delete("02.05")>><h2>GRASS </h2>
<div class = "one"> What did you do that for? </div>
<div class = "two"> I thought </div>
<div class = "one"> What do you think's going to happen to you? </div>
<div class = "two"> I know but </div>
<div class = "one"> and to me and the children did you think about that? </div>
<div class = "two"> It seemed like the right thing to do. </div>
<div class = "one"> So will we have to change who were are and go and live somewhere else? </div>
<div class = "two"> I didn't say </div>
<div class = "one"> and you'll be a protected witness and all our life we'll be living in fear in a mobile home in a desert in America? </div>
<div class = "two"> I didn't say who I was, I just made the phone call </div>
<div class = "one"> from your own phone? </div>
<div class = "two"> no of course not from my own phone, I'm not stupid </div>
<div class = "one"> well you are but ok, from a public </div>
<div class = "two"> yes of course </div>
<div class = "one"> but near here like in a high street </div>
<div class = "two"> no I took a train </div>
<div class = "one"> you took a train? when? </div>
<div class = "two"> today, to make the call, I went to Brighton </div>
<div class = "one"> why Brighton? </div>
<div class = "two"> I don't know, it's somewhere you can go quickly on a train </div>
<div class = "one"> so you didn't go to work? you weren't at work you could've got the kids from school </div>
<div class = "two"> I was in Brighton </div>
<div class = "one"> I'd have liked a day out in Brighton </div>
<div class = "two"> it wasn't a day out in Brighton, I made the call on a public phone in Brighton, I had a coffee and I got the train back. </div>
<div class = "one"> And what did you say? </div>
<div class = "two"> I just gave them the name, I said this is the person you want in connection with, no I won't give my name thank you, goodbye. That's all. </div>
<div class = "one"> but if they know the call name came from Brighton and they could find out who knew him who went to Brighton </div>
<div class = "two"> they won't do that, they don't need to know who I am, they just need to know who to look at </div>
<div class = "one"> but if he finds out you went to Brighton </div>
<div class = "two"> but he's not going to know what I did in Brighton </div>
<div class = "one"> you can't be sure of that, what if he's got a mate in the police who says we got a tip it was you, it came from Brighton, and someone else tells him they saw you get on a train to go to Brighton </div>
<div class = "two"> how likely is that? why would he have a mate in the police? of course he doesn't have a mate in the police, do I have a mate in the police, you're making a whole thing up that's not going to happen. </div>
<div class = "one"> I don't see why you had to do it. </div>
<div class = "two"> It wasn't very nice what he did, was it. </div>
<div class = "one"> He's a friend of yours. </div>
<div class = "two"> He's not a friend of mine. </div>
<div class = "one"> He's not now. He doesn't know he's not now, what if you see him? what if I see him? what if he comes round here and says the police are on to me what am I going to do can you help me? </div>
<div class = "two"> You're making things up again. </div>
<div class = "one"> No I'm not. That's what's going to happen. </div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesTwo.delete("02.06")>><h2>TERMINAL </h2>
<div class = "one"> Doctor, one thing before I go. Can you tell me how long I've got? </div>
<div class = "two"> There's not an exact answer to that. </div>
<div class = "one"> I'd be grateful for anything you can give me an idea. </div>
<div class = "two"> Well let me say ten percent of people with this condition are still alive after three years. </div>
<div class = "one"> That's helpful, thank you. </div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesTwo.delete("02.07")>><h2>SCHIZOPHRENIC </h2>
<div class = "one"> How do you know I'm evil? </div>
<div class = "two"> I've been told it. </div>
<div class = "one"> Who by? Who by? </div>
<div class = "two"> You know the traffic lights at the corner? </div>
<div class = "one"> yes </div>
<div class = "two"> i'm getting signals. The ones on the left as you go up from here. </div>
<div class = "one"> Ok and what do they say? </div>
<div class = "two"> I won't tell you. </div>
<div class = "one"> Why not? </div>
<div class = "two"> Because it's about you, it's what you're like, and you know that yourself I'm not going to say it. </div>
<div class = "one"> Do they tell you to hurt people? </div>
<div class = "two"> Not people. You. </div>
<div class = "one"> But you know when you take your medication that doesn't happen. </div>
<div class = "two"> That's why I stopped because it was making it hard to get the information. </div>
<div class = "one"> You do know you're ill. </div>
<div class = "two"> I've been told that. </div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesThree.delete("03.01")>><h2>SPIES </h2>
<div class = "one"> So we went to war on a completely </div>
<div class = "two"> yes but how were they to know </div>
<div class = "one"> they did know, they knew, he'd already admitted it wasn't true </div>
<div class = "two"> he said it to the Germans </div>
<div class = "one"> and the CIA knew </div>
<div class = "two"> but Bush and Blair didn't know </div>
<div class = "one"> didn't want to know </div>
<div class = "two"> they had to rely </div>
<div class = "one"> they wanted it to be true </div>
<div class = "two"> they thought it was true, everyone thought </div>
<div class = "one"> not everyone no, plenty of people, I didn't, I always knew it wasn't true </div>
<div class = "two"> you can't have known </div>
<div class = "one"> I knew it was all made-up stuff </div>
<div class = "two"> and how did you know? </div>
<div class = "one"> because of what America's like, what it wanted to do </div>
<div class = "two"> you didn't know it was made up, you wanted it to be made up, that's what you wanted to be true. </div>
<div class = "one"> And it turns out I was right, didn't it. </div>
<div class = "two"> Do you think you've just won an argument? </div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesThree.delete("03.02")>><h2>DREAM </h2>
<div class = "one"> I had this dream last night, I was in a garden and there was blackberries, big bushes of brambles, I was picking them, and a butterfly flew across and I could see this orange-and-black buttterfly really clearly on a yellow rose, but then the whole thing was a dance because I was at the ballet. And I looked all those things up on a website about dreams, blackberry, butterfly, ballet, and every single one means infidelity. So now I know he's cheating. </div>
<div class = "two"> So you don't feel you have to be faithful to him any more? </div>
<div class = "one"> No, why should I? </div>
<div class = "two"> So that leaves the way clear for us? </div>
<div class = "one"> Don't you think? </div>
<div class = "two"> Unless it's not about him. </div>
<div class = "one"> Who then? </div>
<div class = "two"> You. You and me. </div>
<div class = "one"> That would mean we're definitely going to do it. </div>
<div class = "two"> So either way. </div>
<div class = "one"> Either way. </div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesThree.delete("03.03")>><h2>RECLUSE </h2>
<div class = "direction">Two inside, one outside the door who can be heard.</div>
<div class = "one"> Don't answer </div>
<div class = "two"> it's only </div>
<div class = "one"> look through the spyhole. </div>
<div class = "two"> You're right, I thought it was the boy delivering the </div>
<div class = "one"> don't answer don't </div>
<div class = "two"> of course I won't answer, don't panic. </div>
<div class = "three"> Hello. Hello Mr Rushmore, I believe this is where you live. We saw you going in, we know the car outside is </div>
<div class = "one"> make him go away </div>
<div class = "two"> shall I speak to him? </div>
<div class = "one"> yes no no </div>
<div class = "three"> and of course I respect your desire for privacy and it would be so much help your thousands of admirers to understand if you could say a few words to us about that privacy how it feels to live here in a forest miles afrom </div>
<div class = "one"> I'm going to die </div>
<div class = "two"> sh it's all right </div>
<div class = "three"> five minutes of your time I could explain to the world why you've chosen to leave it all behind and withdraw to this remote </div>
<div class = "one"> I should have a gun </div>
<div class = "three"> because that would enable you to set the record straight about your ex-wife's allegations of </div>
<div class = "one"> I'm going to bed </div>
<div class = "three"> to confirm or deny that you said of the Queen that she </div>
<div class = "one"> I'll have to hide in the cupboard </div>
<div class = "three"> to put an end to speculation once and for all about your </div>
<div class = "one"> I'd kill myself but they'd write an obituary </div>
<div class = "two"> shall I tell him to </div>
<div class = "one"> no no because then they'll write about you </div>
<div class = "two"> it doesn't matter </div>
<div class = "one"> it does they mustn't if they know about you if you talk to them I'll never see you again </div>
<div class = "three"> because we have a photograph of you taken last week in the </div>
<div class = "two"> why don't I just </div>
<div class = "one"> ALL RIGHT. </div>
<div class = "two"> What? </div>
<div class = "three"> Hello, Mr Rushmore? </div>
<div class = "one"> I have three things to say. I am now a citizen of China. I have six illegitimate children. I have recently been abducted by aliens and returned to earth unharmed. </div>
<div class = "three"> Mr Rushmore, if you could just open the door for a moment </div>
<div class = "one"> that's all right you see that's fine if I tell him lies that's fine I haven't told them anything about myself at all that's fine I feel fine about that I think that's fine I think I feel fine about </div>
<div class = "three"> and when exactly were you last in China? </div>
<div class = "one"> that's fine that's fine </div>
<div class = "two"> good good I'm glad you feel ok about </div>
<div class = "one"> and will he go away now? </div>
<div class = "two"> in a while he's sure to go away in a while if we keep </div>
<div class = "three"> Mr Rushmore </div>
<div class = "direction">Time passes.</div>
<div class = "two"> He's gone. </div>
<div class = "one"> He's gone. </div>
<div class = "two"> Well that's all right then </div>
<div class = "one"> yes </div>
<div class = "two"> you handled that very </div>
<div class = "one"> no I feel </div>
<div class = "two"> what? </div>
<div class = "one"> I feel terrible I feel </div>
<div class = "two"> but you didn't tell him </div>
<div class = "one"> but he knows </div>
<div class = "two"> he doesn't know anything it was lies </div>
<div class = "one"> he knows I'm the person that told those lies </div>
<div class = "two"> no because he doesn't know it was lies </div>
<div class = "one"> yes but he knows I said </div>
<div class = "two"> you mean he'll work out it's lies and </div>
<div class = "one"> whichever whichever he knows I said those words he knows I was in this room we'll have to move he knows it was me he knows I shouted out those </div>
<div class = "two"> so you don't feel as good as you </div>
<div class = "one"> no no I don't I feel</div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesThree.delete("03.04")>><h2>GOD'S VOICE </h2>
<div class = "one"> God told you to do it? </div>
<div class = "two"> He did, yes. </div>
<div class = "one"> How? </div>
<div class = "two"> How do you mean, how? </div>
<div class = "one"> Did you hear words? </div>
<div class = "two"> It was the word of God. </div>
<div class = "one"> But like something you could hear with your ears, actual words from outside you? </div>
<div class = "two"> They came into me. </div>
<div class = "one"> The words. </div>
<div class = "two"> What God said. </div>
<div class = "one"> So you didn't exactly hear...? </div>
<div class = "two"> In my heart. </div>
<div class = "one"> So how does that work then? </div>
<div class = "two"> I was praying about it </div>
<div class = "one"> in words? </div>
<div class = "two"> sometimes in words, sometimes just </div>
<div class = "one"> silently </div>
<div class = "two"> the words were silent, I was praying in </div>
<div class = "one"> in your head </div>
<div class = "two"> if you like, my head my heart </div>
<div class = "one"> so sometimes in words and sometimes </div>
<div class = "two"> sometimes just being in a state where I was praying </div>
<div class = "one"> I don't know what state that is </div>
<div class = "two"> well you'll have to take it from me there is such a state </div>
<div class = "one"> ok, so there you are praying </div>
<div class = "two"> praying and not knowing, seeking guidance, open to guidance from God </div>
<div class = "one"> ok </div>
<div class = "two"> and he told me what to do. </div>
<div class = "one"> What's his voice like? </div>
<div class = "two"> Firm. Kind. </div>
<div class = "one"> He speaks English? </div>
<div class = "two"> What sort of question is that? </div>
<div class = "one"> I know but does he speak rp or have a regional accent? I'm trying to understand what you heard. </div>
<div class = "two"> It wasn't hearing like I hear you but it was hearing. </div>
<div class = "one"> And he definitely said do it. </div>
<div class = "two"> He said do it. </div>
<div class = "one"> In words. </div>
<div class = "two"> In words and inside me in knowing it was the right thing to do. </div>
<div class = "one"> In your heart? </div>
<div class = "two"> Right through my whole being. </div>
<div class = "one"> In your toes? </div>
<div class = "two"> Yes in my toes, will you stop now?</div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesThree.delete("03.05")>><h2>THE CHILD WHO DIDN'T KNOW FEAR </h2>
<div class = "direction">One person tells a story to another.</div>
<div class = "one"> Once upon a time there was a child who didn't know what fear was and he wanted to find out. So his friends said, Cold shiver down your back, legs go funny, sometimes your hands no not your hands yes your hands tingle, it's more in your head, it's in your stomach, your belly you shit yourself, you can't breathe, your skin your skin creeps, it's a shiver a shudder do you really not know what it is? And the child said, I don't know what you mean. So they took him to a big dark empty house everyone said was haunted. They said, No one's ever been able to stay here till morning, you won't stay till midnight, you won't last an hour, and the child said, Why, what's going to happen? And they said, You'll know what we mean about being frightened. And the child said, Good, that's what I want to know. So in the morning his friends came back and there was the child sitting in the dusty room. And they said, You're still here? what happened? And the child said, There were things walking about, dead things, some of them didn't have heads and a monster with glowing - and his friends said, Didn't you run away? and the child said, There were weird noises like screams and like music but not music, and his friends said, What did you feel? and the child said, It came right up to me and put out its hand, and his friends said, Didn't your hair your stomach the back of your neck your legs weren't you frightened? And the child said, No, it's no good, I didn't feel anything, I still don't know what fear is. And on the way home he met a lion and the lion ate him. </div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesThree.delete("03.06")>><h2>STAR </h2>
<div class = "one"> It takes the light two point eight million years to get here. </div>
<div class = "two"> So we're looking at two point eight million years ago. </div>
<div class = "one"> It might not be there. It could have died by now. </div>
<div class = "two"> So who's going to see that? </div>
<div class = "one"> It might not even be people by then. The sun's only eight minutes. </div>
<div class = "two"> In the morning let's wait eight minutes and see if it's there now. </div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesThree.delete("03.07")>><h2>WEDDING VIDEO </h2>
<div class = "direction">Several people.</div>
<div class = "one"> This is the bit </div>
<div class = "two"> this is the funny bit watch </div>
<div class = "three"> where he spills </div>
<div class = "one"> ah ah ha ha ha </div>
<div class = "two"> gets me every time </div>
<div class = "three"> and look look the sweet </div>
<div class = "two"> and wasn't she little then </div>
<div class = "one"> just a tiny girl in her pink </div>
<div class = "two"> and now she's my god you should see </div>
<div class = "three"> and her boyfriend </div>
<div class = "one"> have you met him he's the most </div>
<div class = "two"> and there's that woman </div>
<div class = "one"> we never knew who she was </div>
<div class = "three"> yes she's there in the video but who invited </div>
<div class = "one"> someone who just goes to strangers' weddings </div>
<div class = "two"> there she is talking to who is that that uncle of yours is it no </div>
<div class = "three"> and look at the dresses I mean </div>
<div class = "two"> because now you wouldn't dream </div>
<div class = "one"> it shows you it's history </div>
<div class = "two"> yes the children like it because </div>
<div class = "three"> and the grandchildren are going to </div>
<div class = "two"> and it can go down in the family and they can see </div>
<div class = "one"> and all the ones of them as babies and little </div>
<div class = "three"> and all the ones of their weddings and their </div>
<div class = "one"> but it's sad we haven't got our grandparents' wedding video </div>
<div class = "two"> or great great </div>
<div class = "one"> or everybody that ever lived videos of </div>
<div class = "three"> Henry the Eighth </div>
<div class = "one"> Jesus walking on the </div>
<div class = "two"> no further back if we had cave if we had Neanderthal </div>
<div class = "three"> and dinosaurs </div>
<div class = "one"> but who'd be working the camera? </div>
<div class = "two"> and things coming out of the sea and tiny specks </div>
<div class = "three"> then we'd know we'd know </div>
<div class = "one"> we could keep </div>
<div class = "two"> we'd know what </div>
<div class = "one"> because I wouldn't remember all this if without the video I wouldn't remember hardly anything at all about it because I can't remember anything about that day that's not on the video not clearly </div>
<div class = "three"> I can remember putting the ring </div>
<div class = "one"> no I can't see that in my mind's </div>
<div class = "two"> and someone was sick </div>
<div class = "one"> oh look it's the speeches now listen to Dad's speech it's so </div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesFour.delete("04.01")>><h2>SAVANT </h2>
<div class = "one"> What did you have for lunch on October the third 1998? </div>
<div class = "two"> Chicken soup and a salad. I was at home. I had the chicken soup in a blue bowl. The salad had tomatoes, lettuce and chicory but no onion because I didn't want my breath to smell of onion when I went to the movies with my brother in the afternoon. The movie began at 2.15. </div>
<div class = "one"> What was the movie? </div>
<div class = "two"> Godzilla. </div>
<div class = "one"> What happened in it? </div>
<div class = "two"> You want the whole thing? Shot by shot? </div>
<div class = "one"> Can you do that? </div>
<div class = "two"> Let's not do that. </div>
<div class = "one"> Ok. I remember Godzilla. There's a lizard that's been irradiated by a nuclear explosion so it's a monster and it goes to New York and the American military drops bombs on it. </div>
<div class = "two"> That's the one. </div>
<div class = "one"> What did you do afterwards? </div>
<div class = "two"> We walked back to my brother's place and had poached eggs on toast. I had two cups of tea in his red mug, the one with a chip. </div>
<div class = "one"> What was the weather like? </div>
<div class = "two"> Rain in the morning but it cleared up. Rain in the evening. Rain the next morning. </div>
<div class = "one"> June the sixth 2004. </div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesFour.delete("04.02")>><h2>EX </h2>
<div class = "one"> I'm glad we've done it, just to see </div>
<div class = "two"> so am I </div>
<div class = "one"> after all these years </div>
<div class = "two"> because it was very important at the time, it's been very important </div>
<div class = "one"> it has for me, all my life, very important </div>
<div class = "two"> so never to have seen each other again would have been </div>
<div class = "one"> it would have been impossible </div>
<div class = "two"> it would have been sad anyway. </div>
<div class = "one"> You remember the Italian restaurant? </div>
<div class = "two"> no, yes, on the corner was it? </div>
<div class = "one"> with the bushes outside? </div>
<div class = "two"> no, I'm mixing it up with </div>
<div class = "one"> I can see the waiter now </div>
<div class = "two"> no, I can't get the waiter </div>
<div class = "one"> the waiter with the moustache who always smiled so much when we came in. </div>
<div class = "two"> I used to have spaghetti carbonara and you had vongole. </div>
<div class = "one"> I can't remember eating, no, I was too busy looking at you probably. </div>
<div class = "two"> I really loved you then. </div>
<div class = "one"> I loved you. </div>
<div class = "two"> I always remember you standing in the field </div>
<div class = "one"> I wonder where that was, was it </div>
<div class = "two"> all the buttercups. </div>
<div class = "one"> I've got a really clear picture of you running ahead of me down a street. We were running for a bus I think. </div>
<div class = "two"> Do you remember that hotel, we took a room for a couple of hours in a hotel, there was green wallpaper and we stood there kissing. </div>
<div class = "one"> I remember the first time </div>
<div class = "two"> no, that's got overlaid by so many other times, I can't, I remember once by a river, we were practically on a public footpath </div>
<div class = "one"> the kitchen, the kitchen at your friend's house </div>
<div class = "two"> which friend? </div>
<div class = "one"> I never knew your friends' names </div>
<div class = "two"> was it Chris? Terry? </div>
<div class = "one"> I don't know, you remember the kitchen? </div>
<div class = "two"> I might if I knew which house. Did we do it in a kitchen? </div>
<div class = "one"> Behind the door. There was soup on the cooker. </div>
<div class = "two"> I remember us just looking at each other. </div>
<div class = "one"> The time in the street, we just stopped. </div>
<div class = "two"> I was thinking more a time when you were sitting on the side of the bed. </div>
<div class = "one"> Was that early on or near the end? </div>
<div class = "two"> Near the end, I think. Do you know the time I mean? </div>
<div class = "one"> I sometimes go past the coffee shop. </div>
<div class = "two"> Which one? </div>
<div class = "one"> The one where we kept trying to say goodbye. </div>
<div class = "two"> I think I've blotted that whole day out. </div>
<div class = "one"> We were really happy. </div>
<div class = "two"> Or sad, we used to cry. </div>
<div class = "one"> Did we? </div>
<div class = "two"> Sometimes. </div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesFour.delete("04.03")>><h2>MEMORY HOUSE </h2>
<div class = "one"> to improve my mind </div>
<div class = "two"> no but you've got a good </div>
<div class = "one"> my memory to improve </div>
<div class = "two"> forget a lot? </div>
<div class = "one"> not not </div>
<div class = "two"> like names </div>
<div class = "one"> like names like faces </div>
<div class = "two"> we all </div>
<div class = "one"> yes but </div>
<div class = "two"> not worth worrying </div>
<div class = "one"> but I want to learn </div>
<div class = "two"> ah </div>
<div class = "one"> huge amount of memorising </div>
<div class = "two"> of course </div>
<div class = "one"> vocabulary </div>
<div class = "two"> yes </div>
<div class = "one"> statistics </div>
<div class = "two"> statistics </div>
<div class = "one"> every imaginable </div>
<div class = "two"> I see your point </div>
<div class = "one"> stacks of information which I have to </div>
<div class = "two"> somehow </div>
<div class = "one"> somehow acquire and retain. </div>
<div class = "two"> So how do you intend </div>
<div class = "one"> this course improves your memory </div>
<div class = "two"> to improve your </div>
<div class = "one"> lists lists as exercises </div>
<div class = "two"> like getting the muscles </div>
<div class = "one"> muscles of the brain </div>
<div class = "two"> which of course I know it doesn't have muscles </div>
<div class = "one"> and more than that a technique </div>
<div class = "two"> for remembering </div>
<div class = "one"> ancient ancient technique Romans </div>
<div class = "two"> didn't know they </div>
<div class = "one"> and all sorts Renaissance </div>
<div class = "two"> they had a lot of brains then in the </div>
<div class = "one"> Leonardo da Vinci </div>
<div class = "two"> so did he? </div>
<div class = "one"> I don't know that he actually did </div>
<div class = "two"> not this technique </div>
<div class = "one"> not necessarily this actual technique </div>
<div class = "two"> though he might have done </div>
<div class = "one"> it's beside the point, the point </div>
<div class = "two"> the actual technique </div>
<div class = "one"> the actual technique is you take a place like you could take a house </div>
<div class = "two"> take a house? </div>
<div class = "one"> in your ind this is mental take a house you know in your mind </div>
<div class = "two"> like my aunt's got a house </div>
<div class = "one"> there you are take this house in your mind and you've got a list of things you want to remember </div>
<div class = "two"> like what? </div>
<div class = "one"> like anything like this list I've got here this exercise </div>
<div class = "two"> crocodile pincushion </div>
<div class = "one"> and you go round the house in your mind you go round and you put something in each room </div>
<div class = "two"> can't quite remember all the rooms because </div>
<div class = "one"> can't remember the rooms? </div>
<div class = "two"> in my aunt's house I've never </div>
<div class = "one"> take where you live </div>
<div class = "two"> only be able to remember three things </div>
<div class = "one"> no you could go round the room and put one on the table and one on the chair </div>
<div class = "two"> oh I see </div>
<div class = "one"> but you'll have to remember what order </div>
<div class = "two"> what order I'm going round the room </div>
<div class = "one"> is that all right? </div>
<div class = "two"> So I've got my house when I was a child in my mind and I'm going to go round it now and put a crocodile on the doorstep </div>
<div class = "one"> a crocodile on the table </div>
<div class = "two"> a pincushion just inside on the mat </div>
<div class = "one"> pincushion on the chair </div>
<div class = "two"> pair of scissors in the sittingroom on the sofa </div>
<div class = "one"> pair of scissors on the other chair </div>
<div class = "two"> axe in the diningroom on the table </div>
<div class = "one"> axe on the other chair </div>
<div class = "two"> wristwatch </div>
<div class = "one"> wristwatch </div>
<div class = "two"> could you just in your head do you mind i can't </div>
<div class = "one"> I'm not bothered by hearig yours </div>
<div class = "two"> keep seeing your room in my </div>
<div class = "one"> because i don't know where you lived as a child so it doesn't </div>
<div class = "two"> so I can still say </div>
<div class = "one"> yes if it helps and I'll just </div>
<div class = "two"> thank you ok so wristwatch in the kitchen on the cooker elephant on the stairs poundcoin in the bathroom biro on their bed hedgehog on my bed tree in the attic </div>
<div class = "one"> tree </div>
<div class = "two"> makes ten. </div>
<div class = "one"> So now we go round </div>
<div class = "two"> pick the up </div>
<div class = "one"> on the doorstep crocodile </div>
<div class = "two"> crocodile pincushion </div>
<div class = "one"> pincushion yes scissors in the sittingroom </div>
<div class = "two"> scissors wristwatch </div>
<div class = "one"> no not yet </div>
<div class = "two"> oh it's on the other </div>
<div class = "one"> sh </div>
<div class = "two"> so it's </div>
<div class = "one"> axe </div>
<div class = "two"> axe axe wristwatch </div>
<div class = "one"> wristwatch </div>
<div class = "two"> elephant </div>
<div class = "one"> poundcoin </div>
<div class = "two"> now where did I put? </div>
<div class = "one"> oh </div>
<div class = "two"> what? </div>
<div class = "one"> bedroom </div>
<div class = "two"> on top of the cd player </div>
<div class = "one"> no in the bedroom I suddenly </div>
<div class = "two"> biro </div>
<div class = "one"> yes of course biro but I suddenly </div>
<div class = "two"> what </div>
<div class = "one"> saw my father </div>
<div class = "two"> in his bedroom </div>
<div class = "one"> my father getting dressed </div>
<div class = "two"> he's not he wasn't </div>
<div class = "one"> no it's nothing </div>
<div class = "two"> nothing awful happened you're not remembering </div>
<div class = "one"> no nothing like that at all I just suddenly saw him and </div>
<div class = "two"> so when did you last </div>
<div class = "one"> no it's just that he's dead and I don't </div>
<div class = "two"> of course years ago I'd forgotten I'm </div>
<div class = "one"> no it's nothing it's just he was there in the bedroom </div>
<div class = "two"> and that's a memory is it </div>
<div class = "one"> yes I suppose it is of course it's a memory from </div>
<div class = "two"> from when you were little </div>
<div class = "one"> yes because he's very I'm only half his size so </div>
<div class = "two"> so is this like a new </div>
<div class = "one"> yes a new memory and I'm seeing </div>
<div class = "two"> you can see with your eyes when you were </div>
<div class = "one"> say maybe four and the sunlight </div>
<div class = "two"> sunlight </div>
<div class = "one"> yes because it's sunny in the room shining in behind him and on the floor on my feet </div>
<div class = "two"> you can see your feet </div>
<div class = "one"> I can see my feet when I was four </div>
<div class = "two"> which isn't a memory you've always </div>
<div class = "one"> no I've never </div>
<div class = "two"> and you're sure it's not some horrible </div>
<div class = "one"> some repressed no it's not it's just a memory isn't it </div>
<div class = "two"> so the room faced east </div>
<div class = "one"> yes it's morning in the room and I just saw it </div>
<div class = "two"> some sort of crossed wire. </div>
<div class = "one"> Because of course it's biro </div>
<div class = "two"> biro </div>
<div class = "one"> hedgehog </div>
<div class = "two"> I've lost the hedgehog wait oh it's in the microwave I don't know where I went next oh I know on the pile of old newspapers it's a tree </div>
<div class = "one"> tree in the attic. </div>
<div class = "two"> So could we say the list straight off </div>
<div class = "one"> I'm sure we could </div>
<div class = "two"> and then do another list </div>
<div class = "one"> lots of lists </div>
<div class = "two"> and how do we keep the lists separate </div>
<div class = "one"> I'm not sure yet I've got to </div>
<div class = "two"> because I'll keep getting the hedgehog in the microwave </div>
<div class = "one"> wait a minute I'll find out </div>
<div class = "two"> find out what to do next. </div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesFour.delete("04.04")>><h2>DINNER </h2>
<div class = "one"> I did tell you </div>
<div class = "two"> you didn't </div>
<div class = "one"> I did I said Wednesday we're going to dinner with </div>
<div class = "two"> but you didn't </div>
<div class = "one"> yes because I remember because you said </div>
<div class = "two"> all right I must have forgotten I'm sorry </div>
<div class = "one"> yes you did </div>
<div class = "two"> I'm sorry. </div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesFour.delete("04.05")>><h2>PIANO </h2>
<div class = "direction">Three people.</div>
<div class = "one"> This is Jennifer </div>
<div class = "two"> Hello, Jennifer. </div>
<div class = "one"> Here's the piano. You can play the piano. </div>
<div class = "two"> I've never played the piano. </div>
<div class = "one"> You sit here. </div>
<div class = "direction">He sits. He plays well and JENNIFER sings. He gets up.</div>
<div class = "one"> Hello. </div>
<div class = "two"> This is Jennifer. </div>
<div class = "one"> Hello, Jennifer. </div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesFour.delete("04.06")>><h2>FLASHBACK </h2>
<div class = "one"> Breathe </div>
<div class = "two"> ah ah ah </div>
<div class = "one"> just breathe </div>
<div class = "two"> ah ah </div>
<div class = "one"> I've got you, it's all right. </div>
<div class = "two"> ah </div>
<div class = "one"> all right. </div>
<div class = "two"> Thank you. Sorry. I keep seeing... I can see... I can't stop seeing... </div>
<div class = "one"> I wish I could stop it for you. </div>
<div class = "two"> Short of smashing in my skull. </div>
<div class = "one"> They say time, you might be able to forget, even if it's a long time. </div>
<div class = "two"> Once it's in there. Once you know that stuff. </div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesFour.delete("04.07")>><h2>LINGUIST </h2>
<div class = "one"> How many languages do you know? </div>
<div class = "two"> To speak fluently </div>
<div class = "one"> or a bit </div>
<div class = "two"> well of course some languages I only know a few words, while others </div>
<div class = "one"> take something like a table, like a table, how many languages can you </div>
<div class = "two"> table table trapezi stol mesa meza tarang tabulka </div>
<div class = "one"> That's so fantastic. Tabulka. Meza. They all mean table. </div>
<div class = "two"> They all mean the same thing as each other. </div>
<div class = "one"> Table. </div>
<div class = "two"> Table means the same thing. </div>
<div class = "one"> Yes, they all mean table. </div>
<div class = "two"> Or they all mean meza. </div>
<div class = "one"> Oh if you mean Chinese. </div>
<div class = "two"> Or in fact Swahili. </div>
<div class = "one"> I can't help feeling it actually is a table. </div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesFive.delete("05.01")>><h2>MATHS </h2>
<div class = "one"> I don't want to spend an evening with them again. </div>
<div class = "two"> You like them. You like her. </div>
<div class = "one"> He will keep making his point about mathematics not corresponding to reality because it's just a system our brains developed as we evolved in the world and we've had that argument. </div>
<div class = "two"> Whereas maths is really true. </div>
<div class = "one"> Yes. </div>
<div class = "two"> Which is why if an equation wouldn't work without there being an infinite number of universes there really must be an infinite number of universes. </div>
<div class = "one"> That sort of thing. </div>
<div class = "two"> But we do only have our senses, don't we, to perceive with and maybe there's all sorts of other things we haven't evolved to perceive. Like an earthworm can't know about flying or a bird can't know about computers. </div>
<div class = "one"> Don't let's have this conversation. </div>
<div class = "two"> why not go and see them and keep off the topic. We can argue about politics. </div>
<div class = "one"> Because he won't keep off the topic, he likes trying to make me angry because he fancies you. And nobody understands what we're talking about and the evening's ruined and we all get drunk and I feel like shit in the morning and can't work. </div>
<div class = "two"> Are you saying you never want to see them again? </div>
<div class = "one"> He says maths is just consistent with itself. He keeps saying it doesn't mean anything. </div>
<div class = "two"> What does it mean then? </div>
<div class = "one"> All right, we'll go and see them. </div>
<div class = "two"> She fancies you. </div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesFive.delete("05.02")>><h2>SEX </h2>
<div class = "one"> What sex evolved to do is get information from two sets of genes so you get offspring that's not identifcal to you. Otherwise you just keep getting the same thing over and over again like hydra or starfish. So sex essentially is information. </div>
<div class = "two"> You don't think that while we're doing it do you? </div>
<div class = "one"> It doesn't hurt to know it. Information and also love. </div>
<div class = "two"> If you're lucky. </div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesFive.delete("05.03")>><h2>GOD </h2>
<div class = "one"> God gives your life meaning. You've said that. </div>
<div class = "two"> Yes, so? </div>
<div class = "one"> If there wasn't God there'd be no meaning to your existence? </div>
<div class = "two"> And? </div>
<div class = "one"> So does God have a higher god to give his existence meaning? and that god a higher god and that god </div>
<div class = "two"> no of course not </div>
<div class = "one"> of course not, so all this stuff he's done, he might find it all a bit meaningless. I'm surprised he's not depressed. </div>
<div class = "two"> I don't think he minds whether he means anything or not. I don't think he thinks about it. </div>
<div class = "one"> So why do you think about it? </div>
<div class = "two"> I'm not God am I? </div>
<div class = "one"> But I don't mind not meaning anything, does that make me God? </div>
<div class = "two"> It makes you really annoying. </div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesFive.delete("05.04")>><h2>RASH </h2>
<div class = "one"> It's just a rash. </div>
<div class = "two"> But why, why a rash? </div>
<div class = "one"> There's all kinds of like detergences and animals and stuff in the air. Shall we have him tested? </div>
<div class = "two"> He's trying to tell us something. </div>
<div class = "one"> Oh come on. </div>
<div class = "two"> Or he's trying not to tell us something. </div>
<div class = "one"> Did you get the new cream? </div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesFive.delete(passage())>><h2>CHILDREN </h2>
<div class = "one"> You can't have children? </div>
<div class = "two"> No. </div>
<div class = "one"> You can't have children? </div>
<div class = "two"> No. </div>
<div class = "one"> How did you find that out? </div>
<div class = "two"> When was I married, it came up, we had tests and it was me. </div>
<div class = "one"> So was that why? </div>
<div class = "two"> No of course not. </div>
<div class = "one"> I thought it was because she went off with the Spaniard. </div>
<div class = "two"> She did </div>
<div class = "one"> and she's got a baby now hasn't she, she and the Spaniard have got a bambino. </div>
<div class = "two"> So it makes a difference does it? </div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesFive.delete(passage())>><h2>SHRINK </h2>
<div class = "one"> It used to just be pain </div>
<div class = "two"> the memories of what happened to you when you were a child and </div>
<div class = "one"> and the things I wasn't letting myself remember of course </div>
<div class = "two"> the things you'd </div>
<div class = "one"> yes and now </div>
<div class = "two"> so the analysis has stopped it hurting </div>
<div class = "one"> not so much stopped </div>
<div class = "two"> as what? </div>
<div class = "one"> changed it into </div>
<div class = "two"> changed it into? </div>
<div class = "one"> transformed it </div>
<div class = "two"> into what though? </div>
<div class = "one"> It has meaning. </div>
<div class = "two"> Because you see where it comes from? </div>
<div class = "one"> partly that </div>
<div class = "two"> and how it's affected the way you are? </div>
<div class = "one"> partly that </div>
<div class = "two"> and partly what? </div>
<div class = "one"> It just has meaning now. </div>
<div class = "two"> What does it mean? </div>
<div class = "one"> It doesn't mean something. There isn't exactly another thing that it means. </div>
<div class = "two"> Then what do you mean when you say it has meaning now? </div>
<div class = "one"> You spoil it. You completely spoil everything. You always do. </div>
<div class = "two"> That must be painful for you. You can take it to your analyst and have it turned into </div>
meaning.
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesFive.delete(passage())>><h2>THE CHILD WHO DIDN'T KNOW SORRY </h2>
<div class = "one"> You have to say you're sorry. </div>
<div class = "two"> I'm not sorry. </div>
<div class = "one"> But you know you hurt him. You have to say you're sorry. </div>
<div class = "two"> I don't feel sorry. </div>
<div class = "one"> You have to say it. </div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesSix.delete(passage())>><h2>CLIMATE </h2>
<div class = "one"> I'm frightened. </div>
<div class = "two"> Just walk instead of driving and don't take so many hot baths. </div>
<div class = "one"> I'm frightened for the children. </div>
<div class = "two"> There were those emails those scientists, I can't remember the detail </div>
<div class = "one"> no it didn't make any difference in the end </div>
<div class = "two"> no I think you're right, most scientists all agree it's a catastrophe. The question is how bad a catastrophe. </div>
<div class = "one"> It's whether they drown or starve or get killed in the fights for water. </div>
<div class = "two"> I'd choose drowning. </div>
<div class = "one"> Are you really not going to take it seriously? </div>
<div class = "two"> I don't know how to. </div>
<div class = "one"> I don't know how to. </div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesSix.delete(passage())>><h2>CENSOR </h2>
<div class = "one"> Page forty-two. </div>
<div class = "two"> Page forty-two. </div>
<div class = "one"> The sentence bginning 'On the 21st of May...' </div>
<div class = "two"> Yes, I've got it. </div>
<div class = "one"> I'm afraid that's going to have to go. </div>
<div class = "two"> Why is that? </div>
<div class = "one"> The Ministry of Defence considers it a breach of security. </div>
<div class = "two"> It's not classified information. </div>
<div class = "one"> That is nevertheless their view. </div>
<div class = "two"> Have you got a lot of these? </div>
<div class = "one"> About thirty. </div>
<div class = "two"> Let's hear the next one then. </div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesSix.delete(passage())>><h2>WIFE </h2>
<div class = "one"> But I am your wife. </div>
<div class = "two"> You look like my wife. </div>
<div class = "one"> That's because I am. Look, even that little birthmark behind my ear. Look. </div>
<div class = "two"> Yes, I see it. </div>
<div class = "one"> It's me. Darling sweet, it's me, I'm here. </div>
<div class = "two"> No, she's gone. They've all gone. </div>
<div class = "one"> Who's gone. </div>
<div class = "two"> Everyone I know. Everyone who loved me. </div>
<div class = "one"> No, I love you. </div>
<div class = "two"> I don't want you to love me, I don't know you. </div>
<div class = "one"> There's things only we know, aren't there. That day on the beach with the shells. You remember that? </div>
<div class = "two"> Yes, of course. </div>
<div class = "one"> And cabbages. Why is cabbages a funny word, we're the only ones who have cabbages as a joke because of what happened with the cabbages. Cabbages is a joke, yes? </div>
<div class = "two"> Cabbages was a joke I shared with my wife. I miss my wife. </div>
<div class = "one"> But I am... Let me touch you. If you'd see what it feels like to touch me. If we made love you'd know it was me because there are things we like to do and no one else would know that, if I was a stranger pretending to be her I wouldn't know those things, you'd feel you were back with me, you would I know; please. </div>
<div class = "two"> You disgust me. You frighten me. What are you? </div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesSix.delete(passage())>><h2>DECISION </h2>
<div class = "one"> I've written down all the reasons to leave the country and all the reasons to stay. </div>
<div class = "two"> So how does that work out? </div>
<div class = "one"> There's things on both sides. </div>
<div class = "two"> How do you feel about it? </div>
<div class = "one"> No, I'm trying to make a rational decision based on the facts. </div>
<div class = "two"> Do you want me to decide for you? </div>
<div class = "one"> Based on what? The facts don't add up. </div>
<div class = "two"> I'd rather you stayed here. Does that help?</div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesSix.delete(passage())>><h2>THE CHILD WHO DIDN'T KNOW PAIN </h2>
<div class = "one"> But what is it? </div>
<div class = "two"> Pain is pain, it's just </div>
<div class = "one"> if I pinch </div>
<div class = "two"> aah, get off. But if I pinch you </div>
<div class = "one"> nothing </div>
<div class = "two"> nothing at all </div>
<div class = "one"> but stop because I get bruises. </div>
<div class = "two"> How come you don't </div>
<div class = "one"> I never did when I was a baby </div>
<div class = "two"> you were born like </div>
<div class = "one"> yes and I used to chew my fingers </div>
<div class = "two"> you mean chew? </div>
<div class = "one"> and they got bandages put over or I'd chew them to the bone because you know how babies </div>
<div class = "two"> put everything in their mouth </div>
<div class = "one"> I'd put myself in my mouth because it wasn't any different. </div>
<div class = "two"> And if you fell down </div>
<div class = "one"> I threw myself down </div>
<div class = "two"> because it didn't hurt </div>
<div class = "one"> jumped down a whole flight of stairs because that was a quick way </div>
<div class = "two"> and you were all right </div>
<div class = "one"> broke both my legs and once when I went swimming there were rocks under the water and when I came out my legs were pouring blood because I hadn't felt </div>
<div class = "two"> so you can't feel anything </div>
<div class = "one"> emotions I feel feelings </div>
<div class = "two"> but physical </div>
<div class = "one"> not pain, no. </div>
<div class = "two"> And why not? </div>
<div class = "one"> because there's no signal going up to my brain </div>
<div class = "two"> from your legs </div>
<div class = "one"> from anywhere to my brain to say there's damage, it's hurting </div>
<div class = "two"> so you never know what hurting is </div>
<div class = "one"> so tell me what it's like </div>
<div class = "two"> Hurting is well it's pain, it's like uncomfortable but more, it's something you'd want to move away from but you can't, it's an intense sensation, it's hard to ignore it, it's very </div>
<div class = "one"> but why would you mind that? </div>
<div class = "two"> because it hurts. But no, sometimes pain's all right if it's not bad like if your gum's sore and you keep poking it with your tongue or you might cut your finger and you hardly notice, yes if you're doing something exciting, soldiers can lose a leg and not even know it </div>
<div class = "one"> that's like me </div>
<div class = "two"> yes but they know it afterwards. And bad pain </div>
<div class = "one"> yes but why, what is it? </div>
<div class = "two"> if someone's tortured if they give them electric shocks it's unbearable or if they've got cancer sometimes they want to die because my uncle </div>
<div class = "one"> yes but I still don't know what is it about pain </div>
<div class = "two"> it's just pain </div>
<div class = "one"> but what is it? </div>
<div class = "two"> You've been unhappy? </div>
<div class = "one"> yes </div>
<div class = "two"> if someone you love doesn't love you, you thought they loved you and they don't </div>
<div class = "one"> yes </div>
<div class = "two"> or you've done something you wish you hadn't done it's too late now and you've hurt someone and there's nothing you can do to put it right </div>
<div class = "one"> yes </div>
<div class = "two"> does that help? </div>
<div class = "one"> So it's like being unhappy but in your leg? </div>
<div class = "two"> But it's also just what it is, like red is red and blue is blue. </div>
<div class = "one"> But red isn't red, it's waves and it's red to us. </div>
<div class = "two"> So there you are, that's what it's like. </div>
<div class = "one"> Can I pinch you again? </div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesSix.delete(passage())>><h2>EARTHQUAKE </h2>
<div class = "one"> Have you seen the earthquake? There's this building my god you think things are solid but </div>
they just break.
<div class = "one"> Yes I've seen it. </div>
<div class = "two"> Imagine being in it, imagine you're lying on your back and there's this wall a few inches above your face and you can't sit up even an inch and if you do it might come down on you. And the air running out, you keep trying to get a deep breath but you can't breathe deeply enough because very soon there's going to be no more oxygen. And if you were injured if you're in pain while all that's going on and where are your family are they dead or in agony and will anyone come to get you out and how many hours or days, I'm just so upset by it. </div>
<div class = "one"> I wouldn't want to be in it obviously, poor them of course. I mean I do know about it. </div>
<div class = "two"> But you don't care. </div>
<div class = "one"> I can't say I feel it, no. You really feel it? </div>
<div class = "two"> I cried. Of course I feel it. I cried. </div>
<div class = "one"> Ok. </div>
<div class = "two"> And imagine the wave coming, imagine hearing it coming and running away and you can't get away, it came so fast did you see how fast it came? </div>
<div class = "one"> Yes, I saw it. </div>
<div class = "two"> You're not upset though. </div>
<div class = "one"> That black wave with the cars in it was awesome. </div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesSix.delete(passage())>><h2>CHINESE POETRY </h2>
'The girl waits at the door of her house on the mountain.'
<div class = "one"> What it literally says is 'mountain girl door'. </div>
<div class = "two"> So maybe </div>
<div class = "one"> A girl from the mountain is waiting outside my door. A girl climbs the mountain and comes to a door. </div>
<div class = "two"> To get the girl you have to go through a door into the mountain. </div>
<div class = "one"> The mountain is a door only a girl can open. </div>
<div class = "two"> The girl's as big as a mountain and can't get through the door. </div>
<div class = "one"> What's the next line? </div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesSeven.delete(passage())>><h2>MANIC </h2>
<div class = "one"> My god, look at that flower, thank you so much, have you ever seen such a red, red is blood and bullfights and seeing red is anger but red is joyful, red is celebration, </div>
<div class = "two"> yes, I like it </div>
<div class = "one"> in China red is lucky how lucky we are to have red flowers </div>
<div class = "two"> shall I get a vase? </div>
<div class = "one"> in China white is death and here black is death but ghosts are white of course so a chessboard is death against death, and blood of course could be death but it's lifeblood isn't it, if you look at the flower it's so astounding </div>
<div class = "two"> yes </div>
<div class = "one"> it means so much to me that you gave me red flowers because red is so significant don't you think? It means stop and of course it means go because it's the colour of energy and red cars have the most accidents because people are excited by red or people who are already excited like to have red, I'd like to have red, I'll buy a red car this afternoon and we can go for a drive, we can go right up through the whole country don't you think, we can go to Scotland we can go to John o'Groats, did he eat a lot of porridge do you think? But we don't have to start from Land's End or Land's Beginning we should say if we start from there but we won't we'll start from here because here is always the place we start from, isn't that funny, and I need to drive along all the roads in the country because I have to see to the traffic because there are too many cars as everyone knows but our car won't be one too many you'll be quite safe, we'll make sure it's all flowing smoothly in every direction because cars do go in every direction possible and everything goes in every possible direction, so we'll find a vase for the flowers, </div>
<div class = "two"> yes </div>
<div class = "one"> I think a green vase because of the primary colours and if they were blue I'd put them in an orange vase and if they were yellow I'd put them in a purple vase, yellow and purple is Easter of course so that's why crocuses, and red and green is Christmas which isn't right now of course it's the wrong time of year, I might have to sort that out when I've got a minute. </div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesSeven.delete(passage())>><h2>GRIEF </h2>
<div class = "one"> Are you sleeping? </div>
<div class = "two"> I wake up early but that's all right in the summer. </div>
<div class = "one"> Eating? </div>
<div class = "two"> Oh enough. Don't fuss. </div>
<div class = "one"> I've never had someone die. </div>
<div class = "two"> I'm sorry, I've nothing to say. Nothing seems very interesting. </div>
<div class = "one"> He must have meant everything to you. </div>
<div class = "two"> Maybe. We'll see. </div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesSeven.delete(passage())>><h2>FATE </h2>
<div class = "one"> I'm just saying you've got no choice </div>
<div class = "two"> I have </div>
<div class = "one"> you have of course you feel as if you have </div>
<div class = "two"> I have got a choice </div>
<div class = "one"> you've got a choice but you've no choice about what that choice is, you'll make whichever choice </div>
<div class = "two"> whichever choice I want </div>
<div class = "one"> whichever choice you want but you'll want what you want because you have to want what </div>
<div class = "two"> I don't have to want </div>
<div class = "one"> you do because of what you're like, that's what what you're like means that you're going to want what you want, because there's your genes and everything that's happened to you and everything else that's happening and all that stuff makes your brain be like that </div>
<div class = "two"> like what? </div>
<div class = "one"> like it is </div>
<div class = "two"> what's it like? </div>
<div class = "one"> I don't know of course I don't know nobody knows, but if someone could have that information they'd know exactly what you were going to </div>
<div class = "two"> they can't know </div>
<div class = "one"> you're crying about it now </div>
<div class = "two"> I'm not </div>
<div class = "one"> I knew you would </div>
<div class = "two"> But there's random </div>
<div class = "one"> oh there's random </div>
<div class = "two"> there's random particles you can't </div>
<div class = "one"> if you think you're like a random particle </div>
<div class = "two"> no but </div>
<div class = "one"> if you think you're a random particle just fizzing </div>
<div class = "two"> but you can't predict even where </div>
<div class = "one"> if you think free will is a random particle there's nothing very noble </div>
<div class = "two"> I didn't say noble </div>
<div class = "one"> so what is free will if it's not what you're like? </div>
<div class = "two"> No one could possibly have all that information. </div>
<div class = "one"> No, of course not. </div>
<div class = "two"> So maybe that's all right. </div>
<div class = "one"> I think it's fine. But it does change how you feel, don't you think? </div>
<div class = "two"> I feel a bit funny </div>
<div class = "one"> yes you feel as if you're hurtling </div>
<div class = "two"> hurtling through my life </div>
<div class = "one"> like the front seat of a roller-coaster </div>
<div class = "two"> but I feel like I'm choosing </div>
<div class = "one"> yes of course </div>
<div class = "two"> but I feel like I'm in the front seat of a roller-coaster </div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesSeven.delete(passage())>><h2>STONE </h2>
<div class = "one"> He's got a special stone. </div>
<div class = "two"> Is that what he's holding? </div>
<div class = "one"> Yes he's always got it in his hand. </div>
<div class = "two"> I know he's always holding </div>
<div class = "one"> never puts it down </div>
<div class = "two"> have you seen it? </div>
<div class = "one"> saw it once </div>
<div class = "two"> how </div>
<div class = "one"> made him open his </div>
<div class = "two"> shall we get it? </div>
<div class = "one"> I think he needs it </div>
<div class = "two"> yes shall we get it? </div>
<div class = "one"> I think he needs it </div>
<div class = "two"> yes shall we get it? </div>
<div class = "direction">They get the stone and throw it away.</div>
<div class = "one"> Go and get it then </div>
<div class = "two"> it's over there </div>
<div class = "one"> will he know which one? </div>
<div class = "two"> he can get another one </div>
<div class = "one"> he might want that one </div>
<div class = "two"> shall we get him one? </div>
<div class = "one"> Here have a stone </div>
<div class = "two"> have another stone </div>
<div class = "one"> have a stone </div>
<div class = "direction">Throwing them.</div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesSeven.delete(passage())>><h2>VIRTUAL </h2>
<div class = "one"> I don't care what you say </div>
<div class = "two"> no but listen </div>
<div class = "one"> I've never felt like this </div>
<div class = "two"> that's not the point what you feel </div>
<div class = "one"> it's the only </div>
<div class = "two"> because she doesn't exist </div>
<div class = "one"> I'm not listening. </div>
<div class = "two"> She doesn't </div>
<div class = "one"> have you seen her? </div>
<div class = "two"> yes I've seen her but she doesn't </div>
<div class = "one"> have you talked to her? </div>
<div class = "two"> I don't want to talk to </div>
<div class = "one"> then what do you know about it? </div>
<div class = "two"> she's not a real </div>
<div class = "one"> so? </div>
<div class = "two"> so you admit she's not </div>
<div class = "one"> she exists she still exists </div>
<div class = "two"> fine all right she exists but so does your shoe or a can of </div>
<div class = "one"> you're saying she's no different than a shoe? </div>
<div class = "two"> she's got no more feelings than </div>
<div class = "one"> what do you know about </div>
<div class = "two"> she's a thing she's a thing </div>
<div class = "one"> Look I appreciate your concern but just </div>
<div class = "two"> look </div>
<div class = "one"> she's beautiful she's intelligent she understands me </div>
<div class = "two"> she doesn't understand you </div>
<div class = "one"> she listens to me she likes my poems she's the only </div>
<div class = "two"> doesn't understand any </div>
<div class = "one"> she reads my mind she's sensitive to my every </div>
<div class = "two"> but she's virtual </div>
<div class = "one"> so? </div>
<div class = "two"> so she's not </div>
<div class = "one"> I can't believe just because soneone's not flesh and blood you'd </div>
<div class = "two"> she's just information </div>
<div class = "one"> and what are you if you're not </div>
<div class = "two"> yes I know we're </div>
<div class = "one"> so we're information our genes our </div>
<div class = "two"> yes but she hasn't </div>
<div class = "one"> what? </div>
<div class = "two"> hasn't got an inside to her mind she's not conscious she can't </div>
<div class = "one"> how do you know she </div>
<div class = "two"> she's a computer she's a computer game she's not </div>
<div class = "one"> and can you tell that from what she says? </div>
<div class = "two"> I don't need to </div>
<div class = "one"> but can you tell </div>
<div class = "two"> because she can't </div>
<div class = "one"> she might and how could she prove it because you wouldn't believe </div>
<div class = "two"> I certainly wouldn't </div>
<div class = "one"> because she says she has </div>
<div class = "two"> what, thoughts </div>
<div class = "one"> of course thoughts feeligns because she's that complicated she says she loves </div>
<div class = "two"> she can't possibly </div>
<div class = "one"> we know people won't understand but we don't care what you </div>
<div class = "two"> and what about sex </div>
<div class = "one"> what about </div>
<div class = "two"> she hasn't got a body </div>
<div class = "one"> she's got a fantastic </div>
<div class = "two"> but not a body you can </div>
<div class = "one"> she's not in this country at the moment </div>
<div class = "two"> she can't ever </div>
<div class = "one"> and the sex is great </div>
<div class = "two"> it's virtual </div>
<div class = "one"> it's virtual and great </div>
<div class = "two"> but she never feels </div>
<div class = "one"> I don't care what you say </div>
<div class = "two"> no but listen </div>
<div class = "one"> I've never felt like this about anyone. </div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesSeven.delete(passage())>><h2>SMALL THING </h2>
<div class = "one"> What are you looking at? </div>
<div class = "two"> A snail. </div>
<div class = "one"> Is that the same snail? </div>
<div class = "two"> Yes. I've been looking at it for a while. </div>
<div class = "one"> And? </div>
<div class = "two"> I'm just looking at it.</div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesSeven.delete(passage())>><h2>FACTS (LAST SCENE) </h2>
<div class = "one"> Who was the president of Coca-Cola from nineteen twenty-five to seven? </div>
<div class = "two"> HB Jones </div>
<div class = "one"> What is the smallest village in Central Asia? </div>
<div class = "two"> Qat. </div>
<div class = "one"> Where would you see a huish? </div>
<div class = "two"> In a gnu's fur. </div>
<div class = "one"> How many diamonds were mined in 1957? </div>
<div class = "two"> Sixty thousand four hundred and twenty-eight. </div>
<div class = "one"> Name two traditional ingredients of poulash. </div>
<div class = "two"> Duck and fennel. </div>
<div class = "one"> In 1647 what day was the battle of Stoneham? </div>
<div class = "two"> June the third. Tuesday. </div>
<div class = "one"> How far is it from here to the quasar d 66? </div>
<div class = "two"> Three point four billion light years. </div>
<div class = "one"> What sound does a capercaillie make? </div>
<div class = "two"> Aaaah. </div>
<div class = "one"> Who had the longest hair? </div>
<div class = "two"> Matilda Lucas. </div>
<div class = "one"> Of? </div>
<div class = "two"> Brighouse, Connecticut. </div>
<div class = "one"> What colour is the caterpillar of the brown-haired bath moth? </div>
<div class = "two"> Pale orange with black stripes. </div>
<div class = "one"> Do you love me? </div>
<div class = "two"> Don't do that. </div>
<div class = "one"> What is the formula that disproves Godel's theorem? </div>
<div class = "two"> X bracket a over t minus pi sigma close bracket to the power of ten minus n to the power of </div>
minus one squared
<div class = "one"> What is a plok? </div>
<div class = "two"> A stringed instrument played by the Larts of the the Gobi Desert </div>
<div class = "one"> By what name do we usually refer to Oceanus Australensis Picardia? </div>
<div class = "two"> I do yes I do. Sea anemone. </div>
[[end->end]]<h2>END</h2><h2>RANDOM </h2>
<div class = "one"> These things can happen in any section. DEPRESSION is an essential part of the play. The </div>
other random items[::09.01 [nobr]-19] are optional.<h2>DEPRESSION 1</h2>
//Each of these is a separate random item. Each is said by one person to another who
doesn't respond. The characters can be the same each time, or the depressed person can be the
same and the others different, or they can all be different.//
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesNine.delete(passage())>><h2>DEPRESSION 2</h2>
<div class = "one"> we could go for a walk it's a beautiful</div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesNine.delete(passage())>><h2>DEPRESSION 3</h2>
<div class = "one"> there's an exhibition of expressionist</div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesNine.delete(passage())>><h2>DEPRESSION 4</h2>
<div class = "one"> chicken tikka masala</div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesNine.delete(passage())>><h2>DEPRESSION 5</h2>
<div class = "one"> programme starts at 6.40 or if you'd rather we could</div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesNine.delete(passage())>><h2>DEPRESSION 6</h2>
<div class = "one"> glass of red or</div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesNine.delete(passage())>><h2>DEPRESSION 7</h2>
<div class = "one"> thinking of taking one of the kittens there's a ginger one or a</div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesNine.delete(passage())>><h2>DEPRESSION 8</h2>
<div class = "one"> maybe you could read them a story tonight or</div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesNine.delete(passage())>><h2>DEPRESSION 9</h2>
<div class = "one"> the difficulty of getting the Israelis and Palestinians to</div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesNine.delete(passage())>><h2>DEPRESSION 10</h2>
<div class = "one"> and he only has two months to live so I thought we could</div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesNine.delete(passage())>><h2>DEPRESSION 11</h2>
<div class = "one"> a fountain of antimatter in the Milky Way that nobody knew </div>
<div class = "backlink">[[return|previous()]]</div>
<<run $ScenesNine.delete(passage())>><h2>SEMAPHORE </h2>
<div class = "backlink">[[return|previous()]]</div><h2>MORSE </h2>
<div class = "backlink">[[return|previous()]]</div><h2>SIGN LANGUAGE </h2>
<div class = "backlink">[[return|previous()]]</div><h2>BIRDSONG </h2>
<div class = "backlink">[[return|previous()]]</div><h2>DANCE </h2>
<div class = "backlink">[[return|previous()]]</div><h2>FLAGS </h2>
<div class = "backlink">[[return|previous()]]</div><h2>PAINTING </h2>
<div class = "direction">Someone has a large canvas and is flicking paint at it.</div>
<div class = "backlink">[[return|previous()]]</div><h2>PIG LATIN </h2>
<div class = "one"> Ancay ouyay eakspay igpay atinlay? </div>
<div class = "backlink">[[return|previous()]]</div><h2>SANTA </h2>
<div class = "one"> Father Christmas lands his sleigh on the roof and comes down the chimney with his big sack of toys and he'll put presents in your stocking </div>
<div class = "backlink">[[return|previous()]]</div><h2>TABLES </h2>
<div class = "one"> Seven sevens are forty-nine, seven eights are fifty-six, seven nines are sixty-three, seven tens are seventy, seveven elevens are seventy-seven, seven twelves are eighty-four, seven thirteens are ninety-one </div>
<div class = "backlink">[[return|previous()]]</div><h2>GENES </h2>
<div class = "one"> AGT TCG AGC CCT TGA CTT GAT TGT GCA TAC </div>
<div class = "two"> CGT GCT TGA GTC ATG TTG CAC AAC TTG TCG </div>
<div class = "one"> GTC TCA GTA TGC CCG TGA AAT GTA CAT GTC </div>
<div class = "two"> GGG TCC GAA TCT GAT TGC CCT TTG TGG AAC </div>
<div class = "one"> TGT GTG GCA TAG CTA GCC TGG GAC CCT TTG </div>
<div class = "two"> GGC TGC ACT TGA TTG TCA CCA GGT TGT TCT </div>
<div class = "one"> GTT GAA TCA TGA TCG GAC CCA CGT CGG CTG </div>
<div class = "two"> GCC GAC TTT GAC CGG AGT GGT TGT ACC TTG </div>
<div class = "one"> GTC AGG AAT TGA ACG </div>
<div class = "backlink">[[return|previous()]]</div><h2>DOG </h2>
<div class = "one"> Come. Sit. Stay. Come. Good dog. Fetch. Drop it. Fetch. Good dog. Roll over. Good dog. Come. Heel. No. Come. </div>
<div class = "backlink">[[return|previous()]]</div><h2>KEYS </h2>
<div class = "one"> You don't know where I put the car keys, do you? </div>
<div class = "backlink">[[return|previous()]]</div><h2>MAGAZINE </h2>
<div class = "one"> she's lost two stone... he was going to leave her... look, he's coming out of a club with </div>
an unnamed blonde...
<div class = "backlink">[[return|previous()]]</div><h2>GOOGLE </h2>
<div class = "one"> There's a train at 4.22 gets in at half-past eight. </div>
<div class = "backlink">[[return|previous()]]</div><h2>TWITTER </h2>
<div class = "one"> He's in the kitchen cooking spaghetti and he's upset about the news from Tripoli. </div>
<div class = "backlink">[[return|previous()]]</div><h2>ZEN </h2>
<div class = "one"> What's the sound of one hand clapping? I've heard that one. </div>
<div class = "backlink">[[return|previous()]]</div><h2>COLD </h2>
<div class = "direction">Someone sneezes.</div>
<div class = "backlink">[[return|previous()]]</div><h2>SILENCE </h2>
<div class = "direction">This can happen more than once, for different lengths of time.</div>
<div class = "backlink">[[return|previous()]]</div>@story_start_name = 'TitlePage'Twee2::build_config.story_ifid = '85feb792-1a28-4ac3-9f22-20bb321192b3'
Twee2::build_config.story_format = 'SugarCube2'[[debug room]]
<<set $SectionOne to ["01.01", "01.02", "01.03", "01.04", "01.05", "01.06", "01.07"]>>
<<set $SectionTwo to ["02.01", "02.02", "02.03", "02.04", "02.05", "02.06", "02.07"]>>
<<set $SectionThree to ["03.01", "03.02", "03.03", "03.04", "03.05", "03.06", "03.07"]>>
<<set $SectionFour to ["04.01", "04.02", "04.03", "04.04", "04.05", "04.06", "04.07"]>>
<<set $SectionFive to ["05.01", "05.02", "05.03", "05.04", "05.05", "05.06", "05.07"]>>
<<set $SectionSix to ["06.01", "06.02", "06.03", "06.04", "06.05", "06.06", "06.07"]>>
<<set $SectionSeven to ["07.01", "07.02", "07.03", "07.04", "07.05", "07.06", "07.07"]>>
<<set $SectionEight to ["08.01"]>>
<<set $SectionTen to ["10.01", "10.02", "10.03", "10.04", "10.05", "10.06", "10.07", "10.08",
"10.09", "10.10", "10.11", "10.12", "10.13", "10.14", "10.15", "10.16", "10.17", "10.18",
"10.19"]>>
<<set $SectionNine to ["09.01", "09.02", "09.03", "09.04", "09.05", "09.06", "09.07",
"09.08", "09.09", "09.10", "09.11"]>>
<<set $ScenesOne to Array.from($SectionOne)>>
<<set $ScenesTwo to Array.from($SectionTwo)>>
<<set $ScenesThree to Array.from($SectionThree)>>
<<set $ScenesFour to Array.from($SectionFour)>>
<<set $ScenesFive to Array.from($SectionFive)>>
<<set $ScenesSix to Array.from($SectionSix)>>
<<set $ScenesSeven to Array.from($SectionSeven)>>
<<set $ScenesEight to Array.from($SectionEight)>>
<<set $ScenesNine to Array.from($SectionNine)>>
<<set $SceneTitles to {
"01.01": "SECRET",
"01.02": "CENSUS",
"01.03": "FAN",
"01.04": "TORTURE",
"01.05": "LAB",
"01.06": "SLEEP",
"01.07": "REMOTE",
"02.01": "IRRATIONAL",
"02.02": "AFFAIR",
"02.03": "MOTHER",
"02.04": "FIRED",
"02.05": "MESSAGE",
"02.06": "GRASS",
"02.07": "TERMINAL",
"03.01": "SCHIZOPHRENIC",
"03.02": "SPIES",
"03.03": "DREAM",
"03.04": "RECLUSE",
"03.05": "GOD'S VOICE",
"03.06": "THE CHILD WHO DIDN'T KNOW FEAR",
"03.07": "STAR",
"04.01": "WEDDING VIDEO",
"04.02": "SAVANT",
"04.03": "EX",
"04.04": "MEMORY HOUSE",
"04.05": "DINNER",
"04.06": "PIANO",
"04.07": "FLASHBACK",
"05.01": "LINGUIST",
"05.02": "MATHS",
"05.03": "SEX",
"05.04": "GOD",
"05.05": "RASH",
"05.06": "CHILDREN",
"05.07": "SHRINK",
"06.01": "THE CHILD WHO DIDN'T KNOW SORRY",
"06.02": "CLIMATE",
"06.03": "CENSOR",
"06.04": "WIFE",
"06.05": "DECISION",
"06.06": "THE CHILD DIDN'T KNOW PAIN",
"06.07": "EARTHQUAKE",
"07.01": "CHINESE POETRY",
"07.02": "MANIC",
"07.03": "GRIEF",
"07.04": "FATE",
"07.05": "STONE",
"07.06": "VIRTUAL",
"07.07": "SMALL THING",
"08.01": "FACTS (LAST SCENE)",
"10.01": "SEMAPHORE",
"10.02": "MORSE",
"10.03": "SIGN LANGUAGE",
"10.04": "BIRDSONG",
"10.05": "DANCE",
"10.06": "FLAGS",
"10.07": "PAINTING",
"10.08": "PIG LATIN",
"10.09": "SANTA",
"10.10": "TABLES",
"10.11": "GENES",
"10.12": "DOG",
"10.13": "KEYS",
"10.14": "MAGAZINE",
"10.15": "GOOGLE",
"10.16": "TWITTER",
"10.17": "ZEN",
"10.18": "COLD",
"10.19": "SILENCE"
}>>