ÿþ<html> <head> <title>Oliveri kodukas</title> <style> span { font:12px arial; color:#ffffff; background:#090911; position:absolute; width:100; height:500; top:100; clip:rect(0 100 100 0); } </style> <script type="text/javascript"> function shakeleft() { document.getElementById('image').style.position="relative"; document.getElementById('image').style.left="3"; timer=setTimeout("shakeright()",10); } function shakeright() { document.getElementById('image').style.left="0"; timer=setTimeout("shakeleft()",10); } function stoptimer() { clearTimeout(timer); } function bgChange(bg) { document.body.style.background=bg; } function mouseOver() { document.getElementById("b1").src ="Folder-Open.png"; } function mouseOut() { document.getElementById("b1").src ="Folder-icon.png"; } function mouseOver2() { document.getElementById("b2").src ="blog-over.png"; } function mouseOut2() { document.getElementById("b2").src ="blog.png"; } document.onmousedown=disable; //IE message="Sorry no rightclick on this page."; function disable(e) { if (e == null) { //IE disable e = window.event; if (e.button==2) { alert(message); return false; } } document.onclick=ffdisable; //FF } function ffdisable(e) { if (e.button==2) { //firefox disable e.preventDefault(); e.stopPropagation(); alert(message); return false; } } </script> </head> <body bgcolor="#090911"> <style type="text/css"> a:link {text-decoration:none;} /* unvisited link */ a:visited {text-decoration:none;} /* visited link */ a:hover {text-decoration:underline;} /* mouse over link */ a:active {text-decoration:underline;} /* selected link */ a:link {color:#CCFF00;} /* unvisited link */ a:visited {color:#CCFF00;} /* visited link */ a:hover {color:#CC0000;} /* mouse over link */ a:active {color:#0000FF;} /* selected link */ </style> <table border="0"> <tr> <td> <center> <img id="image" src="sign.png" onmouseover="shakeleft()" onmouseout="stoptimer()"> </center> <br> <iframe src="auto.html" name="aken" scrolling="no" frameborder="0" width="235" height=35"> </iframe> <br> <img src="joon.png"> <br> <a href="http://faililadu.4shared.com" target="_blank"> <img border="0" alt="Faililadu!" src="Folder-icon.png" id="b1" onmouseover="mouseOver()" onmouseout="mouseOut()" /></a> <a href="http://minaolenolli.blogspot.com/" target="_blank"> <img border="0" alt="Olli blogi!" src="blog.png" id="b2" onmouseover="mouseOver2()" onmouseout="mouseOut2()" /></a> <br><br> <a href="avaleht.html" target="frame">Avaleht.html</a> <br> <a href="olu.html" target="frame">Õlu</a> <br> <a href="upload/index.php" target="frame">Upload</a> <br> <a href="flash.html" target="frame">Kõva mees.swf</a> <br> <a href="net.html" target="frame">Stuff</a> <br> <a href="list.php" target="frame">Hüperlingid</a> <br> <a href="http://www.youtube.com/user/frozenmeat2007#p/c/B048FC3D74271EEF" target="_blank">Youtube Videobox</a> <br> <a href="tv.html" target="frame">TV</a> <br> </td> <td><iframe src="avaleht.html" name="frame" scrolling="no" frameborder="0" width="1000" height=550"> </iframe></td> </tr> </table> </body> </html>