<!-- 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="ISABEL";
url="javascript:void(window.open('http://www.tarnow.net.pl/dane_firm/kat/41/index.php?fid=44&pokaz=wszystkie&szukaj=isabel','wloskie','scrollbars=yes,width=770,height=550'))";
alt="ISABEL";
banner="baner/isabel.jpg";
width="130";
height="112";
}
if (ad==2) {
txt="TOSCA ";
url="javascript:void(window.open('http://www.tarnow.net.pl/dane_firm/kat/41/index.php?fid=44&pokaz=wszystkie&szukaj=tosca','wloskie','scrollbars=yes,width=770,height=550'))";
alt="TOSCA";
banner="baner/tosca.jpg";
width="130";
height="88";
}
if (ad==3) {
txt="FENIKS";
url="javascript:void(window.open('http://www.tarnow.net.pl/dane_firm/kat/41/?pokaz=towar&tid=92150&fid=44','wloskie','scrollbars=yes,width=770,height=550'))";
alt="FENIKS";
banner="baner/feniks.jpg";
width="130";
height="178";
}
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 -->