You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.4 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>af</title>
<style type="text/css">
body{
font-family: mono;
color: white;
background: black;
}
</style>
</head>
<body>
<p>Professor Fassrol was widely known as a pioneer in the application of cybernetics methodologies to anthropology and mythology. His visionary approach made possible the maturation of what now we call cyber- or <a href="ve.html" onClick="return popup(this, 've', '1000', '200')">virtual ethnology</a>. In the early times of this discipline, however, the research was pursued following a direction opposite to the actual one, the technological value of this method was meant to enlight the rituals of proto-historical cultures as linguistic engines meant to produce meaning over generations.</p><br>
<script type="text/javascript">
var w = window.innerWidth;
var h = window.innerHeight;
function posX(){ return Math.ceil(Math.random() * w)-200 }
function posY(){ return Math.ceil(Math.random() * h) }
function popup(mylink, windowname, width, height) {
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string') href=mylink;
else href=mylink.href;
var open = window.open(href, windowname, 'width=' + width + ',height='+ height + ',left=' + posX() + ',top=' + posY());
open.focus();
setTimeout(function(){ open.close(); }, 60000);
return false;
}
</script>
</body>
</html>