﻿function PromoBanner() {
    this.o = new Array();
    this.add = function(o) {
        o.id = "cspbcnt" + this.o.length;
        this.o[this.o.length] = o;
        var lUrl = o.url;
        
        document.write("<iframe src=\"" + lUrl + "\" style=\"width:" + (parseInt(o.width) - 2) + "px;height:" + (parseInt(o.height) - 2) + "px;background:" + o.backgroundColor + ";border:1px solid " + o.borderColor + ";\" border=\"0\" scrolling=\"no\" frameborder=\"0\"></iframe>");       
    }

 
}

if (typeof cspbm == "undefined") {
    cspbm = new PromoBanner();
}
