Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
<<script>>UIBar.stow()<</script>>
Note: Please enable audio on your device.
Who is [[Cornelia Webster?->Untitled Passage]]<<set _bgm = setup.AudioPath + "AudioJeff.mp3">>
<<cacheaudio "maintheme_bgm" _bgm>><img @src="setup.ImagePath+'GrowF.png'" alt="Larger font" title="Larger font" class="fullscreenImg" style="top: 70px;" onclick="fontSize(1)"><img @src="setup.ImagePath+'ShrinkF.png'" alt="Smaller font" title="Smaller font" class="fullscreenImg" style="top: 100px;" onclick="fontSize(-1)"> ''one
by Lindsay Jacquard
& Jeff Arbeau
narration:
Jeff Arbeau''<a target="_self" href="https://corneliawebster.neocities.org/" target="_blank">RETURN TO HOME PAGE</a><p style="font-size:40px">CORNELIA
WEBSTER</p><svg width="0" height="0" xmlns="http://www.w3.org/2000/svg">
<filter id="pixelmax" x="0" y="0">
<feFlood id="dot" x="0" y="0" height="1" width="1" />
<feComposite id="spacing" width="14" height="14"/>
<feTile result="a"/>
<feComposite in="SourceGraphic" in2="a"
operator="in"/>
<feMorphology id="size" operator="dilate"
radius="7"/>
</filter>
</svg>
<svg width="0" height="0" xmlns="http://www.w3.org/2000/svg">
<filter id="pixel" x="0" y="0">
<feFlood id="dot" x="0" y="0" height="1" width="1" />
<feComposite id="spacing" width="10" height="10"/>
<feTile result="a"/>
<feComposite in="SourceGraphic" in2="a"
operator="in"/>
<feMorphology id="size" operator="dilate"
radius="5"/>
</filter>
</svg>
<svg width="0" height="0" xmlns="http://www.w3.org/2000/svg">
<filter id="lessPixel" x="0" y="0">
<feFlood id="dot" x="0" y="0" height="1" width="1" />
<feComposite id="spacing" width="8" height="6"/>
<feTile result="a"/>
<feComposite in="SourceGraphic" in2="a"
operator="in"/>
<feMorphology id="size" operator="dilate"
radius="4"/>
</filter>
</svg>
<svg width="0" height="0" xmlns="http://www.w3.org/2000/svg">
<filter id="evenLessPixel" x="0" y="0">
<feFlood id="dot" x="0" y="0" height="1" width="1" />
<feComposite id="spacing" width="4" height="4"/>
<feTile result="a"/>
<feComposite in="SourceGraphic" in2="a"
operator="in"/>
<feMorphology id="size" operator="dilate"
radius="2"/>
</filter>
</svg><<masteraudio stop>><audio autoplay loop id="myAudio">
<source @src='setup.AudioPath + "AudioJeff.mp3"' type="audio/mp3"></audio>
<video autoplay muted loop playsinline id="myVideo">
<source @src='setup.ImagePath + "Background_5.mp4"' type="video/mp4">
</video>\
\
<div class="content"> \
\
<center><span id="btn1"><<button "Pause Video">>
<<script>>
// Get the video
var video = document.getElementById("myVideo");
// Pause and play the video, and change the button text
if (video.paused) {
video.play();
$("#btn1 button")[0].innerHTML = "Pause Video";
} else {
video.pause();
$("#btn1 button")[0].innerHTML = "Play Video";
}
<</script>>
<</button>></span></center>
\
<center><span id="btn2"><<button "Play/Pause Audio">>
<<script>>
// Get the audio
var audio = document.getElementById("myAudio");
// Pause and play the audio, and change the button text
if (audio.paused) {
audio.play();
$("#btn2 button")[0].innerHTML = "Play/Pause Audio";
} else {
audio.pause();
$("#btn2 button")[0].innerHTML = "Play/Pause Audio";
}
<</script>>
<</button>></span></center>
\
<center><<message 'Show/Hide Text' btn>>
He saw something in you, yes, but that was just the start. A hop, a skip, a leap into his boat. Eyes watching you, inciting instinctual panic. You swallow that squirming, and down it goes down like craneflies. A pause. Eyes... evaluating you, seeing... potential? Does the small ship rock and spill his flask, or does he offer you a splash? Either way, your tongue snaps from your mouth to gather the drink. It burns, and emboldens.
As you let yourself be transported from this lake, the only place you’ve ever known, you let everything that was... fall away. He doesn’t know what to feed you, so he tries a bit of everything. You take to his food immediately, like you’d never known a snail or worm. What could be larger: your stomach or your eyes?
The clatter and clamour of his hotel overtake you in a way that the forest murmurs never could. Guests flock to your side but you don’t flinch or hesitate: you’re Cornelia now. Their praise stokes the flames in your belly, burning at all hours. Well, it’s either that, or your appetite!
You hear the man’s call cutting through the din and rush to squat by his side, to be slipped a junebug under the table. You nudge him for another. He looks down at you, all smiling, all “what can you do?” You can give me another, you think. Eyes are watching you now, but there’s no panic. You find power in performing, showing off just what you can do.
You recall a time when you could fit in his palm, slick and small. These days, you don’t need him to carry you. You’re so much more now, or does he just shrink in your company? Each pound was earned in cornmeal and in whiskey, and yet he looks to you as if you haven’t earned your keep? It’s when he finds you guzzling whey that he finally throws you out. If your stomach wasn’t curdled before, it is now.
You stumble your way back to the lake, though it pains you to go back home. You see the others... ah, but they’re nothing like you anymore. Their peeping echoes out through the dim evening light, a song your bass tones would struggle to conjure these days. You lunge out towards the voices, but the lakeshore comes at you dizzyingly fast. A splash! Little waves course out from around you, one by one until the lake begins to still. You steel yourself for their ribbing and ribbiting, but instead you are alone.
Is it your reflection dancing in the ripples, or is it the liquor swimming in your head? You can’t help but to admire your broad shoulders, your power and magnetism. The night sky is mirrored around you, little pinpricks of starlight spinning.
You. You’re a star.
The water erupts around you, but this last thought, it carries you into the dark.<</message>> </center> </div><center><<button "Pause Audio">>
<<script>>
// Get the audio
var audio = document.getElementById("myAudio");
// Pause and play the audio, and change the button text
if (audio.paused) {
audio.play();
$("#btn button")[0].innerHTML = "Pause Audio";
} else {
audio.pause();
$("#btn button")[0].innerHTML = "Play Audio";
}
<</script>>
<</button>></center>
</div>
<<masteraudio stop>><<audio "maintheme_bgm" play loop>>
<video autoplay muted loop id="myVideo">
<source @src='setup.ImagePath + "Background_1.mp4"' type="video/mp4">
</video><div class="content">\ Double-click this passage to edit it.