function PBS_ad_info (link, image, ad_id) { this.link = link; this.image = image; this.ad_id = ad_id; } PBS_ad_info.prototype.adLink = function (url) { return "/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 '
' } var PBS_ads = new Object(); PBS_ads[0] = new PBS_ad_info("http://www.sproutletsgrow.com", "/images/log/adbanners/sprout.gif", "sprout");