diff options
Diffstat (limited to 'collective.html')
| -rw-r--r-- | collective.html | 86 |
1 files changed, 0 insertions, 86 deletions
diff --git a/collective.html b/collective.html deleted file mode 100644 index a4e6295..0000000 --- a/collective.html +++ /dev/null @@ -1,86 +0,0 @@ -<link rel="shortcut icon" href="favicon2.gif"> -<html> - -<body> -<body bgcolor="#000000"> -<body background="bg_303.gif"> -<body onload="blink();"> -<TITLE>collective</TITLE> -<div align="center"> - -<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(700); -} -} - -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 type="text/css"> -body {cursor:url("cursor.gif"), auto;} -</style> - -<style type="text/css"> -a {cursor:url("cursor2.gif"), default;} -</style> - - - -<style> - img { - position:absolute; - bottom:-1px; - left: 50%; - width: 1024px; - height: 800px; - margin-left: -512px; -} - -</style> - - - - - -<a href="consciousness.html"> -<img border="0" src="1367109547_2.gif" alt="Fece" width="1024" height="800"></a> -<iframe width="0" height="0" src="http://www.youtube.com/embed/ltSySjNZCtk?autoplay=1&loop=1&playlist=ltSySjNZCtk" frameborder="0" allowfullscreen></iframe> |