<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
<meta name="language" content="pl">
<meta name="reply-to" content="redakcja(_at_)ppa.pl">
<title>Nie ma takiej podstrony</title>
</head>
<script type="text/javascript">
function blinkBorder() {
var mystyle = '5px solid orange';
var elId = document.getElementById('error');
if(elId.style.border==mystyle) {
elId.style.border='5px solid black';
} else {
elId.style.border=mystyle;
}
}
window.onload = function() {
setInterval(blinkBorder,1200);
}
</script>
<body style="background: #000;">
<div id="error" class="message" style="background: #000; border: 5px solid orange; height: 70px;"><div style="margin-top: 25px; text-decoration: none; text-align: center; color: orange; font-weight: bold;">
Nie ma takiej podstrony
</div></div>
</div>
</body>