function create() { this.width = '' this.height = '' this.src = '' this.href = '' this.border = '' this.mouseover = '' this.sponsor = '' } ads = new Array() for(var i=1; i<=7; i++) { ads[i] = new create() } if (screen.width<1024) { ads[1].width = "386" ads[1].height = "66" ads[1].src = "images/banner_regional.jpg" } if (screen.width>=1024) { ads[1].width = "493" ads[1].height = "84" ads[1].src = "imagel/banner_regional.jpg" } ads[1].href = "regionalpark/index.html" ads[1].border = "0" ads[1].mouseover = "The Nipawin & District Regional Park" if (screen.width<1024) { ads[2].width = "386" ads[2].height = "66" ads[2].src = "images/banner_murals.jpg" } if (screen.width>=1024) { ads[2].width = "493" ads[2].height = "84" ads[2].src = "imagel/banner_murals.jpg" } ads[2].href = "murals.php" ads[2].border = "0" ads[2].mouseover = "Murals of Nipawin" if (screen.width<1024) { ads[3].width = "386" ads[3].height = "66" ads[3].src = "images/banner_golf.jpg" } if (screen.width>=1024) { ads[3].width = "493" ads[3].height = "84" ads[3].src = "imagel/banner_golf.jpg" } ads[3].href = "evergreengolf/index.html" ads[3].border = "0" ads[3].mouseover = "The Evergreen Golf Club" if (screen.width<1024) { ads[4].width = "386" ads[4].height = "66" ads[4].src = "images/banner_evergreen.jpg" } if (screen.width>=1024) { ads[4].width = "493" ads[4].height = "84" ads[4].src = "imagel/banner_evergreen.jpg" } ads[4].href = "evergreen/index.html" ads[4].border = "0" ads[4].mouseover = "The Nipawin Evergreen Centre" if (screen.width<1024) { ads[5].width = "386" ads[5].height = "66" ads[5].src = "images/banner_regional2.jpg" } if (screen.width>=1024) { ads[5].width = "493" ads[5].height = "84" ads[5].src = "imagel/banner_regional2.jpg" } ads[5].href = "regionalpark/index.html" ads[5].border = "0" ads[5].mouseover = "The Nipawin & District Regional Park" if (screen.width<1024) { ads[6].width = "386" ads[6].height = "66" ads[6].src = "images/banner_tobin.jpg" } if (screen.width>=1024) { ads[6].width = "493" ads[6].height = "84" ads[6].src = "imagel/banner_tobin.jpg" } ads[6].href = "tobin.php" ads[6].border = "0" ads[6].mouseover = "Tobin Lake" if (screen.width<1024) { ads[7].width = "386" ads[7].height = "66" ads[7].src = "images/banner_codette.jpg" } if (screen.width>=1024) { ads[7].width = "493" ads[7].height = "84" ads[7].src = "imagel/banner_codette.jpg" } ads[7].href = "codettelake.php" ads[7].border = "0" ads[7].mouseover = "Codette Lake" var n = Math.random() + '' n = parseInt(n.charAt(7)) if(n >7) { n = n - 7 } else if(n==0) { n = n + 7 } n += ""