function create() {
        this.width = ''
        this.height = ''
        this.src = ''
        this.href = ''
        this.border = ''
        this.mouseover = ''
        this.sponsor = ''
}
ads = new Array()
for(var i=1; i<=6; i++) { ads[i] = new create() }

ads[1].width = "120"
ads[1].height = "600"
ads[1].src = "../itunes/itunes-letoya-120x600.jpg"
ads[1].href = "http://click.linksynergy.com/fs-bin/stat?id=rEj9B*eVNJw&offerid=78941&type=3&subid=0&tmpid=1826&RD_PARM1=http%253A%252F%252Fphobos.apple.com%252FWebObjects%252FMZStore.woa%252Fwa%252FviewArtist%253Fid%253D40946405%2526partnerId%253D30"
ads[1].border = "0"
ads[1].mouseover = "LeToya - Torn"
ads[1].sponsor = ""

ads[2].width = "120"
ads[2].height = "600"
ads[2].src = "http://cdn.netflix.com/us/affiliates/banners/0804/120600A.gif"
ads[2].href = "http://click.linksynergy.com/fs-bin/click?id=rEj9B*eVNJw&offerid=78684.10000011&type=4&subid=0"
ads[2].border = "0"
ads[2].mouseover = "Try Netflix For Free!"
ads[2].sponsor = ""

ads[3].width = "120"
ads[3].height = "600"
ads[3].src = "http://clickserve.cc-dt.com/link/tplimage?lid=41000000001148589&pubid=21000000000105786"
ads[3].href = "http://clickserve.cc-dt.com/link/tplclick?lid=41000000001148589&pubid=21000000000105786"
ads[3].border = "0"
ads[3].mouseover = ""
ads[3].sponsor = ""

ads[4].width = "120"
ads[4].height = "600"
ads[4].src = "../itunes/anthony-hamilton-120x600.jpg"
ads[4].href = "http://click.linksynergy.com/fs-bin/stat?id=rEj9B*eVNJw&offerid=78941&type=3&subid=0&tmpid=1826&RD_PARM1=http%253A%252F%252Fphobos.apple.com%252FWebObjects%252FMZStore.woa%252Fwa%252FviewArtist%253Fid%253D2089624%2526partnerId%253D30"
ads[4].border = "0"
ads[4].mouseover = "Anthony Hamilton"
ads[4].sponsor = ""

ads[5].width = "120"
ads[5].height = "600"
ads[5].src = "../itunes/itunes-nfurtado-120x600.jpg"
ads[5].href = "http://click.linksynergy.com/fs-bin/stat?id=rEj9B*eVNJw&offerid=78941&type=3&subid=0&tmpid=1826&RD_PARM1=http%253A%252F%252Fphobos.apple.com%252FWebObjects%252FMZStore.woa%252Fwa%252FviewArtist%253Fid%253D1260160%2526partnerId%253D30"
ads[5].border = "0"
ads[5].mouseover = "Blue Eyed R&B - Nelly Furtado"
ads[5].sponsor = ""

ads[6].width = "120"
ads[6].height = "600"
ads[6].src = "../itunes/itunes-india-arie-120x600.jpg"
ads[6].href = "http://click.linksynergy.com/fs-bin/stat?id=rEj9B*eVNJw&offerid=78941&type=3&subid=0&tmpid=1826&RD_PARM1=http%253A%252F%252Fphobos.apple.com%252FWebObjects%252FMZStore.woa%252Fwa%252FviewArtist%253Fid%253D92325%2526partnerId%253D30"
ads[6].border = "0"
ads[6].mouseover = "India.Arie"
ads[6].sponsor = ""

var n = Math.random() + ''
n = parseInt(n.charAt(6))
if(n > 6) {
        n = n - 6
}
else if(n==0) {
        n = n + 6
}
n += ""

var image = ads[n]
var ad120 = ""
ad120 += '<a href="' + image.href + '" \n'
ad120 += 'onMouseOver="self.status=\'' + image.mouseover + '\'\;return true" \n'
ad120 += 'onMouseOut="self.status=\'\'"> \n'
ad120 += '<img src="' + image.src + '" width=' + image.width
ad120 += '\n height=' + image.height + ' border=' + image.border
