blob: 23970e1dc0dc0daa69278c2634b3cd4c3e9c019a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
|
<link rel="shortcut icon" href="favicon2.gif">
<html>
<body>
<body bgcolor="#000000">
<body onload="blink();">
<TITLE>enlightenment</TITLE>
<div align="center">
<style type="text/css">
body {cursor:url("cursor.gif"), auto;}
</style>
<style type="text/css">
a {cursor:url("cursor2.gif"), default;}
</style>
<script type="text/javascript">
<!--
var b_timer = null; // blink timer
var b_on = true; // blink state
var blnkrs = null; // array of spans
function blink() {
var tmp = document.getElementsByTagName("span");
if (tmp) {
blnkrs = new Array();
var b_count = 0;
for (var i = 0; i < tmp.length; ++i) {
if (tmp[i].className == "blink") {
blnkrs[b_count] = tmp[i];
++b_count;
}
}
// time in m.secs between blinks
// 500 = 1/2 second
blinkTimer(25);
}
}
function blinkTimer(ival) {
if (b_timer) {
window.clearTimeout(b_timer);
b_timer = null;
}
blinkIt();
b_timer = window.setTimeout('blinkTimer(' + ival + ')', ival);
}
function blinkIt() {
for (var i = 0; i < blnkrs.length; ++i) {
if (b_on == true) {
blnkrs[i].style.visibility = "hidden";
}
else {
blnkrs[i].style.visibility = "visible";
}
}
b_on =!b_on;
}
//-->
</script>
<style>
img {
position: absolute;
top: 50%;
left: 50%;
width: 395px;
height: 610px;
margin-top: -230px;
margin-left: -197.5px;
}
</style>
<style>
font {
position: absolute;
top: 50%;
left: 50%;
margin-top: -400px;
margin-left: -130px;
}
</style>
<br><font font size="1" font color="#c1b492"><br><br><br><br><br><i>「 I shall drain your <b><span class="blink">minds</span></b><br>and bend your will to mine.<br>You will submit,<br>and I shall possess you.」<br><sub><sub>-neolain</font>
<a href="frame.html">
<img border="0" src="LAINHADN3.gif" alt="hand" width="395" height="610"></a>
<iframe width="0" height="0" src="http://www.youtube.com/embed/b4fl85vEm0s?autoplay=1&loop=1&playlist=b4fl85vEm0s" frameborder="0" allowfullscreen></iframe>
|