home *** CD-ROM | disk | FTP | other *** search
- var n=2;
- var rnd=Math.floor(n*Math.random());
- var url="", img="", alt="";
- if(rnd==0) {
- url="http://www.webhelp.pl";
- img="../files/bannery/banner_glowna.gif";
- alt="Webhelp.pl";
- } else
- if(rnd==1) {
- url="../reklama/index.html";
- img="../files/bannery/twojareklama.gif";
- alt="Tania reklama";
- };
- document.write('<a href="'+url+'">');
- document.write('<img name="banlos" border="0" width="400" height="50" src="'+img);
- document.writeln('" alt="'+alt+'"></a>');
-