/* ================== Końcowe ikonki ================= */
divEnd = document.createElement("div");
divEnd.className = "validate";
divEnd.id = "divEnd";
validEnd = document.getElementById("dokument");
validEnd.appendChild(divEnd);

/* Pierwsze A */
a1 = document.createElement("a");
a1.href = "http://validator.w3.org/check?uri=referer";
a1.id = "adiv1";
kotwica1 = document.getElementById("divEnd");
kotwica1.appendChild(a1);

/* Pierwsza ikonka */
object1 = document.createElement("img");
object1.className = "noborder";
object1.src = "grafika/valid-xhtml11.png";
object1.id = "rys1";
object1.title = "This is valid XHTML 1.1";
object1.alt =  "This is valid XHTML 1.1";
rysunek1 = document.getElementById("adiv1");
rysunek1.appendChild(object1);

/* Drugie A */
a2 = document.createElement("a");
a2.href = "http://jigsaw.w3.org/css-validator/check/referer";
a2.id = "adiv2";
kotwica2 = document.getElementById("divEnd");
kotwica2.appendChild(a2);

/* Druga ikonka */
object2 = document.createElement("img");
object2.className = "noborder";
object2.src = "grafika/valid-css.png";
object2.id = "rys2";
object2.title = "This is valid CSS2";
object2.alt = "This is valid CSS2";
rysunek2 = document.getElementById("adiv2");
rysunek2.appendChild(object2);


/* ====================================================
(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
===================================================== */
