function create() { this.width = '' this.height = '' this.src = '' this.href = '' this.border = '' this.mouseover = '' this.sponsor = '' } ads = new Array() for(var i=1; i<=4; i++) { ads[i] = new create() } ads[1].width = "175" ads[1].height = "225" ads[1].src = "rotator/0.jpg" ads[1].href = "#" ads[1].border = "0" ads[1].mouseover = "OPRS" ads[2].width = "175" ads[2].height = "225" ads[2].src = "rotator/1.jpg" ads[2].href = "#" ads[2].border = "0" ads[2].mouseover = "OPRS" ads[3].width = "175" ads[3].height = "225" ads[3].src = "rotator/2.jpg" ads[3].href = "#" ads[3].border = "0" ads[3].mouseover = "OPRS" ads[4].width = "175" ads[4].height = "225" ads[4].src = "rotator/3.jpg" ads[4].href = "#" ads[4].border = "0" ads[4].mouseover = "OPRS" var n = Math.random() + '' n = parseInt(n.charAt(4)) if(n >4) { n = n - 4 } else if(n==0) { n = n + 4 } n += "" var image = ads[n] var ad = "" ad += ' \n' ad += '