ÿþ<!-- Copyright (c) OUI Wsieci --><HTML><HEAD><TITLE>OK! Netestitaj je bestoj</TITLE><META HTTP-EQUIV=Content-Type CONTENT=text/html;CHARSET=utf-8><META content="OK! Netestitaj je bestoj - listo de produktoj netestitaj je bestoj." name=description><META content="Tu kliknij, Wsieci" name="Author"><META content="Copyright (c) 2003 by Klub OK!, FWZ-MysBowice" name="Copyright"><LINK REL=stylesheet href=../s.css type=text/css> <SCRIPT language=JavaScript> <!-- function MM_findObj(n, d) { // v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && d.getElementById) x=d.getElementById(n); return x; } function CorPLay() { if (arguments.length < 8) {return;} var sD = arguments[0]; if (sD == "") {return;} var oD = eval("MM_findObj('" + sD + "')"); if (!oD) {return;} var iCSS = parseInt(arguments[1]); var sXL = arguments[2], sXC = arguments[3], sXR = arguments[4], sYT = arguments[5], sYC = arguments[6], sYB = arguments[7]; var iS = (arguments.length > 8) ? parseInt(arguments[8]) : 0, iPx = (arguments.length > 9) ? parseInt(arguments[9]) : 0; if (iCSS != 0) { if (!document.layers) {oD = oD.style;} sXL = parseInt(oD.left), sYT = parseInt(oD.top);} var sF = "CorPLayX('" + sD + "','" + sXL + "','" + sXC + "','" + sXR + "','" + sYT + "','" + sYC + "','" + sYB + "'," + iS + "," + iPx + ")"; eval(sF); } function CorPLayX(){ var sD = arguments[0], oD = eval("MM_findObj('" + sD + "')"), iWW, iWH, iSX, iSY, iT = 10, sS = ""; if (!document.layers) {oD = oD.style;} if (oD.tmpTimeout != null) {clearTimeout(oD.tmpTimeout);} var sXL = arguments[1], sXC = arguments[2], sXR = arguments[3], sYT = arguments[4], sYC = arguments[5], sYB = arguments[6]; var iS = (arguments.length > 7) ? parseInt(arguments[7]) : 0, iPx = (arguments.length > 8) ? parseInt(arguments[8]) : 0; if (window.innerWidth) {var oW = window; iWW = oW.innerWidth; iWH = oW.innerHeight; iSX = oW.pageXOffset; iSY = oW.pageYOffset;} else if (document.documentElement && document.documentElement.clientWidth) { var oDE = document.documentElement; iWW = oDE.clientWidth; iWH = oDE.clientHeight; iSX = oDE.scrollLeft; iSY = oDE.scrollTop;} else if (document.body) {var oDB = document.body; iWW = oDB.clientWidth; iWH = oDB.clientHeight; iSX = oDB.scrollLeft; iSY = oDB.scrollTop;} else {return;} var iCX = iNX = CorDivPro(sD, 'left'), iCY = iNY = CorDivPro(sD, 'top'); if (sXL != "") {iNX = iSX + parseInt(sXL);} else if (sXC != "") {iNX = Math.round(iSX + (iWW/2) - (CorDivPro(sD, 'width')/2));} else if (sXR != "") {iNX = iSX + iWW - (CorDivPro(sD, 'width') + parseInt(sXR));} if (sYT != "") {iNY = iSY + parseInt(sYT);} else if (sYC != "") {iNY = Math.round(iSY + (iWH/2) - (CorDivPro(sD, 'height')/2));} else if (sYB != "") {iNY = iSY + (iWH - CorDivPro(sD, 'height') - parseInt(sYB));} if ((iCX != iNX) || (iCY != iNY)) {if (iS > 0) { if (iPx > 0) {iT = iS; var iPxX = iPx, iPxY = iPx, iMX = Math.abs(iCX - iNX), iMY = Math.abs(iCY - iNY); if (iMX < iMY) {iPxY = (iMX != 0) ? ((iMY/iMX)*iPx) : iPx;} else {iPxX = (iMY != 0) ? ((iMX/iMY)*iPx) : iPx;} if (iPxX >= iMX) {iPxX = Math.min(Math.ceil(iPxX), iPx);} if (iPxY >= iMY) {iPxY = Math.min(Math.ceil(iPxY), iPx);} if ((iCX < iNX) && (iCX + iPxX < iNX)) {iNX = iCX + iPxX;} if ((iCX > iNX) && (iCX - iPxX > iNX)) {iNX = iCX - iPxX;} if ((iCY < iNY) && (iCY + iPxY < iNY)) {iNY = iCY + iPxY;} if ((iCY > iNY) && (iCY - iPxY > iNY)) {iNY = iCY - iPxY;} } else {var iMX = ((iNX - iCX) / iS), iMY = ((iNY - iCY) / iS); iMX = (iMX > 0) ? Math.ceil(iMX) : Math.floor(iMX); iNX = iCX + iMX; iMY = (iMY > 0) ? Math.ceil(iMY) : Math.floor(iMY); iNY = iCY + iMY; } } if ((parseInt(navigator.appVersion)>4 || navigator.userAgent.indexOf("MSIE")>-1) && (!window.opera)) {sS="px";} if (iMX != 0) {eval("oD.left = '" + iNX + sS + "'");} if (iMY != 0) {eval("oD.top = '" + iNY + sS + "'");}} var sF = "CorPLayX('" + sD + "','" + sXL + "','" + sXC + "','" + sXR + "','" + sYT + "','" + sYC + "','" + sYB + "'," + iS + "," + iPx + ")"; oD.tmpTimeout = setTimeout(sF,iT); } function CorDivPro() { // v1.0 this.opera = (window.opera); this.ns4 = (document.layers); this.ie = (document.all); this.ns6 = (document.getElementById && !document.all && !this.opera); var sV = "", sD = arguments[0], oD = MM_findObj(sD), sP = arguments[1]; if (oD == null) {return 0;} var sF = (sD.indexOf("?") > 0) ? sD.substring(sD.indexOf("?")+1) : ""; if ((sF != "") && (this.ie)) {sD = "parent.frames['" + sF + "']." + sD.substring(0,sD.indexOf("?"));} if ((sP == "left") || (sP == "top")) { if (!this.ns4) {oD = oD.style;} sV = eval("oD." + sP); if ((this.ie) && (sV == "")) { if (sP == "top") { sV = eval(sD + ".offsetTop");} else { sV = eval(sD + ".offsetLeft");}}} else {if (this.opera) {oD = oD.style; if (sP == "height") { sV = oD.pixelHeight;} else if (sP == "width") { sV = oD.pixelWidth;}} else if (this.ns4) {sV = eval("oD.clip." + sP);} else if (this.ns6) {sV = document.defaultView.getComputedStyle(oD, "").getPropertyValue(sP);} else if (this.ie) { if (sP == "width") {sV = eval(sD + ".offsetWidth");} else if (sP == "height") {sV = eval(sD + ".offsetHeight");}}} sV = (sV == "") ? 0 : sV; if (isNaN(sV)) {if (sV.indexOf('px') > 0) { sV = sV.substring(0,sV.indexOf('px'));}} return parseInt(sV); } //--></SCRIPT> </HEAD><BODY BGCOLOR=888800 onload="CorPLay('Layer4',0,'0','','','15','','',12)"><CENTER> <TABLE CELLPADDING=0 CELLSPACING=0 WIDTH=800><TR><TD> <table cellpadding=0 cellspacing=0 height=10 bgcolor=EEE8AA><tr><td width=20> </td><td width=780><table><tr><td></td></tr></table><img src=../lo1.gif></td></tr></table> </TD></TR><TR><TD> <table cellpadding=0 cellspacing=0 bgcolor=darkkhaki height=20><tr><td width=64> <img src=../-.gif width=2><a href=http://jawsieci.eu><img src=../j.gif border=0 alt="jawsieci.eu - mój portal!"></a></td><td><img src=../lo2.gif></td><td width=298> &nbsp; &nbsp; &nbsp; <font color=white>Listo de produktoj netestitaj je bestoj</font></td> <SCRIPT language=JavaScript src=../_f.js></SCRIPT> </tr></table> </TD></TR><TR><TD> <table cellpadding=0 cellspacing=0 bgcolor=FFFFE0 height=80><tr><td width=20> </td><td width=280><img src=../lo3.gif></td><td width=500 align=right> <a href=http://ad.bm.net.pl/c/34471/76670001 target=_top><img src=http://ad.bm.net.pl/s/34471/76670001 border=1 alt=Bannermania width=450 height=50 ISMAP></a> &nbsp;</td></tr></table> </TD></TR><TR><TD> <table cellpadding=0 cellspacing=0 bgcolor=darkkhaki height=20><tr><td width=42></td><td width=138><img src=../lo4.gif></td><td width=206 bgcolor=darkgreen><font color=white><b>&nbsp; N E &nbsp; T E S T I T A &nbsp; J E &nbsp; B E S T O J !</b></font></td><td width=414 align=right> <font color=white>Por la listo garantias <a class=x href=mailto:surma@ok.most.org.pl>Klub OK!</a> kaj <a class=x href=http://www.fwz.jawsieci.eu>FWZ</a></font><font color=darkkhaki>.</font></td></tr></table> </TD></TR><TR><TD> <table cellpadding=0 cellspacing=0 height=10 bgcolor=EEE8AA><tr><td width=20> </td><td width=780><img src=../lo5.gif></td></tr></table> </TD></TR></TABLE> <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=800 BGCOLOR=EEE8AA><TR> <TD WIDTH=10></TD><TD VALIGN=TOP WIDTH=180> <DIV id=Layer4 style="POSITION: relative; LEFT: 0px; TOP: 15px;"> <SCRIPT language=JavaScript src=../_r.js></SCRIPT> </DIV></TD><TD VALIGN=TOP><DIV ALIGN=JUSTIFY><br> <table cellpadding=0 cellspacing=0 background=../s.gif height=1 width=100%><tr><td></td></tr></table><table><tr><td></td></tr></table><center> Bv. Propagandu <i>Liston OK!</i> en interreto - aldonu gin sur listo de ligiloj en via TTT-ejo, kopiu <a href=../pl-banner/index.htm>baneron</a>! </center><table><tr><td></td></tr></table> <table cellpadding=0 cellspacing=0 background=../s.gif height=1 width=100%><tr><td></td></tr></table> <table height=10><tr><td></td></tr></table> Jen plej kredinda tutmonde listo de produktoj ne testitaj je bestoj, kiuj dank al grandaj necesigoj garantas korektecon de la listo. <i>Listo OK!</i> estas farata de 1995 j. per <i>Klubo OK!</i>. Informoj de: <i>BUAV, Deutscher Tierschutzbund, Tier - und Naturschutzverein Humanitas, The American Anti-Vivisection Society, Peta, Klub OK!</i> Sur <i>Listo OK!</i> trovias firmaoj, kiuj realigis iujn jenajn kondi ojn:<table><tr><td></td></tr></table> <img src=../-.gif height=1 width=17>1.<img src=../-.gif height=1 width=15>minimume dum 5 lastaj jaroj ili ne testas la produktojn je la bestoj kaj postulas tion al aliaj, ili ne uzas <img src=../-.gif height=1 width=42>erojn ektestitajn je la bestoj dum lastaj 5 jaroj;<br> <img src=../-.gif height=1 width=17>2.<img src=../-.gif height=1 width=15>ili ne uzas erojn ektestitajn je la bestoj dum lastaj 5 jaroj;<br> <img src=../-.gif height=1 width=17>3.<img src=../-.gif height=1 width=15>la elementojn de la produktoj ne devenas de bu ado de la bestoj.<table><tr><td></td></tr></table> <i>Atesto OK!</i> kaj ligita kun i uzado de simbolo OK! sur siaj produktoj estas senpaga. La listo estas sub konstanta, publika kontorlo. Pli multe da informoj pri <a href=../eo-lista/index.htm><i>Listo OK!</i></a>, <a href=../eo-certyfikat/index.htm><i>Atesto OK!</i></a>. <br><br><table><tr><td></td></tr></table><table cellpadding=0 cellspacing=0 background=../s.gif height=1 width=100%><tr><td></td></tr></table> <SCRIPT language=JavaScript src=../_ok.js></SCRIPT> <center><font color=red>Tutmonde ciun 6 sekundon mortas iu besto pro testoj!<br> <img src=../diagram.gif width=421 height=14><br> Vi povas savi multe de ili, elektante gustan kosmetikon... </font></center><br><br> </DIV></TD><TD WIDTH=10></TD></TR></TABLE> <TABLE CELLPADDING=0 CELLSPACING=0 WIDTH=800><TR><TD> <table cellpadding=0 cellspacing=0 bgcolor=darkkhaki height=20><tr><td width=400><font color=darkkhaki>.</font><font color=white>Lista OK! &copy Copyright by </font><a class=x href=mailto:surma@ok.most.org.pl>Klub OK!</a></td><td width=300 align=right> <a href=http://wsieci.most.org.pl/pracownicy/index.htm#tukliknij>&copy Webdesign by Tu kliknij, <img src=../w-mw.gif border=0 align=top> 2002-2003</a></td><td width=100><center> <a target=_top href=http://stat.webmedia.pl/cgi-bin/anal?oklista><img border=0 src=http://stat.webmedia.pl/cgi-bin/stat?oklista&stat4u width=85 height=20></a></center></td></tr></table> </TD></TR><TR><TD> <table cellpadding=0 cellspacing=0 height=10 bgcolor=EEE8AA><tr> <SCRIPT language=JavaScript src=../_m.js></SCRIPT> </tr></table> </TD></TR></TABLE></CENTER></BODY></HTML>