function TA_Server() { this.url = ''; this.w = window; this.d = document; this.s = this.w.screen; this.display = function() { var iframe_src = ''; document.write(iframe_src); } this.eval_var = function(Var, Value) { if (typeof(window[Var]) == "undefined" ) return Value; else return eval(Var); } this.org_error_handler = null; this.width = this.eval_var('toboads_ad_width', 0); this.height = this.eval_var('toboads_ad_height', 0); this.color_bg = this.eval_var('toboads_color_bg', null); this.alt_url = this.eval_var('toboads_alternative_url', null); } TA_Server = new TA_Server(); TA_Server.display();