i=1;
num=11;
items = new Array();
items[0]='<table align="center"><tr><td><img height="93" width="86" alt="" src="/images/logo_kancelaria.gif" /></td><td>ZESPÓŁ KANCELARII SPECJALISTYCZNYCH&nbsp;<br /><b>Adwokat BARTOSZ ZACHAREK</b><br />90-361 Łódź, ul. Piotrkowska 270, lok. 412<br />tel. 042 684 28 47, fax. 042 684 12 08&nbsp;<br /><a href="http://wodo.pl">www.wodo.pl&nbsp;</a><br/>mail:<a href="javascript:location.href=\'mailto:\'+String.fromCharCode(98,97,114,116,111,115,122,46,122,97,99,104,97,114,101,107,64,97,100,119,111,107,97,116,117,114,97,46,112,108)+\'?\'">bartosz.zacharek@adwokatura.pl</a></td></tr></table>';
items[1]='<table align="center"><tr><td><img height="57" width="100" src="/images/krwinka_small.jpg" alt="" /></td><td>KRWINKA<br />Fundacja dla Dzieci<br />z Chorobami Nowotworowymi</td></tr></table>';
items[2]='<table align="center"><tr><td><img width="100" src="/images/flamenco_czarne_tlo.jpg" alt="" /></td><td>Viva<br />FESTIWAL<br />FLAMENCO</td></tr></table>';
items[3]='<table align="center"><tr><td><img border="0" src="images/logo_american_systems.gif" alt="american systems" /></td><td style="margin-right:200px; width:300px;">American Systems Sp. z o.o.<br /><a href="http://www.american-systems.pl" title="american-systems">www.american-systems.pl</a></td></tr></table>';
items[4]='<table align="center"><tr><td><a href="http://www.exactus.pl/"><img border="0" src="exactus_logo.jpg" alt="exactus" /></a></td></tr></table>';
items[5]='<table align="center"><tr><td><a href="http://www.pingwinek.com.pl/"><img border="0" src="cet_logo.png" alt="ctm"/></a></td></tr></table>';
items[6]='<table align="center"><tr><td><a href="http://www.italianiinpolonia.org/"><img border="0" src="/images/logostowwloch.jpg" alt="Stowarzyszenie Włoch"/></a></td></tr></table>';
items[7]='<table align="center"><tr><td><a href="http://www.operalodz.com/"><img border="0" src="/images/teatr.jpg" alt="Teatr Wielki"/></a></td></tr></table>';
items[8]='<table align="center"><tr><td><img border="0" src="/images/logo_kolor_kopia.jpeg" alt="Costa del Mar - restauracja hiszpańska, Łódź, Manufaktura - Rynek"/></td></tr></table>';
items[9]='<table align="center"><tr><td><a href="http://www.portobello.com.pl/"><img border="0" src="/images/LogoPortobello.jpg" alt="Portobello Pub"/></a></td></tr></table>';
items[10]='<table align="center"><tr><td><a href="http://platu.pl/"><img border="0" src="/images/logo_platu_m.jpg" alt="Platu Korepetycje"/></a></td></tr></table>';
items[11]='<table align="center"><tr><td><img border="0" src="/images/logo_QUADRODECOR_m.jpg" alt="QUADRODECOR - pracownia projektowa"/></td></tr></table>';

function swap() {
    if (i>num-1) {i = -1; }
    $("#instytucja").fadeOut("slow", function() { $("#instytucja").html(items[i]); $("#instytucja").fadeIn("slow"); });
   i++;
    
}

function start() {
    $("#instytucja").html(items[0]);
    setInterval("swap()", 2500);
}
