<!-- 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="Lampy SHELL";
url="javascript:void(window.open('http://www.tarnow.net.pl/dane_firm/kat/41/index.php?fid=44&pokaz=wszystkie&szukaj=shell','klio','scrollbars=yes,width=770,height=550'))";
alt="SHELL";
banner="baner/shell.jpg";
width="130";
height="210";
}
if (ad==2) {
txt="Lampy STYL";
url="javascript:void(window.open('http://www.tarnow.net.pl/dane_firm/kat/41/index.php?fid=44&pokaz=wszystkie&szukaj=styl','klio','scrollbars=yes,width=770,height=550'))";
alt="STYL";
banner="baner/styl.jpg";
width="130";
height="128";
}
if (ad==3) {
txt="Lampy KLON";
url="javascript:void(window.open('http://www.tarnow.net.pl/dane_firm/kat/41/index.php?fid=44&pokaz=wszystkie&szukaj=klon','klio','scrollbars=yes,width=770,height=550'))";
alt="KLON";
banner="baner/klon.jpg";
width="130";
height="120";
}
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 -->