update from sparkleup
This commit is contained in:
parent
99e3951df0
commit
25dddc85f3
|
@ -14,43 +14,10 @@
|
|||
<article class="content">
|
||||
<p>I miss Shan.</p>
|
||||
<p>That is all</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-09-05 22:50:44</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -30,43 +30,10 @@ Minors or Electives:
|
|||
<li>Mol. Bio.</li>
|
||||
<li>Psychology</li>
|
||||
</ul</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2002-11-10 10:55:28</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -53,43 +53,10 @@
|
|||
<li>Model?-- Thought about it..
|
||||
39.What is your perfect date? -- Listening to music and talking</li>
|
||||
</ol>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-09-06 18:58:37</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -13,43 +13,10 @@
|
|||
</header>
|
||||
<article class="content">
|
||||
<p>Ah, such fun. I stopped in the GLBTSS office and got my email straightened out (ha ha) with them, then proceeded to discuss the differences between gay and lesbian erotica. The feature quote: "Suck my feet, fucker (reading)" "Is that 'suck my feet -comma- fucker,' or 'suck my feet -hyphen- fucker'?</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-09-07 13:09:16</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -31,43 +31,10 @@ Hmf. Well, the only other thing I really feel like reporting is that there was
|
|||
<i>For some unknown reason, that's intensely hilarous, but I'm not laughing.</i>
|
||||
You know, I think it's time for sleep..</p>
|
||||
<p>By the way, Ryan: __,,,<em>^..^</em>,,,_</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-09-09 01:03:05</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -13,43 +13,10 @@
|
|||
</header>
|
||||
<article class="content">
|
||||
<p>http://www.nobodyhere.com/toren.hie</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-09-11 13:31:01</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -18,43 +18,10 @@ Ryan is sleeping over because his roommate and his girlfriend are drunk and um..
|
|||
<p>I had to leave the room.</p>
|
||||
<p>Still giggling,
|
||||
- Matt</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-09-12 00:32:46</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -18,43 +18,10 @@ Yes, that's it. Is it for cleansing? Is it for sanity?
|
|||
<em>Perhaps, but whose?</em>
|
||||
I'm sorry I've not been writing much, but...</p>
|
||||
<p>I don't know</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-09-16 23:25:08</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -17,43 +17,10 @@
|
|||
I'm a wee-bit tired, but whatever. I feel strange, like I'm waffling between friends: the FHS group, the Braiden group, the GLBTSS group, and online friends. I feel kind of bad 'cause I've been sort of neglecting the last group due to necessity. I feel odd talking to people online with others in the room, so I end up not talking a whole lot, especially with Kianir and Megawolf.
|
||||
<em>I think that's part of gaining a social life.</em>
|
||||
Perhaps, but it's not something I really want to happen right now. Oh well, such is part of the cost of privacy lost. I'm tempted now to go for a walk and watch the sun rise, but I'm listening to Shostakovitch</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-09-18 03:36:57</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -13,43 +13,10 @@
|
|||
</header>
|
||||
<article class="content">
|
||||
<p>I would not be lying if I said I was happy to receive my bed</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-09-18 07:37:40</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -26,43 +26,10 @@ t r e e s</p>
|
|||
<font size="-2">for</font>
|
||||
<font size="-3">the</font>
|
||||
<font size="-4">dreams</font</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-09-19 12:33:58</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -46,43 +46,10 @@ Konemier t'n houkalam,
|
|||
Horanemier t'n houkalam,
|
||||
Hatarier t'n houkalam.
|
||||
Nuka jodoti fetah</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-09-19 19:55:43</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -23,43 +23,10 @@ I only really went for the Shosty. I'm addicted. Fifth Symphony especially. O
|
|||
<p>After announcing that the concert was, from that point on, going to be recorded, Mrs. Alsop quieted down to let us hear an eerie noise that, at first, sounded like a recording from a horror movie. After a while of looking around, Evelyn Glennie appeared behind us and stole down the aisle with an odd contraption that looked to be a gourd with thick piano wires sticking vertically from the wider part towards the smaller handle. She was playing it with a violin bow that had a cow bell attached to the end. After she made her way to the stage, she proceeded to introduce the piece with all sorts of oddball percussion instruments including a hand-wound air-raid siren, a steel drum upsidedown with seashells in it, and a handheld radio with which she produced feedback while messing with the squelch.</p>
|
||||
<p>It was all downhill from there. The Daugherty really started, with it's fractured antimelodies and "blowing strings" (still not sure what that is). Most of the rest of the concert was spend watching Glennie play around with percussion. She bowed everything from cymbols to her vibrophone, and used a lot of windchimes. For the second half/last third, she had a solo on an eclectic drum set that was mostly bongoes, cowbells, cymbols, buckets, and woodblocks. That was pretty neat. The symphony (The "UFO" Symphony) ended with her on the bongoes playing along with the strings playing a nice decending melody (he got it together near the end) that was very dramatic and a fairly good ending to such a piece.</p>
|
||||
<p>Both Phillidelphia Stories and the UFO Symphony are coming out on CD (Naxos) soon, and I'm thinking of buying it to scare the babylonia admins with, and to show Andrew for the percussion side</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2002-11-15 21:22:49</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -21,43 +21,10 @@
|
|||
<p>.</p>
|
||||
<p>.</p>
|
||||
<p>Maybe a walk, a drink.myhead<em>myheadd--dd</em><strong>MY<small>head</small></strong>Supraorbitalghghghghgggg</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-09-20 03:12:55</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -14,43 +14,10 @@
|
|||
<article class="content">
|
||||
<p>story: Do you know how painful it is to doubt one's sanity?</p>
|
||||
<p>All of my writing begins with an idea and a first line</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-09-20 04:26:07</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -13,43 +13,10 @@
|
|||
</header>
|
||||
<article class="content">
|
||||
<p><center><table border="0" style="border: 1px black solid; width: 90%"><tr><th><a href="http://www.corknut.org/toys/trickortreat/">My LiveJournal Trick-or-Treat Haul</a></th></tr><tr><td style="border-bottom: 1px black dotted">gv_ranna goes trick-or-treating, dressed up as Cicero the Fox.</td></tr><tr><td style="border-bottom: 1px orange solid"><a href="http://www.livejournal.com/users/25:aeothen">25:aeothen</a> tricks you! You get a moldy pretzel.</td></tr><tr><td style="border-bottom: 1px orange solid"><a href="http://www.livejournal.com/users/breakfastfox/">breakfastfox</a> gives you 2 light orange grapefruit-flavoured gummy bears.</td></tr><tr><td style="border-bottom: 1px orange solid"><a href="http://www.livejournal.com/users/delvennerim/">delvennerim</a> tricks you! You lose 1 pieces of candy!</td></tr><tr><td style="border-bottom: 1px orange solid"><a href="http://www.livejournal.com/users/ironmonkey989/">ironmonkey989</a> gives you 7 blue strawberry-flavoured gumdrops.</td></tr><tr><td style="border-bottom: 1px orange solid"><a href="http://www.livejournal.com/users/malameux/">malameux</a> gives you 2 light green mint-flavoured nuggets.</td></tr><tr><td style="border-bottom: 1px orange solid"><a href="http://www.livejournal.com/users/margaras/">margaras</a> tricks you! You get a block of wood.</td></tr><tr><td style="border-bottom: 1px orange solid"><a href="http://www.livejournal.com/users/moondogdragon/">moondogdragon</a> gives you 5 light green tropical-flavoured nuggets.</td></tr><tr><td style="border-bottom: 1px orange solid"><a href="http://www.livejournal.com/users/samirthequeer/">samirthequeer</a> tricks you! You lose 6 pieces of candy!</td></tr><tr><td style="border-bottom: 1px orange solid"><a href="http://www.livejournal.com/users/senotay/">senotay</a> tricks you! You lose 1 pieces of candy!</td></tr><tr><td style="border-bottom: 1px orange solid"><a href="http://www.livejournal.com/users/shanerak/">shanerak</a> gives you 10 brown pineapple-flavoured gummy worms.</td></tr><tr><td style="border-bottom: 1px black dotted">gv_ranna ends up with 18 pieces of candy, a moldy pretzel, and a block of wood.</td></tr><form action="http://www.corknut.org/toys/trickortreat/index.cgi" method="post"><tr><td style="text-align: center">Go trick-or-treating! Username: <input name="username" size="10" type="text"/><input type="submit" value="Let's Go!"/></td></tr></form><tr><td style="font-size: xx-small; text-align: center">Another fun meme brought to you by <a href="http://www.livejournal.com/users/rfreebern/"><b>rfreebern</b></a>.</td></tr></table></center</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-09-20 10:04:15</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -14,43 +14,10 @@
|
|||
<article class="content">
|
||||
<p>Crashed at about 11:45, just got up a bit ago. The dreams were less and more like.. well, dreams, but still a bit much. I hope that means it's Getting Better.</p>
|
||||
<p>Hung up on Ryan just now, hope he understands that blah blah yadda something or another</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-09-20 16:12:52</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -15,43 +15,10 @@
|
|||
<p>In 1998, Robert Furchgott, Louis ignarro, and Ferid Murad won the Nobel prize in Physiology/Medicine for signaling in the endothelium. Robert Furchgott tested drugs originally on rabbit aortas. He received contradictory results, thus finding that an intact endothelium is was needed. He came up with the concept of the EDRF, the Endothelium Derived Relaxing Factor. Louis Ignarro tested hemoglobin exposure to pre-contracted bovine arteries, finding that the EDRF was Nitric Oxide. Ferid Murad found that Nitric Oxide was the signaling molecule for myosinic relaxation and proved that to be true.</p>
|
||||
<div class="codehilite"><pre><span></span><code><span class="nv">Endothelial</span> <span class="nv">cells</span> <span class="nv">are</span> <span class="nv">squamous</span> <span class="nv">cells</span> <span class="nv">acting</span> <span class="nv">as</span> <span class="nv">a</span> <span class="nv">barrier</span> <span class="nv">in</span> <span class="nv">the</span> <span class="nv">in</span> <span class="nv">the</span> <span class="nv">blood</span> <span class="nv">vessels</span> <span class="nv">between</span> <span class="nv">blood</span><span class="o">-</span><span class="nv">flow</span> <span class="nv">and</span> <span class="nv">the</span> <span class="nv">smooth</span> <span class="nv">muscle</span> <span class="nv">tissue</span>. <span class="nv">Nitric</span> <span class="nv">Oxide</span> <span class="nv">can</span> <span class="nv">induce</span> <span class="nv">contraction</span> <span class="nv">in</span> <span class="nv">these</span> <span class="nv">cells</span>. <span class="nv">Signaling</span> <span class="nv">by</span> <span class="nv">means</span> <span class="nv">of</span> <span class="nv">a</span> <span class="nv">gas</span> <span class="nv">was</span> <span class="nv">a</span> <span class="nv">new</span> <span class="nv">concept</span> <span class="nv">in</span> <span class="nv">biology</span>. <span class="nv">The</span> <span class="nv">significance</span> <span class="nv">of</span> <span class="nv">this</span> <span class="nv">is</span> <span class="nv">that</span> <span class="nv">Nitroglycerine</span>, <span class="nv">prescribed</span> <span class="k">for</span> <span class="nv">heart</span> <span class="nv">troubles</span> <span class="nv">can</span> <span class="nv">reduce</span> <span class="nv">pain</span> <span class="nv">due</span> <span class="nv">to</span> <span class="nv">angina</span> <span class="nv">pectoris</span> <span class="nv">by</span> <span class="nv">increasing</span> <span class="nv">blood</span> <span class="nv">flow</span>. <span class="nv">It</span> <span class="nv">can</span> <span class="nv">also</span> <span class="nv">reduce</span> <span class="nv">dangerously</span> <span class="nv">high</span> <span class="nv">blood</span> <span class="nv">pressure</span> <span class="nv">in</span> <span class="nv">the</span> <span class="nv">lungs</span> <span class="nv">of</span> <span class="nv">infants</span>, <span class="nv">and</span> <span class="nv">may</span> <span class="nv">help</span> <span class="nv">with</span> <span class="nv">tumor</span> <span class="nv">reduction</span> <span class="nv">by</span> <span class="nv">inducing</span> <span class="nv">apoptosis</span>. <span class="nv">NO</span> <span class="nv">was</span> <span class="nv">also</span> <span class="nv">crucial</span> <span class="nv">in</span> <span class="nv">the</span> <span class="nv">development</span> <span class="nv">of</span> <span class="nv">Viagra</span>, <span class="nv">as</span> <span class="nv">well</span> <span class="nv">as</span> <span class="nv">the</span> <span class="nv">diagnosing</span> <span class="nv">of</span> <span class="nv">asthma</span>, <span class="nv">colitis</span>, <span class="nv">and</span> <span class="nv">other</span> <span class="nv">diseases</span>
|
||||
</code></pre></div>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-09-22 23:05:22</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -19,43 +19,10 @@
|
|||
<li>Post this in your journal if it pleases you.</li>
|
||||
</ol>
|
||||
<p>(swiped from <lj user="rikoshi"></lj></p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-09-23 14:56:19</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -14,43 +14,10 @@
|
|||
<article class="content">
|
||||
<p><b><img alt="Neurotransmitter" border="0" src="http://images.quizilla.com/S/Sc0tty/1063071251_turesneuro.jpg"/><br/>You are a neurotransmitter. You believe in the<br/>good-naturedness of man's biology and soul.<br/>You're happy, everyone's happy, and no one will<br/>ever take that away from you. Or else you'll<br/>make them go insane.
|
||||
<br/><br/><a href="http://quizilla.com/users/Sc0tty/quizzes/Which%20Biological%20Molecule%20Are%20You%3F/"> <font size="-1">Which Biological Molecule Are You?</font></a><br/> <font size="-3">brought to you by <a href="http://quizilla.com">Quizilla</a></font></b</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-09-24 17:14:52</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -13,43 +13,10 @@
|
|||
</header>
|
||||
<article class="content">
|
||||
<p>http://discordia.org.uk/tarot.htm</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-09-25 23:56:17</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -57,43 +57,10 @@ S: Cat installed. </p>
|
|||
<p>P: Noise coming from under instrument panel. Sounds like a midget
|
||||
pounding on something with a hammer.
|
||||
S: Took hammer away from midget</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-09-27 10:52:35</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -20,43 +20,10 @@
|
|||
<table align="center" cellpadding="2" cellspacing="0" style="font-family : Arial, Verdana, Helvetica, sans-serif; border-collapse: collapse; border: 1px solid black;"><form action="http://memegen.net/viewmeme.pl?meme=1074627052" method="POST"><tr><th bgcolor="#000000" colspan="2"><font color="#DDDD88">A very "special" dictionary. by <a href="http://www.livejournal.com/users/lily22/"><font color="#DDDD88">lily22</font></a></font></th></tr><tr><td bgcolor="#333333" style="border: 1px solid black;"><span style="color: #FFFFFF;">Look up:</span></td><td bgcolor="#DDDDAA" style="border: 1px solid black;"><span style="color: #000000;"><input name="Look up:" size="20" type="text" value="Ranna"/></span></td></tr><tr><td bgcolor="#333333" style="border: 1px solid black;"><span style="color: #FFFFFF;">Definition:</span></td><td bgcolor="#DDDDAA" style="border: 1px solid black;"><span style="color: #000000;">Are you making these words up???</span></td></tr><input name="un" type="hidden" value="lily22"/><input name="meme" type="hidden" value="1074627052"/><tr><td align="center" bgcolor="#000000" colspan="2"><input type="submit" value="Fill Out Your Answers and Try it!"/></td></tr><tr><td align="center" bgcolor="#000000" colspan="2"><font color="#FFFFFF" size="-1"><a href="http://memegen.net/"><font color="#DDDD88">Quiz created with MemeGen</font></a>!</font></td></tr></form></table>
|
||||
|
||||
<table align="center" cellpadding="2" cellspacing="0" style="font-family : Arial, Verdana, Helvetica, sans-serif; border-collapse: collapse; border: 1px solid black;"><form action="http://memegen.net/viewmeme.pl?meme=1074627052" method="POST"><tr><th bgcolor="#000000" colspan="2"><font color="#DDDD88">A very "special" dictionary. by <a href="http://www.livejournal.com/users/lily22/"><font color="#DDDD88">lily22</font></a></font></th></tr><tr><td bgcolor="#333333" style="border: 1px solid black;"><span style="color: #FFFFFF;">Look up:</span></td><td bgcolor="#DDDDAA" style="border: 1px solid black;"><span style="color: #000000;"><input name="Look up:" size="20" type="text" value="Matt"/></span></td></tr><tr><td bgcolor="#333333" style="border: 1px solid black;"><span style="color: #FFFFFF;">Definition:</span></td><td bgcolor="#DDDDAA" style="border: 1px solid black;"><span style="color: #000000;">Having little or no contact with books.</span></td></tr><input name="un" type="hidden" value="lily22"/><input name="meme" type="hidden" value="1074627052"/><tr><td align="center" bgcolor="#000000" colspan="2"><input type="submit" value="Fill Out Your Answers and Try it!"/></td></tr><tr><td align="center" bgcolor="#000000" colspan="2"><font color="#FFFFFF" size="-1"><a href="http://memegen.net/"><font color="#DDDD88">Quiz created with MemeGen</font></a>!</font></td></tr></form></table
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-10-02 03:36:35</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -13,43 +13,10 @@
|
|||
</header>
|
||||
<article class="content">
|
||||
<p>I think Jack Osbourne is cute. Too bad he strikes me as an ass. And he's straight, too, to my knowledge</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2002-11-23 22:50:01</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -13,43 +13,10 @@
|
|||
</header>
|
||||
<article class="content">
|
||||
<p>http://members.aol.com/_ht_a/preservedbygod/myhomepage</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-10-03 23:48:07</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -26,43 +26,10 @@ Having deified love for several years, it's a shock to my faith to have it disap
|
|||
<em>Faith? You're faithful? How have you EVER been faithful to love?</em></p>
|
||||
<p>Eloi, Eloi, lama sabachthani!</p>
|
||||
<p><em>My god, my god, why hast thou forsaken me...</em</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-10-05 01:40:02</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -13,43 +13,10 @@
|
|||
</header>
|
||||
<article class="content">
|
||||
<p>Those were some brownies.. o.</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-10-06 22:03:58</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -13,43 +13,10 @@
|
|||
</header>
|
||||
<article class="content">
|
||||
<p>Holy cow, nosedive</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-10-07 10:27:12</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -16,43 +16,10 @@
|
|||
<a href="http://www.vulpine.pp.se/cgi-bin/furcode?D=FCFp3admw+A+C-+D%2B+H%2B%2B%2B+M%2B%2B%2B%2B+P%2B%2B%2B+R%2B+T+W+Z-+Sm%2B%2B+RLM%2FS%2FU+a-+cblmnu%2B%2B+d-+e%2B+f%2B%2B+h+iwf%2B%2B%2B+j%2B+p%2B+sm%2B">
|
||||
FCFp3admw A C- D+ H+++ M++++ P+++ R+ T W Z- Sm++ RLM/S/U a- cblmnu++ d- e+ f++ h iwf+++ j+ p+ sm+</a>
|
||||
</td></tr></table
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-10-07 16:12:09</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -15,43 +15,10 @@
|
|||
<p>Roommate blew out the power for the hall again. Well.. he may not have, but he did last time, so I'm blaming him. Also, the shower I had was cold. Whatever. Grrgrrgrr.</p>
|
||||
<p>I'm confused as to what to do about boys. ΔΛΦ might help with that, if only as a way to meet similar people, though that's still a ways off (I don't think pledges are allowed to sleep with pledges). Most of what I'm confused about is Shan. I <strong>think</strong> I still like him, but I'm not sure. Most of the time I think about him, I think of him as more than a friend, but a lot of the times when I talk to him, I think of him mostly as just a friend. Quite confusing, since the contrast seems rather large. Whatever, though. I still think about Kory and Jerred that way, too, on occasion.</p>
|
||||
<p>So there</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-10-10 23:07:44</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -47,43 +47,10 @@
|
|||
<li>Ranna checks, "I.. um.. just ask Shan o.o"
|
||||
<whitcomb> if he's a female why is he so hung >:(</whitcomb></soap></cajunfox></kriten></maserati></kriten></whitcomb></ranna></soap></soap></soap></whitcomb></kriten></soap></soap></kriten></kriten></soap></kriten></kriten></whitcomb></maserati></ranna</li>
|
||||
</ul>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-10-11 22:45:13</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -32,43 +32,10 @@
|
|||
() re-post this for me to answer your questions?
|
||||
() let me give you a piggyback ride?
|
||||
() come pick me up at 3 am because my car ran out of gas in the middle of nowhere</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-10-12 16:28:40</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -16,43 +16,10 @@
|
|||
<p>I'm feeling sick now, which is probably from the lack of sleep.</p>
|
||||
<p>My ally has forsaken me - buzzed off, taken leave, left me for a better man. Farrel was distraught at <em>The Sins of Jesus</em>, saying that he disliked the postmodern method of digging up dirt on 2000 year old religious figures. I'm not sure how those are connected but if they are, it's reasonably twisted.</p>
|
||||
<p>I saw someone, and many of the feelings I had for him were lost</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-10-14 04:54:14</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -36,43 +36,10 @@
|
|||
<li>I've never talked to you, really. (Alcarilinque)</li>
|
||||
<li>Arf! (Lon</li>
|
||||
</ol>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-10-14 13:02:28</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -13,43 +13,10 @@
|
|||
</header>
|
||||
<article class="content">
|
||||
<p>Got the LJ pages on my site working, so.. neat. On the side bar there's a LJ Events section with the subjects from the last 10 as links that lead to the individual entries, along with links to the events page with the last 10 in full and soon links to the calendar and whatever. Y'know.. copying and such.</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2002-08-08 03:55:06</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -22,43 +22,10 @@ http://www.oberlin.edu/~mtowey/soci/homoteen1.html
|
|||
http://www.gaysouthafrica.org.za/gayteens/homophobia.asp
|
||||
http://www.sxetc.org/library/genLibArticle.asp?CategoryID=1285&ArticleID=art_1159
|
||||
http://www.geocities.com/gsa_chat/peer_support.html</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2002-11-26 08:00:47</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -36,43 +36,10 @@
|
|||
<li>I've never talked to you, really.</li>
|
||||
<li>Arf</li>
|
||||
</ol>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-10-14 13:04:46</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -15,43 +15,10 @@
|
|||
<p><a href="http://www.aguto.com/d/rlvi.wmv">Red Vs. Blue</a> on 'Intarweb'.</p>
|
||||
<p>DO YOU WANT A BIGGER PENIS!?!? WHERE DO YOU WANT IT!?! I CAN SUGGEST SOME PLACES!!one56</p>
|
||||
<p>(stolen from <lj user="Rikoshi"></lj> ^^</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-10-14 14:39:54</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -77,43 +77,10 @@ But everyone wants to see that groovy thing
|
|||
(Everyone wants to see that groovy thing)
|
||||
Don't spend the rest of your life wondering
|
||||
(Everyone wants to see that thing</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-10-14 17:27:29</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -145,43 +145,10 @@
|
|||
<ranna> Hey, will you be on later?
|
||||
<whitcomb> Yep
|
||||
<ranna> We should talk more then, 'cause this is cool. Gotta go to some stupid frat meeting now.</ranna></whitcomb></ranna></ranna></whitcomb></ranna></whitcomb></ranna></whitcomb></whitcomb></ranna></ranna></whitcomb></ranna></whitcomb></ranna></whitcomb></ranna></ranna></whitcomb></ranna></whitcomb></ranna></whitcomb></whitcomb></ranna></whitcomb></ranna></ranna></whitcomb></whitcomb></whitcomb></whitcomb></ranna></whitcomb></ranna></ranna></ranna></whitcomb></ranna></whitcomb></whitcomb></ranna></ranna></ranna></whitcomb></ranna></whitcomb></whitcomb></whitcomb</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-10-14 17:48:09</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -13,43 +13,10 @@
|
|||
</header>
|
||||
<article class="content">
|
||||
<p>http://grouphug.us/confessions/82400327</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-10-15 21:24:56</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -24,43 +24,10 @@ and
|
|||
<img src="http://bbspot.com/Images/News_Features/2003/01/os_quiz/slackware.jpg"/>
|
||||
as well as
|
||||
<img src="http://bbspot.com/Images/News_Features/2003/01/os_quiz/windows_2000.jpg"/></img></img</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-10-16 14:22:13</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -16,43 +16,10 @@
|
|||
<p>Charon ushers you across the river Acheron, and you find yourself upon the brink of grief's abysmal valley. You are in Limbo, a place of sorrow without torment. You encounter a seven-walled castle, and within those walls you find rolling fresh meadows illuminated by the light of reason, whereabout many shades dwell. These are the virtuous pagans, the great philosophers and authors, unbaptised children, and others unfit to enter the kingdom of heaven. You share company with Caesar, Homer, Virgil, Socrates, and Aristotle. There is no punishment here, and the atmosphere is peaceful, yet sad.</p>
|
||||
<p><b>The Dante's Inferno Test has sent you to <i>the First Level of Hell - Limbo!</i></b><br/>Here is how you matched up against all the levels:<br/><table cellspacing="1" style="margin: 5px; background-color: #000000; border: none; font: 10pt arial, verdana, 'sans serif';"><tr style="font: bold 12pt arial, verdana, 'sans serif'; text-align: center; color: #ffffff; background-color: #333333;"><th><b>Level</b></th><th><b>Score</b></th></tr><tr style="background-color: #220033; color: #eeeeee;"><td style="padding: 4px;"><b><a href="http://www.4degreez.com/misc/dante-inferno-information.html#0" style="color: #ff3344; text-decoration: underline;">Purgatory</a></b> (Repenting Believers)</td><td style="color: #ff1133; background-color: #333333; padding: 4px;"><b>High</b></td></tr><tr style="background-color: #110022; color: #eeeeee;"><td style="padding: 4px;"><b><a href="http://www.4degreez.com/misc/dante-inferno-information.html#1" style="color: #ff3344; text-decoration: underline;">Level 1 - Limbo</a></b> (Virtuous Non-Believers)</td><td style="color: #c40033; background-color: #333333; padding: 4px;"><b>Very High</b></td></tr><tr style="background-color: #220011; color: #eeeeee;"><td style="padding: 4px;"><b><a href="http://www.4degreez.com/misc/dante-inferno-information.html#2" style="color: #ff3344; text-decoration: underline;">Level 2</a></b> (Lustful)</td><td style="color: #ff1133; background-color: #333333; padding: 4px;"><b>High</b></td></tr><tr style="background-color: #330011; color: #eeeeee;"><td style="padding: 4px;"><b><a href="http://www.4degreez.com/misc/dante-inferno-information.html#3" style="color: #ff3344; text-decoration: underline;">Level 3</a></b> (Gluttonous)</td><td style="color: #3344bb; background-color: #333333; padding: 4px;"><b>Very Low</b></td></tr><tr style="background-color: #440011; color: #eeeeee;"><td style="padding: 4px;"><b><a href="http://www.4degreez.com/misc/dante-inferno-information.html#4" style="color: #ff3344; text-decoration: underline;">Level 4</a></b> (Prodigal and Avaricious)</td><td style="color: #3344bb; background-color: #333333; padding: 4px;"><b>Very Low</b></td></tr><tr style="background-color: #550011; color: #eeeeee;"><td style="padding: 4px;"><b><a href="http://www.4degreez.com/misc/dante-inferno-information.html#5" style="color: #ff3344; text-decoration: underline;">Level 5</a></b> (Wrathful and Gloomy)</td><td style="color: #4466dd; background-color: #333333; padding: 4px;"><b>Low</b></td></tr><tr style="background-color: #660011; color: #eeeeee;"><td style="padding: 4px;"><b><a href="http://www.4degreez.com/misc/dante-inferno-information.html#6" style="color: #ff3344; text-decoration: underline;">Level 6 - The City of Dis</a></b> (Heretics)</td><td style="color: #3344bb; background-color: #333333; padding: 4px;"><b>Very Low</b></td></tr><tr style="background-color: #770011; color: #eeeeee;"><td style="padding: 4px;"><b><a href="http://www.4degreez.com/misc/dante-inferno-information.html#7" style="color: #ff3344; text-decoration: underline;">Level 7</a></b> (Violent)</td><td style="color: #ff1133; background-color: #333333; padding: 4px;"><b>High</b></td></tr><tr style="background-color: #880011; color: #eeeeee;"><td style="padding: 4px;"><b><a href="http://www.4degreez.com/misc/dante-inferno-information.html#8" style="color: #ff3344; text-decoration: underline;">Level 8- the Malebolge</a></b> (Fraudulent, Malicious, Panderers)</td><td style="color: #ff1133; background-color: #333333; padding: 4px;"><b>High</b></td></tr><tr style="background-color: #990011; color: #eeeeee;"><td style="padding: 4px;"><b><a href="http://www.4degreez.com/misc/dante-inferno-information.html#9" style="color: #ff3344; text-decoration: underline;">Level 9 - Cocytus</a></b> (Treacherous)</td><td style="color: #4466dd; background-color: #333333; padding: 4px;"><b>Low</b></td></tr></table><br/><b>Take the <a href="http://www.4degreez.com/misc/dante-inferno-test.mv">Dante's Inferno Hell Test</a></b></p>
|
||||
<p>This is what I get for being wrapped up in sorrow (not the same as being sorrowful)</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-10-18 01:23:28</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -19,43 +19,10 @@
|
|||
<p>America, I don't want this deal to break. I want to trust you, and continue to trust you if you will trust me, and most of all, I want to feel like I can give you anything you ask of me without the fear of being taken advantage of. So that's what I'll do. I've give you all that you ask of me, I promise, but in exchange, I expect that you'll respect our deal. The deal between you and me to understand that I am entrusting a few of my rights as well as my loyalty and works to ensure my safety. And my freedom.</p>
|
||||
<p>Thank you, America,</p>
|
||||
<p>Matt Scot</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-10-18 07:33:17</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -15,43 +15,10 @@
|
|||
<p>I just voted!</p>
|
||||
<p>I don't know why that makes me so hyper!</p>
|
||||
<p>Uah</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-10-18 10:49:18</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -13,43 +13,10 @@
|
|||
</header>
|
||||
<article class="content">
|
||||
<p>And I must say I'm rather disappointed that he named it <a href="http://catsliparts.com/JimSidinger/images/PereLachaise/NineEleven.jpg">09/11/01</a>. Of course, I don't mean to discount nine-eleven, but.. well.. that title just doesn't fit the picture, to me</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-10-18 16:33:11</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -13,43 +13,10 @@
|
|||
</header>
|
||||
<article class="content">
|
||||
<p>http://ranna.bolognia.net/bb/viewforum.php?f=</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2003-01-04 16:01:14</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -13,43 +13,10 @@
|
|||
</header>
|
||||
<article class="content">
|
||||
<p>There's an interesting dynamic that I see in #sanefurs for one major reason: some people in the channel are about satire, and some people are about cynicism, and sometimes the cynics take their view so far that they come off as rather angry at pretty much everything, whereas the satirists seem able to realize that although they may be mocking furry, they still are furs of a sort. So, when two satirists do something out of their cynical character, the cynics tend to react immediately in a strong and generally negative manner ('What is this faggotry' or 'loltypefuckery'). Now, I've only been in the channel for a few weeks at most, and of course I can only think about what I've seen in that short of time, so my opinion on this could be horribly skewed. I'm all about getting corrected, so go ahead if I'm completely wrong</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-10-18 22:17:25</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -13,43 +13,10 @@
|
|||
</header>
|
||||
<article class="content">
|
||||
<p>Why I can't get motivated at all to do ANYTHING for my comp class is beyond me. That really should change; I need to get stuff done c.</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-10-19 02:50:01</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -13,43 +13,10 @@
|
|||
</header>
|
||||
<article class="content">
|
||||
<p>No, I don't know what <a href="http://twu.net/~ranna/whendavidheard.jpg">it</a> is..</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-10-19 03:28:08</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -15,43 +15,10 @@
|
|||
<p>Wanna hear something funny?</p>
|
||||
<p>I fucked up on a test in chemistry, and didn't do so well on the one before, and since there are only four tests, I'm not going to be able to get higher than a C in the class, which means I'll have to drop out of school. I could live at my mom's and maybe eventually make enough to rent a room elsewhere since I'll have to commute to work pretty damn far and gas and all.</p>
|
||||
<p>This is cool, I couldn't picture myself in college, and now it's not happening</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-10-19 05:28:14</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -13,43 +13,10 @@
|
|||
</header>
|
||||
<article class="content">
|
||||
<p><center><b>How common are gv_ranna's interests</b></center><center><table bgcolor="Black" cellpadding="0" cellspacing="1" width="75%"> <tr><td valign="top"><table bgcolor="#00FF33" width="100%"><tr> <td><div align="center"><strong><em><font color="#0000FF">Universal</font></em></strong></div></td> </tr> <tr> <td><a href="http://www.livejournal.com/interests.bml?int=cats">cats</a> <font color="Black" size="-2"><b>(130712)</b></font><br/><a href="http://www.livejournal.com/interests.bml?int=cheese">cheese</a> <font color="Black" size="-2"><b>(102725)</b></font><br/></td> </tr></table></td> <td valign="top"><table bgcolor="#33CCCC" width="100%"> <tr> <td><div align="center"><em><strong><font color="#FF0000">Popular</font></strong></em></div></td> </tr> <tr> <td><a href="http://www.livejournal.com/interests.bml?int=dogs">dogs</a> <font color="Black" size="-2"><b>(77041)</b></font><br/><a href="http://www.livejournal.com/interests.bml?int=rock">rock</a> <font color="Black" size="-2"><b>(79196)</b></font><br/></td> </tr></table></td> <td valign="top"><table bgcolor="#FF9933" width="100%"> <tr> <td><div align="center"><strong><em><font color="#0000FF">Common</font></em></strong></div></td> </tr> <tr> <td><a href="http://www.livejournal.com/interests.bml?int=classical music">classical music</a> <font color="Black" size="-2"><b>(25740)</b></font><br/><a href="http://www.livejournal.com/interests.bml?int=jazz">jazz</a> <font color="Black" size="-2"><b>(48359)</b></font><br/><a href="http://www.livejournal.com/interests.bml?int=people">people</a> <font color="Black" size="-2"><b>(40617)</b></font><br/><a href="http://www.livejournal.com/interests.bml?int=skiing">skiing</a> <font color="Black" size="-2"><b>(49489)</b></font><br/><a href="http://www.livejournal.com/interests.bml?int=wolves">wolves</a> <font color="Black" size="-2"><b>(17133)</b></font><br/></td> </tr></table></td> <td valign="top"><table bgcolor="#FFCC99" width="100%"> <tr> <td><div align="center"><strong><em><font color="#FF0000">Specialist</font></em></strong></div></td> </tr> <tr> <td><a href="http://www.livejournal.com/interests.bml?int=flcl">flcl</a> <font color="Black" size="-2"><b>(8357)</b></font><br/><a href="http://www.livejournal.com/interests.bml?int=foxes">foxes</a> <font color="Black" size="-2"><b>(4558)</b></font><br/><a href="http://www.livejournal.com/interests.bml?int=perl">perl</a> <font color="Black" size="-2"><b>(3835)</b></font><br/></td> </tr></table></td> <td valign="top"><table bgcolor="#CCFFCC" width="100%"> <tr> <td><div align="center"><strong><em><font color="#0000FF">Unusual</font></em></strong></div></td> </tr> <tr> <td><a href="http://www.livejournal.com/interests.bml?int=eric whitacre">eric whitacre</a> <font color="Black" size="-2"><b>(233)</b></font><br/><a href="http://www.livejournal.com/interests.bml?int=other things">other things</a> <font color="Black" size="-2"><b>(597)</b></font><br/></td> </tr></table></td> <td valign="top"><table bgcolor="#FFFF66" width="100%"> <tr> <td><div align="center"><strong><em><font color="#FF0000">Rare</font></em></strong></div></td> </tr> <tr> <td><i><font color="#000000">none</font></i><br/></td> </tr></table></td> </tr></table></center><form action="http://memeland.org/rankint.php" method="POST" name="myform"><hr/><center> <b>Enter username:</b><br/><input name="iusername" size="8" type="text" value="gv_ranna"/><input name="ousername" type="hidden" value="gv_ranna"/><input name="uniq" type="hidden" value="0.29334900 1098309338"/><input type="submit" value="Do it !"/><br/><font size="-1"><b><a href="http://memeland.org/rankint.php">InterestRank</a></b> was bought to you by <a href="http://www.livejournal.com/userinfo.bml?user=_imran_"><img src="http://stat.livejournal.com/img/userinfo.gif" style="vertical-align: bottom; border: 0;"/></a><a href="http://www.livejournal.com/users/_imran_"><em>imran</em></a> and <a href="http://memeland.org">MemeLand.org</a></font><hr/></center></form</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-10-20 14:56:37</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -13,43 +13,10 @@
|
|||
</header>
|
||||
<article class="content">
|
||||
<p><a href="http://counter.li.org"><img src="http://twu.net/~ranna/370117.gif"/></a</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-10-21 00:34:52</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -13,43 +13,10 @@
|
|||
</header>
|
||||
<article class="content">
|
||||
<p><a href="http://ranna.ath.cx/">It do appear to workie.</a</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-10-21 21:22:02</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -14,43 +14,10 @@
|
|||
<article class="content">
|
||||
<p>Fuck you, linux, fuck you.</p>
|
||||
<p>I may have to switch distros, if only to get away from the slightly horrid setup of Slackware's "OEMTEHGEE A HAXOR" setup Gentoo and FreeBSD/DragonFly are options</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-10-23 04:55:54</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -54,43 +54,10 @@
|
|||
<li>Whats the most painful experience you've ever had (emotionally and/or physically): Shanerak and Rynden. Long story.</li>
|
||||
<li>Favorite communication method: Beating my fingers against a specially designed palatte of buttons as fast as I can in a certain order while connected to an ethereal realm in which nothing exists but anything's possible. (HURHUR, I LIKE MUCKS</li>
|
||||
</ol>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-10-23 12:48:41</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -17,43 +17,10 @@
|
|||
<div align="center">
|
||||
<br/><form action="http://www.go-quiz.com/stalker/stalker.php" method="POST">LiveJournal Username:<input name="uname"/><br/><input type="submit" value="Who is your LJ Stalker Friend?"/><br/>
|
||||
</form><a href="http://www.go-quiz.com/stalker/stalker.php">LJ Stalker Finder</a><br/>From <a href="http://www.go-quiz.com">Go-Quiz.com</a></div
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-10-24 17:37:20</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1579,43 +1579,10 @@ Allistar pounces, "?"
|
|||
Louis is on ICQ.
|
||||
Brightie perfect circles, "Again, spikedcollargirl, NineInchNailzz."
|
||||
Calvin xenomorp</l></password></plyrname></pre</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2003-03-18 15:11:18</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -17,43 +17,10 @@
|
|||
I.. well, I don't know, do you?
|
||||
<em>Your feelings? I trust them, but I am one. I never thought about trusting my own. Feelings of a feeling. I think that describes empathy pretty well.</em>
|
||||
Don't leave..</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-10-25 01:12:48</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -20,43 +20,10 @@
|
|||
<p>Yes I am injured.</p>
|
||||
<p>Whiplash. He scared me so much that I jerked my neck backwards.</p>
|
||||
<p>After throwing the bottle on the floor and setting my glass down on top of his CD player, he mumbled at me and went back to sleep. It wasn't until after I freaked out, grabbed my laptop and all of the files I needed and got about halfway to the lobby that I started to laugh at the utter absurdity of the situation. He may yell at me tomorrow about it, but I'm just going to laugh back at him, because, damn, that was just funny. And you've gotta laugh at what you're afraid of, because fear is more absurd than anything else. :o</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-10-28 05:38:34</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -15,43 +15,10 @@
|
|||
<p><a href="http://quizilla.com/users/amethystheartkawi/quizzes/Which%20MegaTokyo%20Character%20are%20you%3F/"><img alt="" border="0" src="http://images.quizilla.com/A/amethystheartkawi/1038026019_ErikaRes.jpg"/><br/> <font size="-1">Which MegaTokyo Character are you?</font></a><br/> <font size="-3">brought to you by <a href="http://quizilla.com">Quizilla</a></font></p>
|
||||
<p>In other news, I slept with Lon last night. Sleep's perhaps too specific, since I suck at sleeping with other people around, especially when they're touching me. I kinda did it so that I wouldn't have to deal with Sysco, but mostly I was lonely, and appreciative of affection. After that, dorm food and I had a fight, and I've been sick all day. Also, I lost my keys somewhere in Lon's bed, and I'm now locked out of my room.</p>
|
||||
<p>So</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-11-02 13:11:28</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -14,43 +14,10 @@
|
|||
<article class="content">
|
||||
<p>Tom Yum flavored Fashion Food is pretty damn good, even though it gave me instant heartburn (I fear for my esophagus.. might be acid reflux). Not sure if that's just from me being sick, though. It tasted like a black pepper soup, honestly. It was salty and a little sweet, and my mix of spices went well with it (Garum Masala, curry powder, powdered lemongrass, and cayenne pepper).</p>
|
||||
<p>I slept six hours, feel much better. Now for studying, tea, and then more sleep</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-11-02 23:32:19</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -106,43 +106,10 @@ I'd better get right down to the job.
|
|||
It's true I don't want to join the Army or turn lathes in precision parts
|
||||
factories, I'm nearsighted and psychopathic anyway.
|
||||
America I'm putting my queer shoulder to the wheel</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-11-03 01:36:06</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -19,43 +19,10 @@
|
|||
George W. Bush. Both of his books have been lost.
|
||||
A presidential spokesman said the president was devastated, as he had
|
||||
not finished coloring the second one</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-11-05 14:39:50</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -13,43 +13,10 @@
|
|||
</header>
|
||||
<article class="content">
|
||||
<p>http://72.3.131.10/upload_files/se141.jp</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-11-08 23:13:35</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -17,43 +17,10 @@
|
|||
<p>EDIT:
|
||||
Thought process: 'Ooh! Ooh! My name's Ryan and I'm so salty! Ooh!' Your saltiness is too much for me Ryan!
|
||||
Reason for this: the packets of salt and pepper Ryan and I stole from Lory</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-11-09 08:28:20</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -20,43 +20,10 @@ Si iniquitantes observaveris, Domine:
|
|||
Domine quis sustinebit?
|
||||
Quia apud te propitiatio est,
|
||||
et propter legem tuam sustinui te, Domine</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-11-09 09:24:28</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -145,43 +145,10 @@ print $care/129*100;exit;
|
|||
47.287%</pre>
|
||||
|
||||
</details
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-11-09 15:42:40</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -35,43 +35,10 @@ Ientaculum Vulpes sophomore year, but room in Braiden freshman
|
|||
year. Kiran, Shannon, and IV all wish to do the same.<br/>
|
||||
<br/>
|
||||
Other than that? I Cor. 13<br/></p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-01-15 00:54:35</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -19,43 +19,10 @@ Post the text of the sentence in your journal...
|
|||
...along with these instructions.</p>
|
||||
<p>"Did you start a fox?"</p>
|
||||
<p>I've been reading this book for a bit now. It's strange.. really old sci-fi. <em>Grass</em> by Sheri S. Tepper. Pretty good</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-11-09 22:03:49</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -15,43 +15,10 @@
|
|||
<p>Meh.</p>
|
||||
<p>I should've expected that, being highschool teachers, Revier and Keller couldn't have taught us everything, but my audition was very much not what I expected. Dr. Kim told me I was probably only using my voice to about 30% of it's potential due to breath support, and that I'll need lessons. Then he said I'd probably be a tenor. I wasn't terribly happy, but whatever. :o[</p>
|
||||
<p>I'm consoling myself with food now</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-11-10 09:31:24</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -13,43 +13,10 @@
|
|||
</header>
|
||||
<article class="content">
|
||||
<p><a href="http://colostate.thefacebook.com/profile.php?id=19201314&l=8f2f470bb9">Facebook me!</a</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-11-10 11:23:08</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -13,43 +13,10 @@
|
|||
</header>
|
||||
<article class="content">
|
||||
<p>http://news.netcraft.com/archives/2004/11/09/domain_transfers_and_hijackings_to_become_easier.htm</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-11-11 08:54:10</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -13,43 +13,10 @@
|
|||
</header>
|
||||
<article class="content">
|
||||
<p>Well, I fucked up just a bit. While installing grub (a bootloader, a program to choose between operating systems on startup), due to my stupidity and it's rather clunky interface, I ended up overwriting the MBR on my old hard drive. Which means I can't boot windows anymore. Having looked at some sites, I guess there's a <em>fixmbr</em> command on the recovery console of the windows install disk. I just hope I can find that</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-11-16 04:26:11</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -13,43 +13,10 @@
|
|||
</header>
|
||||
<article class="content">
|
||||
<p><img src="http://twu.net/~ranna/sp05sched.png"/</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-11-17 22:35:48</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -22,43 +22,10 @@
|
|||
<p>Got a good, though rather dry book called <em>Homosexuality and Civilization</em> that goes from ancient Greece to the Enlightenment with some sections on asia thrown in there. Also, been reading this book called <em>Grass</em> by Sherri S. Tepper. I picked it out by walking down an isle at the library and grabbing a random book. Pretty good, though :o)</p>
|
||||
<p>Music</p>
|
||||
<p>Writing more. Started on my third Keats piece: Unfelt, Unheard, Unseen. After I finish that, I need to revise Lullaby and Stanzas, then the set will be complete. I like them better than anything else I've done, but that's not saying a whole lot. I still like them, though. Also: been thinking about a setting of De Profundis, some art songs (more Keats: Why did I laugh? and I cry thy mercy - pity - love - aye, love; two sonnets), and perhaps a symphonic poem based on Hyperion and/or Endymion (the poems, not the books), as well as that book, <em>Homosexuality and Civilization</em>, or maybe an opera ha ha ha</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-11-23 23:04:53</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -13,43 +13,10 @@
|
|||
</header>
|
||||
<article class="content">
|
||||
<p><center><table cellpadding="0" cellspacing="0" width="50%"><tr><td bgcolor="#3d8d13" width="16.67%"> </td><td bgcolor="#008000" width="16.67%"> </td><td bgcolor="#55bf3f" width="16.67%"> </td><td bgcolor="#377a38" width="16.67%"> </td><td bgcolor="#034604" width="16.67%"> </td><td bgcolor="#858235" width="16.67%"> </td></tr><tr><td align="center" colspan="6">other things are love</td></tr><tr><td align="center" colspan="6"><small>brought to you by the <a href="http://www.dutchfurs.com/~haze/islove/">isLove Generator</a></small></td></tr></table></center</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-11-30 10:30:43</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -13,43 +13,10 @@
|
|||
</header>
|
||||
<article class="content">
|
||||
<p><a href="http://www.colostate.edu/cgi-bin/webevent/webevent.cgi?cmd=listevent&ncmd=calmonth&cal=cal2&y=2004&m=12&d=2&id=1100119952-169390-1&token=&sb=0&cf=cal&lc=calmonth&swe=1&set=0&sa=0&sort=m,e,t&ws=0&sib=1&de=1&tf=0">Kabuki "Macbeth"</a</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-12-02 13:57:35</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -14,43 +14,10 @@
|
|||
<article class="content">
|
||||
<p>H.E.R.E.T.I.C.S., Humans Encouraging Righteous Exploration of Tenets In Compact Sects, is letting me do a Discordian thingy on tuesday next week. On a related note, I got a Cthulhu plush. On another related note, my <a href="http://ranna.bolognia.net/discord">Qabal's</a> growing more serious.</p>
|
||||
<p>On a completely different note, <a href="http://ranna.bolognia.net/artlang/nanon">Nanon's</a> getting some work done on it again</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-01-15 01:10:39</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -16,43 +16,10 @@
|
|||
<p><em>shudder</em></p>
|
||||
<p>However, my mom found this service called NedNet which is basically a radiod T1 line (shared, of course). They set up a tranceiver and wire a room with cat-V for you, and will set up a wireless connection for your house.</p>
|
||||
<p>This pleases me :o</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-12-04 15:14:20</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -14,43 +14,10 @@
|
|||
<article class="content">
|
||||
<p>So I very nearly fell asleep at the keyboard whilst talking to the best fox EVAR, but when I went to lie down, I could not sleep at all.</p>
|
||||
<p>So I rearranged my room. I'm taking my keyboard back home, and I have my nook back</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-12-07 04:12:07</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -14,43 +14,10 @@
|
|||
<article class="content">
|
||||
<p>Thanks to Ryan for music.</p>
|
||||
<p>Rimsky-Korsakov's Procession of the Nobels, and Tchaikovski's Marche Slave are both really good. And so are the other musics</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-12-08 00:15:56</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -37,43 +37,10 @@ Pish and, conversely, tosh. How the hell do you think I get into all of my othe
|
|||
Point.
|
||||
|
||||
</details
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-12-09 22:46:30</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -13,43 +13,10 @@
|
|||
</header>
|
||||
<article class="content">
|
||||
<p>I'm tired of not being good enough for jobs that I would actually enjoy</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-12-10 22:24:10</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -16,43 +16,10 @@
|
|||
<p>Broomball was fun, though I fucked up my hip.</p>
|
||||
<p>I was tired, though I couldn't sleep.</p>
|
||||
<p>So I rolled cigarettes with Lon's pipe tobacco. I'm sure he'll smoke them eventually</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-12-11 08:22:43</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -21,43 +21,10 @@ Estimated cost of remaining liter bottles (which come with some tasty french lem
|
|||
<p>Total: ~ $38.14</p>
|
||||
<p>Fairly inexpensive for a first try, so if I get a bottle explosion (I hope not, these are sturdy bottles) or fuck something up, then I'm not biting too much. According to the yeast/brewing supplies supplier, orders over $60 have free shipping. I shall wait until after christmas to purchase anything to see if I get money. If so, I might buy some other things.</p>
|
||||
<p>I've decided that my first mead will be a hydromel, and my second a vanilla/smooth methyglin. This is based on my recent purchase of <a href="http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&rd=1&item=4343535289&ssPageName=STRK:MEWN:IT">20</a> high quality vanilla beans at $0.50 each. <a href="http://stores.ebay.com/Vanilla-Cafe">Shh</a> :o</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-12-14 07:52:29</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -21,43 +21,10 @@
|
|||
</ol>
|
||||
<p>"'[...] Perhaps I will be able to fight them and drive them away.'"</p>
|
||||
<p>Psh, I would pick the bible.. x.</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-12-14 20:42:33</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -14,43 +14,10 @@
|
|||
<article class="content">
|
||||
<p>I couldn't leave my life un-fucked-up for long - I missed my biology final. My schedule says it was at 2:35 PM, when it was actually at 9:10 AM. Plus, I just ripped my pants. ;.;</p>
|
||||
<p>I'm so good at doing this :o</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-12-14 21:56:40</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -13,43 +13,10 @@
|
|||
</header>
|
||||
<article class="content">
|
||||
<p>I had some strange idea that I should punish myself by not eating. A nap fixed that, but now all I have is a vending machine dinner :o</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-12-15 08:06:46</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -16,43 +16,10 @@
|
|||
<p>Excuse me. Anyway, stuff. Finals are over and done, which is a good thing, and I passed math, which is a Good Thing. So after that, I slacked off all weekend (though I did have to go to school on friday again. I feel for ye, <lj user="breakfastfox"></lj>), and went up to Kelleh's on sunday night. Had to sleep on the floor, so sleep I didn't, and I'm still paying for that with a sore back. Goofed around a bunch, though, and generally had a lot of fun. Met some of Moondog's friends online, and watched a bunch of movies with a couple of lesbians. The next day, I followed Moondog around, mostly, 'cause she's neat. She smoked cloves and I tried to stay awake while we talked about Samir and dogs and Fredrick and gay boys and stuff.</p>
|
||||
<p>Also, will be dragging someone to OASOS tomorrow. Will be fun. No complete sentences. Nor verbs.</p>
|
||||
<p>Also also, tomorrow I turn the fateful 18. Yey, voting, smoking, and porn</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-01-20 20:32:02</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -14,43 +14,10 @@
|
|||
<article class="content">
|
||||
<p>I'm almost out of sugar!</p>
|
||||
<p>*screams abound, the rending of flesh is heard, as Ranna commits hara-kiri</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-12-15 21:35:10</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -13,43 +13,10 @@
|
|||
</header>
|
||||
<article class="content">
|
||||
<p>Sudden Vulpine Anger Syndrome</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-12-16 03:08:10</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -20,43 +20,10 @@
|
|||
1 3-scale hydrometer
|
||||
5 more swing top bottles with excessively delicious sparkling lemonades in them, which I hope I can finish before bottling time.</p>
|
||||
<p>Tomorrow I'm getting another jug of apple juice to make spiced cider over the holidays. I'll use the empty as a secondary. And some raisins</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-12-18 04:34:52</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -13,43 +13,10 @@
|
|||
</header>
|
||||
<article class="content">
|
||||
<p>I just realized last night that the bottles I've been stocking up on are 750 mL, not 1 L. Soooo... What I'm thinking of doing is getting some 375 mL wine bottles. Since it takes five 750 mL bottles per gallon, it will take four 750 mL bottles and two 375 mL bottles for each batch of what I'm making. I can use the smaller bottles as gifts, that way, or for aging. If this works out well, and you want either a bottle of cider or apple wine, let me know. I can make it spiced and/or sparkling, too</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-12-18 22:54:57</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -18,43 +18,10 @@
|
|||
<img src="http://us.vclart.net/vcl/Artists/Amaroq/squishy.jpg"/>
|
||||
<a href="http://www.sheezyart.com/view/142055/">Vaguely adult content</a> (okay, maybe it's not that vague c.c)</p>
|
||||
<p></details</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-12-19 03:06:37</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -14,43 +14,10 @@
|
|||
<article class="content">
|
||||
<p>http://www.hytti.uku.fi/jarjestot/kuoro/sounds/surfeu/enetsivaltaaloistoa.ram
|
||||
Miko noses Sylvian Joululaulu and Varpunen Jouluaamuna over to Ranna</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-12-20 06:00:32</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -14,43 +14,10 @@
|
|||
<article class="content">
|
||||
<p>I just realized that all of my yeast and stuff will come in boxes that say 'Austin Homebrew Supply' on them. I hope my mom doesn't toss 'em :o)</p>
|
||||
<p>My excuses are either 'I'm making birthday presents for my dad and Julie' or 'It's for my dad.</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-12-20 06:03:14</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -18,43 +18,10 @@ A monkey, hehe, on my back.
|
|||
<em>A sock puppet; your hand, doofus.</em></p>
|
||||
<p>Ahead of me, orange tries to peek through white, and by the time it does, it's already red. Pentagons vibrate.
|
||||
<em>And pretty flowers 9.9</em</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-12-21 04:40:36</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -14,43 +14,10 @@
|
|||
<article class="content">
|
||||
<p>I agree that a fine product can come from simplicity. I,ve made an ancient mead in a gallon jug with 3 1/2 lbs honey, a handful of raisins, 1 cinnamon stick, 2 cloves, and 1 complete orange cut into eights rind and all and pushed in jug. Add water and shake well. Then added 1 t of bread yeast and an airlock. I put it in the cubboard and forget about it for 2 months and it comes out crystal clear and great every time and quite a delicious sweet beverage good for sipping at Christmas time. If you wait long enough, all the solids will go to the bottom I am told but I just siphon out the clear stuff with a small cloth filter over the hose when it is clear.<br />
|
||||
Jo</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-12-21 08:23:11</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -13,43 +13,10 @@
|
|||
</header>
|
||||
<article class="content">
|
||||
<p>My vanilla and <em>Song of Susannah</em> came today. The vanilla is decent quality, but it was an excellent deal at $0.50 / bean :o) I'm gonna see if I can race through the book before christmas, whereupon it will become my dad's gift</p>
|
||||
<span class="control">Expand all</span>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2004-12-21 23:24:04</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('li').forEach(el => {
|
||||
if (el.querySelectorAll('li').length !== 0) {
|
||||
el.classList.add('has-nested', 'closed');
|
||||
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
||||
}
|
||||
});
|
||||
document.querySelectorAll('.toc .has-nested').forEach(el => {
|
||||
el.classList.remove('has-nested', 'closed');
|
||||
});
|
||||
document.querySelectorAll('li.has-nested').forEach(el => {
|
||||
el.querySelector('.toggle').addEventListener('click', () => {
|
||||
el.classList.toggle('closed');
|
||||
});
|
||||
});
|
||||
let expanded = false;
|
||||
document.querySelector('.control').addEventListener('click', (e) => {
|
||||
expanded = !expanded;
|
||||
if (expanded) {
|
||||
e.target.innerText = 'Collapse all';
|
||||
} else {
|
||||
e.target.innerText = 'Expand all';
|
||||
}
|
||||
document.querySelectorAll('.has-nested').forEach((el) => {
|
||||
if (expanded) {
|
||||
el.classList.remove('closed');
|
||||
} else {
|
||||
el.classList.add('closed')
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue