<!-- 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 TROY";
url="javascript:void(window.open('http://www.tarnow.net.pl/dane_firm/kat/41/index.php?fid=44&pokaz=wszystkie&szukaj=troy','roto','scrollbars=yes,width=770,height=550'))";
alt="Rodzina lamp TROY";
banner="baner/troy.jpg";
width="130";
height="156";
}
if (ad==2) {
txt="Lampy EGIZIO";
url="javascript:void(window.open('http://www.tarnow.net.pl/dane_firm/kat/41/index.php?fid=44&pokaz=wszystkie&szukaj=egizio','roto','scrollbars=yes,width=770,height=550'))";
alt="Rodzina lamp EGIZIO";
banner="baner/egizio.jpg";
width="130";
height="170";
}
if (ad==3) {
txt="Lampy TALES";
url="javascript:void(window.open('http://www.tarnow.net.pl/firma.php?fid=44&pokaz=wszystkie&szukaj=TALES','roto','scrollbars=yes,width=770,height=550'))";
alt="Rodzina lamp TALES";
banner="baner/tales.jpg";
width="130";
height="103";
}
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></center><br>');
// End -->