<!-- This script and many more are available online from -->
<!-- The JavaScript Source!! http://javascriptsource.com -->
<!-- Begin
var how_many_ads = 3;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="O&#346WIETLENIE WŁOSKIE ";
url="javascript:void(window.open('http://www.tarnow.net.pl/dane_firm/kat/41/?fid=44&pokaz=kategorie&kid=1549','wloskie','scrollbars=yes,width=770,height=550'))";
alt="SOFI";
banner="baner/sofi.jpg";
width="130";
height="138";
}

if (ad==2) {
txt="O&#346WIETLENIE WŁOSKIE ";
url="javascript:void(window.open('http://www.tarnow.net.pl/dane_firm/kat/41/?fid=44&pokaz=kategorie&kid=1549','wloskie','scrollbars=yes,width=770,height=550'))";
alt="TALISO";
banner="baner/taliso.jpg";
width="130";
height="105";
}

if (ad==3) {
txt="O&#346WIETLENIE WŁOSKIE ";
url="javascript:void(window.open('http://www.tarnow.net.pl/dane_firm/kat/41/?fid=44&pokaz=kategorie&kid=1549','wloskie','scrollbars=yes,width=770,height=550'))";
alt="TULIPAN";
banner="baner/tul.jpg";
width="130";
height="150";
}
document.write('<a href=\"' + url + '\" target=\"_top\" class="navlink">');
document.write('' + txt + '');
document.write('<center><img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0></a><br>');
// End -->