


// Courtesy of SimplytheBest.net - http://simplythebest.net/scripts/
// Modifiy by Max Terrier
function create() {
        this.width = ''
        this.height = ''
        this.src = ''
        this.href = ''
        this.target= ''
		this.border = ''
        this.alt=''
		
}
ads = new Array()
for(var i=1; i<=4; i++) { ads[i] = new create() }

ads[1].width = "750"
ads[1].height = "260"
ads[1].src = "http://www.luxurious-ladies.com/index/image/luxroni.jpg"
ads[1].href = "http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=907729&PA=663151"
ads[1].target = "_blank"
ads[1].border = "0"
ads[1].alt = "Click to enter Roni's Paradise"


ads[2].width = "750"
ads[2].height = "173"
ads[2].src = "http://www.luxurious-ladies.com/index/image/luxrachel.jpg"
ads[2].href = "http://access.rachelaziani.com/track/MTI1Mzo1OjE/"
ads[2].target = "_blank"
ads[2].border = "0"
ads[2].alt = "Click to enter Rachel Aziani"


ads[3].width = "747"
ads[3].height = "241"
ads[3].src = "http://www.luxurious-ladies.com/index/image/luxdesirae.jpg"
ads[3].href = "http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=916156-0000&PA=609918"
ads[3].target = "_blank"
ads[3].border = "0"
ads[3].alt = "Click to enter Naughty at Home"

ads[4].width = "750"
ads[4].height = "191"
ads[4].src = "http://www.luxurious-ladies.com/index/image/luxrio.jpg"
ads[4].href = " http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=924647-0002&PA=830829&HTML=http://hotwiferio.com/np/home.shtml"
ads[4].target = "_blank"
ads[4].border = "0"
ads[4].alt = "Click to enter Hot Wife Rio"

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 += '<a href="' + image.href + '" \n'
ad += 'target="' + image.target + '" >\n'
ad += '<img src="' + image.src + '" width=' + image.width
ad += '\n height=' + image.height + ' border=' + image.border + ' alt="' + image.alt +'"</a>'



