function PBS_ad_info (link, image, ad_id) { this.link = link; this.image = "http://www.pbs.org" + image; this.ad_id = ad_id; } PBS_ad_info.prototype.adLink = function (url) { return "http://www.pbs.org/ad/" + this.ad_id + url + "redir/" + this.link; } PBS_ad_info.prototype.adHtml = function (url, homepage) { var curr_page = document.location.pathname; if(!homepage && (curr_page == url || curr_page == url + "index.html")) return "" else return '
Ad Banner
' } var PBS_ads = new Object(); PBS_ads[0] = new PBS_ad_info("http://www.pbs.org/pov/pov2006/nobiggerthanaminute/", "/images/log/adbanners/povsize.gif", "povsize"); PBS_ads[1] = new PBS_ad_info("http://www.shoppbs.org/entry.point?entry=2464878&source=PBSCS_BANNER:N:DGR:N:N:806:QPBS", "/images/log/adbanners/shopandy.gif", "shopandy"); PBS_ads[2] = new PBS_ad_info("http://www.shoppbs.org/product/index.jsp?productId=2450417", "/images/log/adbanners/shopmarie.gif", "shopmarie");