vohzd.com
SCP-6519

The Spirit in the Sky

Series
7
Size
42.4 KB
Views
0

- CODE

/*
BLANKSTYLE CSS
[2021 Wikidot Theme]
By Placeholder McD and HarryBlank
Based on:
Paperstack Theme by EstrellaYoshte
Penumbra Theme by EstrellaYoshte
*/

@import url('https://fonts.bunny.net/css2?family=Montserrat:ital,wght@0,800;1,800&display=swap');

#page-content { font-size: .9rem; }

#main-content {
top: -1.6rem;
padding: 0.2em;
}

div#container-wrap {
background-image: none;
}

div#header {
background-image: none;
}

#header h1, #header h2 { margin-left: 0; float: none; text-align: center; }
#header h2 { margin-top: 0.5rem; }
#header h1 span, #header h2 span { font-size: 0; display: none;}
#header h1 a::before, #header h2::before {
color: #000;
letter-spacing: 1px;
font-family: 'Montserrat', sans-serif !important;
text-shadow: none;
}

#header h1 a::before {
content: var(--header-title, "R\0026 C SITE-43");
font-weight: 400;
font-size: 1.3em;
}

#header h2::before {
content: var(--header-subtitle, "SUBVERTING COMMON PRACTICE");
font-weight: 700;
font-size: 1.2em;
}

@media (max-width: 707px) {
#header h1 a::before {
font-size: 1.6em;
}
}

#login-status,
#login-status a {
color: #333333;
}

#page-title {
display: none;
}

#footer, #footer a {
background: transparent;
color: #333333;
}

#search-top-box-input,
#search-top-box-input:hover,
#search-top-box-input:focus,
#search-top-box-form input[type=submit],
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
border: none;
background: #333333;
box-shadow: none;
border-radius: 0px;
color: #efefef;
}

#search-top-box input.empty {
color: #999999;
}

#search-top-box {
top: 2.3rem!important;
right: 8px;
}

#top-bar {
display: flex;
justify-content: center;
right: 0;
top: 7.9rem;
}

#top-bar, #top-bar a {
color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Montserrat', sans-serif;
color: #000;
letter-spacing: 1px;
}

h1 {
font-size: 2em;
}

h2 {
font-size: 1.45em;
}

div#extra-div-1 {
height: 160px;
width: 100%;
top: 0;
position: absolute;
background: url('https://scp-wiki.wdfiles.com/local--files/theme%3Ablankstyle/43Head.png');
background-size: contain;
background-repeat: no-repeat;
background-position: 50% 50%;
z-index: -1;
}

@media (max-width: 707px) {
div#extra-div-1 {
top: 15px;
}
}

body {
background-image: linear-gradient(
to bottom,
#e0e0e0, #e0e0e0 90px,
#e0e0e0 90px, #ffffff 200px,
#ffffff 200px, #ffffff 100%);
background-repeat: no-repeat;
}

:root {
--timeScale: 1.5;
--timeDelay: 1.5s;
--posX: calc(50% - 358px - 13rem);
--fnLinger: 1s;
}

#page-content hr {
background-color: #000;
}

#page-content tr th {
padding: 6px;
border: #000 1px solid;
}

#page-content tr td {
padding: 12px;
border: #000 1px solid;
line-height: 1.4;
}

#page-content .sidebox tr td,
#page-content .sidebox tr th {
padding: 0.35em;
}

#side-bar {
border-right: 1px solid #333;
background: #DDD;
}

#side-bar .side-block {
border: 1px solid #333;
border-radius: 0;
box-shadow: none;
}

#top-bar div.open-menu a {
border: 1px solid #333;
border-radius: 0;
box-shadow: none;
}

@media (max-width: 767px) {
#side-bar:target {
border: 1px black;
box-shadow: none;
}
}

#side-bar .side-block {
border: 1px solid #333;
border-radius: 0;
box-shadow: none;
background-color: #FDF6D7;
}
#side-bar .side-block.media {
background-color:#D7EFE7;
}
#side-bar .side-block.resources {
background-color:#F5D8E0;
}

#page-content .creditRate{
margin: unset;
margin-bottom: 4px;
}
#page-content .rate-box-with-credit-button {
background-color: #ffffff;
border: solid 1px #000;
box-shadow: none;
border-radius: 0;
}

#page-content .rate-box-with-credit-button .fa-info {
border: none;
color: #333333;
}

#page-content .rate-box-with-credit-button .fa-info:hover {
background: #333333;
color: #ffffff;
}

.rate-box-with-credit-button .cancel {
border: solid 1px #ffffff;
}

/* ---- PAGE RATING ---- */

.page-rate-widget-box {
box-shadow: none;
border: solid 1px #000;
margin: unset;
margin-bottom: 4px;
border-radius: 0;
}

div.page-rate-widget-box .rate-points {
background-color: #ffffff;
color: #333333;
border: none;
border-radius: 0;
}
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
background-color: #ffffff;
border-top: none;
border-bottom: none;
}

.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a {
background: transparent;
color: #333333;
}

.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover {
background: #333333;
color: #ffffff;
}

.page-rate-widget-box .cancel {
background: transparent;
background-color: #ffffff;
border: none;
border-radius: 0;
}

.page-rate-widget-box .cancel a {
color: #333333;
}
.page-rate-widget-box .cancel a:hover {
background: #333333;
color: #ffffff;
border-radius: 0;
}
#page-content .rate-box-with-credit-button .page-rate-widget-box { border: none; }

.anchor {
position: sticky;
height:0;
top: 0;
}
.sidebox {
padding: .14rem;
margin-top: 0;
margin-bottom: 8px;
width: calc((100vw - 870px)/2);
max-height: calc(100vh - 18rem);
position: absolute;
top: 0;
left: 103.5%;
z-index: 5;
overflow: auto;
box-sizing: border-box;
}
@media (max-width: 1290px) {
.sidebox {
display: none;
visibility: hidden;
}

\#header h2::before {
    font-size: 0.9em !important;
}

}

.scp-image-block {
box-shadow: none;
}

/* ---- YUI TAB BASE ---- */
.yui-navset .yui-nav a,.yui-navset .yui-navset-top .yui-nav a{background-color:inherit;background-image:inherit}.yui-navset .yui-nav a:hover,.yui-navset .yui-nav a:focus{background:inherit;text-decoration:inherit}.yui-navset .yui-nav .selected a,.yui-navset .yui-nav .selected a:focus,.yui-navset .yui-nav .selected a:hover{color:inherit;background:inherit}.yui-navset .yui-nav,.yui-navset .yui-navset-top .yui-nav{border-color:inherit}.yui-navset li{line-height:inherit}

/* ---- YUI TAB CUSTOMIZATION ----*/

.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav{
display: flex;
flex-wrap: wrap;
width: calc(100% - .125rem);
margin: 0 auto;
border-color: #333333;
box-shadow: none;
}
.yui-navset .yui-nav a, /* ---- Link Modifier ---- /
.yui-navset .yui-navset-top .yui-nav a{
color: #333333;
/
---- Tab Background Colour | [UNSELECTED] ---- /
background-color: #efefef;
border: unset;
box-shadow: none;
box-shadow: none;
}
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus{
color: #ffffff;
/
---- Tab Background Colour | [HOVER] ---- /
background-color: #333333;
}
.yui-navset .yui-nav li, /
---- Listitem Modifier ---- */
.yui-navset .yui-navset-top .yui-nav li{
position: relative;
display: flex;
flex-grow: 2;
max-width: 100%;
margin: 0;
padding: 0;
color: #ffffff;
background-color: #ffffff;
border-color: transparent;
box-shadow: none;
}
.yui-navset .yui-nav li a,
.yui-navset-top .yui-nav li a,
.yui-navset-bottom .yui-nav li a{
display: flex;
align-items: center;
justify-content: center;
width: 100%;
}
.yui-navset .yui-nav li em{
border: unset;
}
.yui-navset .yui-nav a em,
.yui-navset .yui-navset-top .yui-nav a em{
padding: .35em .75em;

 text-overflow: ellipsis;
 overflow: hidden;
 white-space: nowrap;

}
.yui-navset .yui-nav .selected, /* ---- Selection Modifier ---- /
.yui-navset .yui-navset-top .yui-nav .selected{
flex-grow: 2;
margin: 0;
padding: 0;
/
---- Tab Background Colour | [SELECTED] ---- */
background-color: #333333;
}
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a em{
border: none;
}
.yui-navset .yui-nav .selected a{
width: 100%;
color: #ffffff;
}
.yui-navset .yui-nav .selected a:focus,
.yui-navset .yui-nav .selected a:active{
color: #ffffff;
background-color: #333333;
}
.yui-navset .yui-content {
background-color: #ffffff;
box-shadow: none;
}
.yui-navset .yui-content,
.yui-navset .yui-navset-top .yui-content{
padding: .5em;
border: 1px solid #333;
box-sizing: border-box;
}

/---- SCROLLBAR ----/

::-webkit-scrollbar {
width: 10px;
}

::-webkit-scrollbar-track {
background: #FFF;
border-left: 1px solid #333;
}

::-webkit-scrollbar-thumb {
background: #CCC;
border: #333 1px solid;
}

::-webkit-scrollbar-thumb:hover {
background: #EEE;
}

/---- CENTER IMAGES ON MOBILE courtesy of EstrellaYoshte and PeppersGhost ----/

.imagediv {
float: right;
margin: 15px
}

@media (max-width: 540px) {
.imagediv {
float: none;
text-align:center;
margin: auto;
}
}

@media only screen and (max-width: 600px) {
.scp-image-block.block-right{
float: none;
margin: 10px auto;
}
}

/---- ACS-COLORED TABLE DIVS ----/

#page-content .table1 tr th,
#page-content .table1 .scp-image-block .scp-image-caption {
background-color: #D7EFE7;
}

#page-content .table2 tr th,
#page-content .table2 .scp-image-block .scp-image-caption {
background-color: #D8ECF4;
}

#page-content .table3 tr th,
#page-content .table3 .scp-image-block .scp-image-caption {
background-color: #FDF6D7;
}

#page-content .table4 tr th,
#page-content .table4 .scp-image-block .scp-image-caption {
background-color: #FFDABF;
}

#page-content .table5 tr th,
#page-content .table5 .scp-image-block .scp-image-caption {
background-color: #F5D8E0;
}

#page-content .table6 tr th,
#page-content .table6 .scp-image-block .scp-image-caption {
background-color: rgba(146, 0, 255, 0.2);
}

.tableb .wiki-content-table {
border-collapse: separate;
border-spacing: 2px;
}

.tableb .scp-image-block {
border: none;
}

.tableb .scp-image-block img {
border: #000 1px solid;
box-sizing: border-box;
}

.tableb .scp-image-block .scp-image-caption {
margin-top: 2px;
border: #000 1px solid;
box-sizing: border-box;
}

.top-left-box > .item {
display: none;
}

/* ---- WORDS NO LONGER BROKEN, THE CROQUEMBOUCHE HAS SPOKEN ---- */
span, a { word-break: normal !important }

.avatar-hover { display: none !important; }

#breadcrumbs, .pseudocrumbs {
text-align: center;
padding-top: 10px;
}

#main-content .page-tags span {
max-width: 100%;
}

/* -- FANCY THINGS from Woedenaz's Dustjacket Theme -- */

.fancyhr hr {
border-top: 2vw solid transparent;
background-color: rgba(var(--bright-accent), 0);
height: 0;
box-sizing: border-box;
border-image-source: url('https://scp-wiki.wdfiles.com/local--files/theme%3Aflopstyle-dark/wl_hr.png');
border-image-repeat: round round;
background: none;
border-image-slice: 80 500 80 500 fill;
border-image-width: 10em 80em 10em 80em;
}

.fancyborder {
box-sizing: border-box;
border: 2vw solid rgba(0,0,0,0.5);
border-image: url('https://scp-wiki.wdfiles.com/local--files/theme%3Aflopstyle-dark/wl_border.png') 600 round;
border-image-width: 6;
padding: 2vw;
}

Item#: SCP-6519

Level1

Containment Class:

esoteric

Secondary Class:

ether

Disruption Class:

keneq

Risk Class:

notice

link to memo


Suspected SCP-6519 vectors.

Special Containment Procedures: Witness testimony will be collected by the Spectrometry and Spectremetry Section of Site-43 to attempt confirmation of SCP-6519's existence. No further effort will be expended on its containment at this time, as it poses no significant threat to the Veil..Ether-class anomalies are only attested in as-yet-unconfirmed eyewitness reports.


Description: SCP-6519 is an alleged phenomenon wherein recently-deceased individuals interfere with radio broadcasts by inserting unscheduled material. In all cases, persons responsible for supervising the affected broadcasts are incapable of recognizing that anything unusual has taken place, either at the time or after the fact. The inserted material is, in all cases, a single pre-existing commercial music track. The phenomenon is always witnessed by one or more live subjects engaged in the act of remembering the deceased individual, most commonly during funerary rituals.


Addendum 6519-1, Investigation: The SCP-6519 dossier was opened by Dr. Anastasios Mataxas, Chair of Spectrometry and Spectremetry, in 2020 after a chance conversation with Dr. Harold Blank. Dr. Blank had described a potentially supernatural, recurrent event which he himself had experienced, forming the template for all other manifestations since recorded. Dr. Mataxas subsequently encountered scattered references to other postmortem media interference in archival material, but was unable to engage in further research before his retirement. He passed the dossier to his successor, Dr. Polyxeni Mataxas, who collected preliminary witness testimony from Site-43 personnel.

43NET: Catalogue of SCP-6519 Incidents [SELECTED, UNSORTED]

RAISA Notice: Five (5) items in this 43NET request cross-link existing SCP database articles with their own unique security clearance levels and background context; credentials confirmation will be required to access them. It is the judgement of this office that sufficient comprehension of SCP-6519 can be acquired without accessing said items.

Subject: Dr. Harold R. Blank, Archives and Revision (Chair)

Song: "Spirit In The Sky," Norman Greenbaum, 1969

Testimony: "I have only the vaguest memory of the first occurrence. It might very well be that I'm remembering my mother talking about it later. I was sitting in the back of her van, and we were driving in my great-grandmother's funeral procession. You know, a little convoy following the hearse. Dunno if people do that anymore. Mom had the radio on — she always had the radio on — and this song came on straight away. Distant horns, otherworldly, like they were coming across a big black lake at night, and then this gospel rock thing kicks in. The upbeat take on death. One long assurance that the next life is a good one, and someone's gonna head on over there and put in a good word for you ahead of time. When it's your turn to go, there'll be a spot saved for you. Typical Christian boilerplate, but still a damn snappy song, and it never stops feeling… like it knows more than it lets on, like it's in on some cosmic secret, like it's coming from a place other than just some one-hit wonder nobody's ever heard of. It made a big impact on my mom, that's for sure; dunno if she really thought it was her grandma saying goodbye, but I can certainly understand her wanting to see it that way. She never got tired of telling that story. Especially when… okay. My personal religious beliefs aren't, you understand, and as far as I know she was the same, but we were agreed that something spooky was going on here because it damn well happened again, years and years later. She was driving to the hospital, alone this time, just after my grandmother — her mother — died, radio on as always, and along comes Mr. Greenbaum again to tell her it's alright. She told me about it when she got home, and I believed her. Still do, because… well. Fast forward another decade or so. I was driving home from the hospital, the day my mom… yeah. I've had the bottom drop out of my stomach a lot, doing this job, but my heart doesn't usually leap into my throat at the same time. After all the weird shit I've seen, I still wasn't ready to hear those distant horns again, but I was goddamn glad when I did. Once I stopped sobbing, and had time to let it sink in. Takes a lot to make me cry, I'm thoroughly shit at it, and gospel rock is not my usual ticket. Nevertheless… I don't know if my mom's still out there somewhere, in some sense, but I'd obviously like to think it's the case. And I'd like to think that she's… happy? So I'm biased. I want this to be real, and that makes me a less than reliable source. But you know what we say in A&R: once is odd, twice is strange, three times is data. As far as I'm concerned, my great-grandmother and my grandmother and my mom all phoned home to let us know they're okay, from wherever it is that they went."

Dr. Blank is a prime example of what I call 'esoaccumulation', the tendency for individuals encountering anomalous phenomena in their early life to continue to experience them as time progresses. It was this characteristic which convinced my predecessor that there might be something deeper to the story. For what it's worth, I think he was right. [Mataxas, Dr. P.]

CREDENTIALS CONFIRMED

Subject: Dr. Michael D. Nass, Theology and Teleology (Chair)

Song: "Wings Of An Eagle," Russell Morris, 1972

Testimony: "Doing this under protest. I recognize the parallels in the song: she hears a warning that we can't hear, because we're far below and she's left us for the skies. She has perspective that we don't have, she can see the big picture, she can see the change that's coming, and she thinks we need to… what? Help people. Help ourselves. Yes, it's the kind of thing she might want us to hear, but BRENDA CORBIN ISN'T DEAD, so this wasn't her."

She had a terminal brain tumour and a Babylonian god-dragon took her into the clouds, Michael. [Mataxas, Dr. P.]

And they've been sighted since! [Nass, Dr. M.]

I'm not saying she's dead now, necessarily. I'm saying she was dead once. [Mataxas, Dr. P.]

Subject: Dr. Udo A. Okorie, Applied Occultism (Chair)

Song: "Love The One You're With," Stephen Stills, 1970

Testimony: "I lost someone I was… very close to, back in 2002. It took a lot out of me. Everything I had… I remember thinking, at the time, that this was my big chance at happiness completely blown. He ticked off all the boxes for me, and the idea of… all the effort required to find someone like that again, it just completely exhausted me. I slept for days. I avoided all my friends. I fell way behind on my work. Completely drained. And then… one night, while I was moping, I turned on the radio just to occupy my mind. I used to crank it up real loud, drown out the… yeah. And this track comes on, almost right away, a sort of weird cloud of guitars and finger-snapping resolving into this halting sing-song, and an awkward harmony, tentative but heartfelt, and I let it play. It resonated, it was… like the music itself was working through something, the way I was working through something, and maybe we could figure out how to do it together. It was imperfect, but maybe that was the point? The perfect is the enemy of the good. And that's just the music; as for the words… well, that was a message. It just simply had to be. "It doesn't matter how bad the situation is, you can still make the best out of it. Keep trying. Put yourself out there. Try. Don't give up on good because you lost something great. There's second chances in every direction, lined up and waiting for you, so all you have to do is… move." So I moved, and you know what? There was something to it. I've kept moving ever since."

One of the very few examples we have where the event is far removed from the individual's death. It might be an outlier, or it might be unrelated; in any event, the subject believes it's related, and we're not yet at the point where we can discard any potential interpretation. [Mataxas, Dr. P.]

CREDENTIALS CONFIRMED

Subject: Dr. Ilse D. Reynders, Acroamatic Abatement (Chief)

Song: "We'll Meet Again," Vera Lynn, 1939

Testimony: "Song sounds like it's filtering up through the water from a sinking ship, doesn't it? Like the band on Titanic is playing it. Eerie, good choice for ghost music. That's not what I was thinking at the time, though. Vivian.Director Vivian Lesley Scout, founding Director of Site-43. had finally died, at the sprightly old age of much younger than I am right now, and I couldn't go to the funeral because of my condition. They had a radio set up so I could listen to the service. When the broadcast ended — and this is the strange part, because it was an internal Foundation broadcast — they played "We'll Meet Again." Viv and I worked together during the war, of course, so we heard that song a lot; he even saw Vera Lynn sing it to the troops once, while he was clearing out an archive in Bengal before the Japanese came through. So yeah, it was his kind of music: of the moment, and historically significant. It wasn't our song, though, not that we… it was never particularly special to the both of us, together. Just one milestone on two long, long trips. So if there's a reason he saw fit to reach beyond the pale and drop it in my lap again, I can't imagine what it was. To be sure there's the whole optimism-in-the-face-of-adversity, hope-for-tomorrow message, the sort of thing that might appeal to, for example, a woman trapped in an incinerator for endless decades, but… that seems too superficial for Viv. And the more direct route is no good either, because I'm not so sure he and I will meet again. I haven't aged since 1944, so natural causes are probably out of the question."

Maybe he knew something we don't. [Mataxas, Dr. P.]

Subject: Dr. Allan J. McInnis (Director)

Song: "The Land of Make-Believe," The Moody Blues, 1972

Testimony: "The band is English, as am I, as was my mother. I never returned to England until she was on her deathbed, which I thought had made the maintenance of my cover story simpler; to my surprise, she had largely guessed at the facts of the matter in my absence. There seemed little point in dissimulating, given her condition, so I confirmed them to her in her final moments. Nothing against protocol, you understand. What I told her certainly informed the lyrical intervention which followed, although I will note that there seemed to be details which I did not pass along, suggesting that the dead enjoy a certain expanded clarity or even omniscience which may prove problematic for maintenance of the Veil. In any event: the lyrics to "The Land of Make-Believe" are addressed to dwellers in a realm of fantasy who are unwilling to acknowledge that fact about themselves, underscoring the potential for them to nevertheless overcome their personal difficulties to find happiness. This fantasy-land supposedly occupies an unwarranted amount of space — likely in this context a coded reference to our facility's location beneath indigenous land, one of the details I did not share, and perhaps even the Foundation's ever-growing net around the anomalous world. The concept of organizational secrecy is broached, in nearly direct allusion to the concept of living in the dark so that others might die in the light, and the singer rejects this whole-heartedly. Optimism is expressed that the fantasy-dwellers will nurture hope in their hearts, express it to the universe, and see it flower; they are further exhorted to open their locks and shutters and let the light in, breaking down the boundary between fantasy and reality to create a world where there are no more secrets. Engaging in this process will allow the subject of the song — myself, presumably — to ascend. Finally the singer demands that his audience take this message to the wider world, and surrender to universal love; the overall suggestion is, obviously, the end of consensus normalcy. I'm personally unimpressed with the song's utility for this particular allegory; it's too direct a metaphor, which detracts considerably from conceptual ambiguity of the original message."

Doctor of Communication, everyone. [Blank, Dr. H.]

Please don't make contentless comments, Dr. Blank! [Mataxas, Dr. P.]

A doctorate in Communication, which is simply termed a PhD (as you well know). [McInnis, Dr. A.]

CREDENTIALS CONFIRMED

Subject: Delfina M. Ibanez, Pursuit and Suppression (Chief)

Song: "I'm Still Standing," Elton John, 1983

Testimony: "We lost… I lost Udo Okorie in Alagadda during SCP-6500. Deader than dead. She was facing down the fucking Hanged King in hell city itself, there was literally not one single way she could have survived. She gave herself up to save us — not just her friends, but everyone, everywhere. And you know what? I was not fucking having it. I don't know if it was faith in her, beyond all reason, or just mule-headed stubbornness, but I refused to sign the fucking forms or go to the fucking funeral or talk to her fucking parents — at least not until I had an action plan in mind. I went to a memorial service in Ipperwash Park, under heavy protest, to show the flag, but it just… just pissed me right the fuck off. I wasn't letting go. I went walkabout while everyone was telling sad and funny stories, getting used to the idea that she was gone in exactly the way that I was determined not to do, and I jammed my earbuds in and flicked through the local stations on my handheld. They were all playing Elton fucking John. All of them. Every single station belting out the clearest "Your friend isn't dead" signal I could have possibly asked for. That was the last straw. A few days later I was back in Alagadda, and the day after that we had our Applied Occultist back."

I've been chatting with Theology and Teleology about this one. Dr. Okorie had escaped to the afterlife known as Corbenic at the time Chief Ibanez heard the song; is it possible that she was, in a spiritual sense, deceased, by virtue of occupying space there? That her spirit was contacting the physical realm in a way her conscious mind and body couldn't detect? She certainly has no memory of sending Chief Ibanez an Elton John song. [Mataxas, Dr. P.]

But if I was going to, I'd choose that one for sure. It's a banger. [Okorie, Dr. U.]

Subject: Dr. Karen T. Elstrom, Administration and Oversight (Chief)

Song: "End Of The Line," Traveling Wilburys, 1989

Testimony: "There was heavy traffic outside the church during my stepfather's funeral. It was hot, the doors were open wide, and instead of honking horns or catcalls, all we could hear was a stopped car blasting this song on the radio. Louder than the eulogies. That guitar was like pure sunlight in the gloom, clear as a bell — I suppose their windows were rolled down. No air conditioning. The song seemed kind of impossible, because I recognized a lot of famous voices in there all at once, like a band that couldn't exist in the real world: Dylan and Roy Orbison and at least one Beatle. That's one reason I remember it; the other reason is that when the first car finally got its green light and headed off, another one pulled up that was tuned to the same station."

"End Of The Line" is about accepting the things you can't control, living your life according to a set of values and ideals, expressing strength of character and giving yourself over to love. [Mataxas, Dr. P.]

The melody is pleasant. [Elstrom, Dr. K.]

Subject: Udo A. Okorie, Applied Occultism (Chair)

Song: "Forever Young," Rod Stewart, 1988

Testimony: "Who even listens to the radio anymore? But Harry told me about his mom, and I remembered the first time it happened to me, and I thought… well. It worked. I don't know if I can… I don't know. You've heard this song? Don't make me say the name, even then name, I just… can't. You've…? Yeah. Imagine if your… if one of your parents… yeah. He wanted me to know that he's proud. That he's still with me. That… that doesn't change. That's forever."

CREDENTIALS CONFIRMED

Subject: Dr. Lillian S. Lillihammer, Memetics and Countermemetics (Chair)

Song: "I Wish You Peace," Eagles, 1975

Testimony: "It was just after Arik Euler died. He and I weren't at 43 together for all that long, by local standards, but he taught me more than… well, you know me. Self-taught, mostly. Anybody who can get a few lessons in edgewise with me is a damn good teacher, and I respected that. I was… sorry to see him go, even though he was already practically a fossil. Second-best memeticist we had at the time, in my humble opinion. Assuming this was supernatural, and I'll grant you that one — I'm not like everyone else, I don't laugh at you behind your back, Polly — and assuming it was Arik who picked the song — and it was Arik, because this is me assuming — well, it was an odd song choice. He knew damn well that I don't like the Eagles. But somehow it didn't matter… I hadn't heard this song before, or if I had, I'd forgotten it; forgettable-ass band, the Eagles. But it definitely helped. With, ah… you know. It helped. The sentiments were saccharine as fuck, but every once in a while it's nice to hear someone say "Hey, you: I hope it works out. I hope you can make it work out." That's my sort of message, even if it is paired with elevator music. I'm all about forcing things not to suck, and people backing me up on that. I thought that was why it resonated with me, but man, I guess I should've known better. Ran a semioacoustic battery on the waveform, just out of habit, and wouldn't you know it? The old bastard managed what looks for all the world like a Euler-Lillihammer Memetic Acceptance Agent from beyond the grave. That's why I sat through a whole goddamn Eagles song. You'd think he could have picked something I actually like? But, then, maybe that was the joke. He did have a good sense of humour, for an old fart. I still miss him a little bit, now and then."

The fact that there was an associated memetic effect makes this case particularly useful re: proving that this anomaly is actually an anomaly, and not just wishful thinking. It's also interesting that Dr. Euler would do a thing like that on the commercial airwaves, even taking into account the relief from responsibilities one encounters with one's death; his parting message wished peace on, at best estimate, around forty thousand people. I never met the man, but having read some of his work I have my suspicions that this side-effect was not at all unintentional. [Mataxas, Dr. P.]

On reflection: if a deceased memeticist can produce memetic effects via this anomaly, what might a traditional thaumaturge do? [Mataxas, Dr. P.]

I know everybody's waiting for me to comment, so I'll get it out of the way: no, the Emergent Threat Tactical Response Authority is not presently considering weaponization of the maybe-bogus poignant ghost songs. [Sokolsky, Dr. D.]

Like you'd fucking tell us. [Blank, Dr. H.]

Subject: Dr. Trevor Bremmel

Song: "Stolen Moments," Jim Witter, 1993

Testimony: "I don't like country music. I really don't like pop-country music. But the only thing I've ever liked less is interacting with other people. I had that in common with my dad; just about the only thing we had in common, minus our gadgets. He had his, I had mine, and never the twain should meet. I don't know if either of us ever stopped tinkering long enough to reflect on that… but I didn't have a choice, when he died. At my age they force you to take a week when you're 'bereaved'. Well, I spent that week walking around the Site, because what the hell else did I have? Stupid question, but I honestly couldn't think of anything else I should be doing. Until I heard this song coming from my assistant's office, just after the funeral. Everything there in black and white: you never get those chances back. Every minute you waste, as a child, avoiding your parents, it's gone forever. There's a reprise when you have your own kids, and you get to decide: screw it up again, or be the change? I decided to be the change. Fired whatsisname, and gave Joanna his job the same day."

"A ghost convinced me to fire you" is one of the more interesting things I've seen on a termination form. [Mataxas, Dr. P.]

Really? It's not even one of the more interesting reasons Dr. Bremmel specifically has fired someone. [Elstrom, Dr. K.]

"Stolen Moments" isn't pop-country, you heartless Philistine. [Blank, Dr. H.]

CREDENTIALS CONFIRMED

Subject: Nhung T. Ngo, Psychology and Parapsychology (Chair)

Songs: "Let It Be," The Beatles, 1970; "Don't Fear The Reaper," Blue Öyster Cult, 1976; "Lost Boys And Golden Girls," Meat Loaf, 1993; "All Things Must Pass," George Harrison, 1970; "Solsbury Hill," Peter Gabriel, 1977; "The Great Gig In The Sky," Pink Floyd, 1973

Testimony: "If it had been just one song, I wouldn't have thought anything of it. Scipify is just like Spotify, only behind about a hundred different cognitohazard filters, so a few weird songs in a row I'd typically chalk up to random chance. But it wasn't a few, it was six, and they were absurdly pointed. I had to stop my paperwork and just… think about what I was hearing. The messaging was consistent: change is coming, it's bad, but you have to deal with it. You can't stop it, you can't undo or reverse it, you just have to… yeah. Deal with it. Don't be afraid of it. Don't waste time second-guessing it. Don't try to hang on to anything, just… be ready. And that last one, that's just an extended death wail. So yeah, I submitted a report. Probably sounded like one of my patients, which is why I never heard a thing about it until this interview. You must be desperate for data!"

The Temporal Anomalies Department informs me that on the same day that Dr. Ngo heard these songs, alternate timeline versions of Dr. Harold Blank, Chief Delfina Ibanez, Dr. Lillian Lillihammer, Dir. Allan McInnis, Chief Noè Nascimbeni, Dr. Udo Okorie and Dr. William Wettle were all killed in a cascade materials handling disaster. There's apparently been some ontokinetic bleed between these realities this year; I'd wager the alternate Dr. Ngo was meant to receive this package of sentiments to help steel her for the challenges ahead. [Mataxas, Dr. P.]

Unfortunately, due to the nature of said bleed, the fact that our Dr. Ngo received them means that the one who actually needed to, didn't. [Xyank, Dr. T.]

Seven deaths, six songs. Any guesses which ghost couldn't be bothered? [Sokolsky, Dr. D.]

Willie. [Blank, Dr. H.]

Willie. [Lillihammer, Dr. L.]

Willie. [Ibanez, Chief D.]

Yeah, probably me. [Wettle, Dr. W.]

Willie. [Okorie, Dr. U.]

Subject: Dr. Ignaz T. Achterberg (Archives and Revision)

Song: "Goodbye Stranger," Supertramp, 1979

Testimony: "You had to know my wife's sense of humour."

Subject: Amelia O. Torosyan, Janitorial and Maintenance (Chief)

Song: "How Can I Help You Say Goodbye," Patty Loveless, 1994

Testimony: "I thought I was doing okay, when my mother died. Not great, but okay. I had all the support in the world. I had counselling, I had my work. I thought I was handling it. Sure, I had the headaches, and the stomach cramps. And the fact that I couldn't sleep. But we were driving away from the funeral home when it finally really hit me, like a damn truck. Phil.Technician Philip E. Deering, Chief Torosyan's husband. had the car radio on, and that song… that song is nuclear grade, I can't imagine why anyone would ever listen to it except to do what I did. Which was bawl my eyes out on the side of the road. It actually started on the freeway, and you should've seen how fast Phil pulled over. Probably thought I was having a heart attack, which… not too far from the truth, really. But oh, god, how I needed that breakdown. If I'd stayed okay, I guess I never would've been well ever again. I needed the catharsis. It had to get worse to get better, and this was the gentlest way to make that happen. That song was like my mom talking right to me, telling me she knew I still needed her, telling me… it was okay to break down, for a while. That I wasn't too old to cry like a baby. Even… wherever she is now, she still wanted to help. God, it helps a lot, just knowing that."

One sympathizes. [Mataxas, Dr. P.]


Addendum 6519-2, Potential Confirmation: Dr. Anastasios Mataxas died of natural causes in 2022 and his successor, Dr. Polyxeni Mataxas, proposed exploiting this occurrence to take spectremetry readings of any resultant SCP-6519 event. Her personal vehicle was fitted with fifteen separate high-sensitivity instruments before she embarked for the funeral, and researchers were dispatched to monitor local broadcast stations for anomalous activity. Audio transcription from Dr. Mataxas' vehicle is provided below, in lieu of a final report to be appended at a later date; initial spectremetry data has been compiled and queued for analysis.

Preliminary Incident Log

Officers of Record: Dr. Polyxeni Mataxas (Chair, Spectrometry and Spectremetry); Dr. Mali Wattana (Deputy Chair, Spectrometry and Spectremetry)


<Log begins.>

Dr. Mataxas' car radio.

[Non-anomalous music is playing.].Based on waveform analysis presently 82.5% complete. Non-anomalous music is defined as possessing spectremetry readings ("Randi levels") no higher or lower than the background anormalcy of baseline reality.

Dr. Wattana: You sure you're up to this, Polly?

Dr. Mataxas: I'd have the radio on anyway, whether the anomaly was official or not. We might as well get the data.

Dr. Wattana: If there's any data to get. No offence.

Dr. Mataxas: None taken. You're the designated cynic.

Dr. Wattana: Don't get me wrong, this wouldn't make my top ten weirdest ghost things if it turned out to be true. It's just…

Dr. Mataxas: Go on.

Dr. Wattana: No, it's inappropriate.

Dr. Mataxas: Continue, please, Dr. Wattana.

Dr. Wattana: No fair breaking out the Boss Voice. Uh… Well it's just all too pat and convenient, you know? Everyone who's had this allegedly happen to them has wanted it to happen to them.

Dr. Mataxas: It's hard to see a pattern when you're not looking for one, though.

Dr. Wattana: Conversely, it's easy to see a pattern that isn't there when you are looking for one. That's how our brains work, Polly. They're predisposed to pattern recognition, hyperpredisposed even. I don't think we have enough data to suggest that this is anything but a pleasant coincidence; if it were real, I'd expect to see way more cases than we have.

Dr. Mataxas: The Euler incident didn't convince you?

Dr. Wattana: The affected station was occupied by VKTM for a month. That's the memetic equivalent of cross-contamination, and you know it.

Dr. Mataxas: The Okorie incidents, then.

Dr. Wattana: I'm not predisposed to trust any message supposedly coming out of Corbenic. Especially ones that make sense.

[Dr. Mataxas sighs.]

Dr. Mataxas: Maybe there's a ton of examples out there every day, but we never hear about them because most people are as skeptical as you.

Dr. Wattana: You and I both know that most people are gullible idiots. They'd eat this idea up… again, no offence.

Dr. Mataxas: We want to believe.

Dr. Wattana: Yeah. Look, if the spectremeter picks up something big, and then we get the go-ahead to canvass the whole Foundation, maybe we'll have something.

Dr. Mataxas: I just… ugh.

Dr. Wattana: What?

Dr. Mataxas: Secondary Class: Ether. That's what half our damn files say. People are starting to think that's just the standard class for ghost stuff, Mali. It would just… be nice, to get some proof once in a while.

Dr. Wattana: We get proof all the time. What about that barn ghost you saw?

Dr. Mataxas: Woman can't live on barn ghosts alone. And this one… well, you know. I'd like this one to be legit.

[Song continues.]

Dr. Mataxas: For him.

[Dr. Wattana sighs.]

Dr. Mataxas: Doesn't look like you've got it all off your chest, Mali.

Dr. Wattana: I don't want to—

Dr. Mataxas: Just spit it out.

Dr. Wattana: Well, there's also the… tonal discrepancy.

Dr. Mataxas: Something technical?

Dr. Wattana: No, sorry, what I mean is… okay. Not a single one of the recorded cases features a spiritual intervention to play something angry or accusatory on the radio. Nothing sexual, even. It's always uplifting stuff, cathartic or cautionary at the worst. What if we're just seeing what we want to — what if these people are hearing what they want to, and not hearing what they don't, and it only looks like a pattern because everyone who doesn't get a relevant piece of music, or does get one they don't like, fails to see it as a message?

Dr. Mataxas: That's one possibility, sure.

Dr. Wattana: You've got another you like better?

Dr. Mataxas: Yeah. I've got another explanation for why these ghosts are only passing on messages of peace and hope, and I definitely like it better.

[Song concludes.]

Radio Host: That was "The Sticks," by Mother Mother. You're listening to another non-stop music mix on 96.5, "The Vibe."

[Song begins.].Queued for analysis (2/2).

[Dr. Mataxas laughs.]

Dr. Mataxas: Dad.

Dr. Wattana: You know this one?

Dr. Mataxas: You don't? It was one of his favourites. Journey, 1981.

[Song continues]

Dr. Mataxas: "Don't Stop Believin'."

<Log ends.>

Final spectremetry results are pending.

« Two Two Two Two Two | Words of Power and Poison | SCP-6643 »