top.html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">

<head>
<title>flodhest.com : pink2k5</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="./style.css" type="text/css">
<script type="text/javascript"><!--
function foo() {
	rr = Math.floor(Math.random() * 255) % 30 + 180;
	gg = Math.floor(Math.random() * 255) % 30 + 180;
	bb = Math.floor(Math.random() * 255) % 30 + 180;
	document.body.style.backgroundColor = "rgb(" + rr + "," + gg + "," + bb + ")";
	document.getElementById('menuc').style.backgroundColor = "rgb(" + rr + "," + gg + "," + bb + ")";
	document.getElementById('bottom').style.backgroundColor = "rgb(" + rr + "," + gg + "," + bb + ")";
	//document.getElementsByTagName('hr').style.borderColor = "rgb(" + rr + "," + gg + "," + bb + ")";
}
--></script>
</head>

<body onload="foo()">
<div id="menuc">
	<div id="menu">
		<h4>Menu</h4>
		<a href="http://flodhest.net">Index</a>
		<a href="http://flodhest.net/files">- files</a>
		<a href="http://flodhest.net/?sub=bookmark">- bookmarks</a>
		<a href="http://flodhest.net?sub=search">- search</a>
		<a href="http://home.flodhest.net">Home</a>
		<a href="http://home.flodhest.net/gallery">- gallery</a>
		<a href="http://espen.flodhest.net">Espen</a>
		<a href="http://antipathy.flodhest.net">Antipathy</a>
		<a href="http://3e.flodhest.net">3e</a>
		<a href="http://jht.flodhest.net">Jht</a>
		&#160;
	</div>
	<img src="./menubottom.gif" class="nullb" alt="">
</div>

<div id="container">
	<div id="dmenu">
		&#160;
	</div>
	<div id="content">
		<h2>Hello world</h2>
		This is a test
	</div>
	<div id="bottom">&#160;</div>
</div>
</body>

</html>