
// Courtesy of SimplytheBest.net - http://simplythebest.net/scripts/
function create() {
        this.width = ''
        this.height = ''
        this.src = ''
        this.href = ''
        this.border = ''
        this.mouseover = ''
}
ads = new Array()
for(var i=1; i<=6; i++) { ads[i] = new create() }

ads[1].width = "142"
ads[1].height = "128"
ads[1].src = "http://www.cheaphostingforyou.com/images/bannerMiniPremadeWebsites.gif"
ads[1].href = "http://www.cheaptemplatesforyou.com"
ads[1].border = "0"
ads[1].mouseover = "Affordable Ready-Made Professional Websites.  Click here."

ads[2].width = "142"
ads[2].height = "128"
ads[2].src = "http://www.cheaphostingforyou.com/images/bannerMiniOnlinePhotoFlier.gif"
ads[2].href = "https://www.securepaynet.net/gdshop/photo/landing.asp?prog_id=289970&ci=7314&myaurl=%252fdefault.aspx&se=%252b&="
ads[2].border = "0"
ads[2].mouseover = "No Hassle Photo Sharing, Printing & Storage.  Click here."

ads[3].width = "142"
ads[3].height = "128"
ads[3].src = "http://www.cheaphostingforyou.com/images/bannerMiniProtectedEmail.gif"
ads[3].href = "https://www.securepaynet.net/gdshop/email.asp?prog_id=289970&ci=1795&se=%25"
ads[3].border = "0"
ads[3].mouseover = "Promote Your Domain With An Personalized, Easy-To-Remember Email Address.  Click here."

ads[4].width = "142"
ads[4].height = "128"
ads[4].src = "http://www.cheaphostingforyou.com/images/bannerMiniFaxThruEmail.gif"
ads[4].href = "https://www.securepaynet.net/gdshop/email/fte_landing.asp?prog_id=289970&ci=1797&se=+"
ads[4].border = "0"
ads[4].mouseover = "Send And Recieve Faxes Using Your Email Account Instead Of A Fax Machine.  Click here."

ads[5].width = "142"
ads[5].height = "128"
ads[5].src = "http://www.cheaphostingforyou.com/images/bannerMiniOnlineFileFolder.gif"
ads[5].href = "https://www.securepaynet.net/gdshop/email/fte_landing.asp?se=+&prog_id=289970&app_hdr=&ci=2658"
ads[5].border = "0"
ads[5].mouseover = "Access Your Files From Any Computer.  Click here."

ads[6].width = "142"
ads[6].height = "128"
ads[6].src = "http://www.cheaphostingforyou.com/images/bannerMiniSsl.gif"
ads[6].href = "https://www.securepaynet.net/gdshop/ssl/ssl.asp?prog_id=289970&ci=1790&se=%2B"
ads[6].border = "0"
ads[6].mouseover = "Secure Data And Transactions.  Click here."



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 ad = ""
ad += '<a href="' + image.href + '" \n'
ad += 'onMouseOver="self.status=\'' + image.mouseover + '\'\;return true" \n'
ad += 'onMouseOut="self.status=\'\'"> \n'
ad += '<img src="' + image.src + '" width=' + image.width
ad += '\n height=' + image.height + ' border=' + image.border
