 function adbanner(src, href, delay) { this.src = src; this.href = href; 
 if(typeof(delay) == 'undefined') this.delay = defaultDelay; else this.delay = delay; }       
