function createads() {
        this.width = ''
        this.height = ''
        this.src = ''
        this.href = ''
        this.border = ''
        this.mouseover = ''
        this.sponsor = ''
}

ads = new Array()
for(var i=1; i<=11; i++) { ads[i] = new createads() }

ads[1].width = "157"
ads[1].height = "112"
ads[1].src = "/portal/images/profiles/profile_1.jpg"
ads[1].href = "/Usereg/UserLogin.aspx?URL2GO=/SRequestUser/WebModules/AddRequest.aspx"
ads[1].border = "0"
ads[1].alt = ""

ads[2].width = "157"
ads[2].height = "112"
ads[2].src = "/portal/images/profiles/profile_2.jpg"
ads[2].href = "/PTicket/TicketSelector.aspx"
ads[2].border = "0"
ads[2].alt = ""

ads[3].width = "157"
ads[3].height = "112"
ads[3].src = "/portal/images/profiles/profile_3.jpg"
ads[3].href = "/portal/common.aspx?id=2376"
ads[3].border = "0"
ads[3].alt = ""

ads[4].width = "157"
ads[4].height = "112"
ads[4].src = "/portal/images/profiles/profile_3.jpg"
ads[4].href = "/EventsCalendar/EventCalendar.aspx"
ads[4].border = "0"
ads[4].alt = ""

ads[5].width = "157"
ads[5].height = "112"
ads[5].src = "/portal/images/profiles/profile_4.jpg"
ads[5].href = "/usereg/UserLogin.aspx?URL2GO=/ChatNet/ActivateChat.aspx"
ads[5].border = "0"
ads[5].alt = ""

ads[6].width = "157"
ads[6].height = "112"
ads[6].src = "/portal/images/profiles/profile_5.jpg"
ads[6].href = "/portal/tourism/activities/water.aspx?id=36"
ads[6].border = "0"
ads[6].alt = ""


ads[7].width = "157"
ads[7].height = "112"
ads[7].src = "/portal/images/profiles/profile_6.jpg"
ads[7].href = "http://www.lakeofthewoodsmuseum.ca/pages/photogalleries.html"
ads[7].border = "0"
ads[7].alt = ""


ads[8].width = "157"
ads[8].height = "112"
ads[8].src = "/portal/images/profiles/profile_7.jpg"
ads[8].href = "/ClassifiedPublish/Catalog_ViewClassItem.aspx"
ads[8].border = "0"
ads[8].alt = ""

ads[9].width = "157"
ads[9].height = "112"
ads[9].src = "/portal/images/profiles/profile_8.jpg"
ads[9].href = "/portal/tourism/activities/season.aspx?id=364"
ads[9].border = "0"
ads[9].alt = ""

ads[10].width = "157"
ads[10].height = "112"
ads[10].src = "/portal/images/profiles/profile_9.jpg"
ads[10].href = "/portal/tourism/tools/tools.aspx?id=444"
ads[10].border = "0"
ads[10].alt = ""

ads[11].width = "157"
ads[11].height = "112"
ads[11].src = "/portal/images/profiles/profile_10.jpg"
ads[11].href = "/portal/tourism/fun/fun.aspx?id=350"
ads[11].border = "0"
ads[11].alt = ""


var n = Math.random() + ''
n = parseInt(n.charAt(7))
if(n >11) {
        n = n - 11
}
else if(n==0) {
        n = n + 11
}
n += ""

var image = ads[n]
var ad = ""
ad += '<a href="' + image.href + '" >'
ad += '<img src="' + image.src + '" width=' + image.width
ad += '\n height=' + image.height + ' border=' + image.border + ' alt="' + image.alt + '"></a>'

