
function create() {
        this.width = ''
        this.height = ''
        this.src = ''
        this.alt = ''

}
ads = new Array()
for(var i=1; i<=12; i++) { ads[i] = new create() }

ads[1].width = "583"
ads[1].height = "64"
ads[1].src="/images/Logo1.jpg"
ads[1].alt = "Social Services Header image representing Orange County residents.  Social Services Vision statement: Orange County residents will enjoy a safe and supportive environment that promotes stability and self-reliance"


ads[2].width = "640"
ads[2].height = "64"
ads[2].src="/images/Logo2.jpg"
ads[2].alt = "Social Services Header image representing Orange County residents.  Social Services Vision statement: Orange County residents will enjoy a safe and supportive environment that promotes stability and self-reliance"


ads[3].width = "640"
ads[3].height = "64"
ads[3].src="/images/Logo3.jpg"
ads[3].alt = "Social Services Header image representing Orange County residents.  Social Services Vision statement: Orange County residents will enjoy a safe and supportive environment that promotes stability and self-reliance"

ads[4].width = "640"
ads[4].height = "64"
ads[4].src="/images/logo1.jpg"
ads[4].alt = "Social Services Header image representing Orange County residents.  Social Services Vision statement: Orange County residents will enjoy a safe and supportive environment that promotes stability and self-reliance"


ads[5].width = "640"
ads[5].height = "64"
ads[5].src="/images/Logo2.jpg"
ads[5].alt = "Social Services Header image representing Orange County residents.  Social Services Vision statement: Orange County residents will enjoy a safe and supportive environment that promotes stability and self-reliance"

ads[6].width = "640"
ads[6].height = "64"
ads[6].src="/images/Logo3.jpg"
ads[6].alt = "Social Services Header image representing Orange County residents.  Social Services Vision statement: Orange County residents will enjoy a safe and supportive environment that promotes stability and self-reliance"


ads[7].width = "640"
ads[7].height = "64"
ads[7].src="/images/Logo1.jpg"
ads[7].alt = "Social Services Header image representing Orange County residents.  Social Services Vision statement: Orange County residents will enjoy a safe and supportive environment that promotes stability and self-reliance"


ads[8].width = "640"
ads[8].height = "64"
ads[8].src="/images/Logo2.jpg"
ads[8].alt = "Social Services Header image representing Orange County residents.  Social Services Vision statement: Orange County residents will enjoy a safe and supportive environment that promotes stability and self-reliance"

ads[9].width = "640"
ads[9].height = "64"
ads[9].src="/images/Logo3.jpg"
ads[9].alt = "Social Services Header image representing Orange County residents.  Social Services Vision statement: Orange County residents will enjoy a safe and supportive environment that promotes stability and self-reliance"


ads[10].width = "640"
ads[10].height = "64"
ads[10].src="/images/Logo1.jpg"
ads[10].alt = "Social Services Header image representing Orange County residents.  Social Services Vision statement: Orange County residents will enjoy a safe and supportive environment that promotes stability and self-reliance"

ads[11].width = "640"
ads[11].height = "64"
ads[11].src="/images/Logo2.jpg"
ads[11].alt = "Social Services Header image representing Orange County residents.  Social Services Vision statement: Orange County residents will enjoy a safe and supportive environment that promotes stability and self-reliance"


ads[12].width = "643"
ads[12].height = "64"
ads[12].src="/images/Logo3.jpg"
ads[12].alt = "Social Services Header image representing Orange County residents.  Social Services Vision statement: Orange County residents will enjoy a safe and supportive environment that promotes stability and self-reliance"

var n = Math.random() + ''
n = parseInt(n.charAt(12))
if(n >12) {
        n = n - 12
}
else if(n==0) {
        n = n + 12
}
n += ""

var image = ads[n]
var ad = ""

ad += '<TD><img src="' + image.src + '" width=' + image.width
ad += '\n height=' + image.height + ' alt="Social Services Header image representing Orange County residents.  Social Services Vision statement: Orange County residents will enjoy a safe and supportive environment that promotes stability and self-reliance"'
ad += '\n></TD>'