/* ================== Napis końcowy ================== */
pEnd = document.createElement("p");
pEnd.className = "stopka";
pEnd.id = "pend";
paragrafEnd = document.getElementById("stopka");
paragrafEnd.appendChild(pEnd);
/* Poniższe EntityReference nie działa w Mozilla, błąd został zgłoszony:
tekstDoPend1 = document.createEntityReference("copy"); */
tekstDoPend1 = document.createTextNode("© ");
miejsceTekstuDoPend1 = document.getElementById("pend");
miejsceTekstuDoPend1.appendChild(tekstDoPend1);

kotwicaEnd1 = document.createElement("a");
kotwicaEnd1.href = "http://3bird.net/onas.html";
kotwicaEnd1.className = "stopka";
kotwicaEnd1.id = "aend1";
kotwicaEnd1.title ="Website Administrator's Contact...";
miejsceKotwicy = document.getElementById("pend");
miejsceKotwicy.appendChild(kotwicaEnd1);

tekstKotwicyEnd1 = document.createTextNode(" 3bird Projects");
miejsceTekstuKotwicyEnd1 = document.getElementById("aend1");
miejsceTekstuKotwicyEnd1.appendChild(tekstKotwicyEnd1);

tekstDoPend2 = document.createTextNode(". Version: 2.1. Optimal resolution: 1024x768 (you have: ");
miejsceTekstuDoPend2 = document.getElementById("pend");
miejsceTekstuDoPend2.appendChild(tekstDoPend2);

SpanEnd1 = document.createElement("span");
SpanEnd1.id = "data";
miejsceSpanEnd1 = document.getElementById("pend");
miejsceSpanEnd1.appendChild(SpanEnd1);

tekstDoPend3 = document.createTextNode(").");
miejsceTekstuDoPend3 = document.getElementById("pend");
miejsceTekstuDoPend3.appendChild(tekstDoPend3);

/* ===================== DRUGI WIERSZ ============ */
drugiWiersz = document.createElement("p");
drugiWiersz.className = "stopka";
drugiWiersz.id = "wiersz2";
miejsceDrugiegoWiersza = document.getElementById("stopka");
miejsceDrugiegoWiersza.appendChild(drugiWiersz);

tekstDoDrugiegoWiersza = document.createTextNode("Last modified: ");
miejsceTekstuDoDrugiegoWiersza = document.getElementById("wiersz2");
miejsceTekstuDoDrugiegoWiersza.appendChild(tekstDoDrugiegoWiersza);

SpanEnd2 = document.createElement("span");
SpanEnd2.id = "lastmodified";
miejsceSpanEnd2 = document.getElementById("wiersz2");
miejsceSpanEnd2.appendChild(SpanEnd2);

tekstDoPend4 = document.createTextNode(".");
miejsceTekstuDoPend4 = document.getElementById("wiersz2");
miejsceTekstuDoPend4.appendChild(tekstDoPend4);



/* ====================================================
(c) Copyright by Robert Surma 2005.
All Rights Reserved. No part of this publication may be reproduced,
stored in a retrieval system, or transmitted, in any form or by any means,
electronic, mechanical, photocopying, recording or otherwise,
without the permission of Robert Surma, 3bird Projects Co.
Contact: 3bird.net
===================================================== */