//Script Proudly Made For Random Banners By Java City 2000.
//Your One Stop Web Publishing Shop
//http://www.jc2k.com
//CONDITIONS OF USE:-
//You Must Retain The First Two Banner Links To My Page. That's It!!!

     function getbanner112() {
             banner = new MakeArray(100);
             numbanner = 3;  // Make this the number of banners you have.
             banner[0] = "<a href=http://www.booking.com/searchresults.html?aid=306384;sid=9a48f10047c056117b4dbf248041d109;city=-372490><img src=http://www.guiabcn.cat/img/hoteles.png  border=0  vspace=0 hspace=0   class=img /></a>"
             banner[1] = "<a href=http://www.bcnpinkpoint.com><img src=http://www.guiabcn.cat/img/logo_bcnpink.png  border=0  vspace=0 hspace=0   class=img /></a>"
             banner[2] = "<a href=http://ad.zanox.com/ppc/?8163795C1662105011T><img src=http://www.guiabcn.cat/img/corteingles.png  border=0  vspace=0 hspace=0   class=img /></a>"

  //Make more as needed

             var now = new Date()
             var sec = now.getSeconds()

             return banner[sec % numbanner];
     }

     function MakeArray(n) { 
             this.length = n; 
             for (var i = 1; i <= n; i++) { 
                     this[i] = 0 }
                 return this 
     }

