function getSkyScraper() {
	var skyscraper = new Array(3)
	skyscraper[0] = '<a href="?url=http://www.perplexcitybankingcorporation.com/"><img src="/www.perplexcitysentinel.com/graphics/ads/160-600/0.gif" style="border: none;" /></a>'
	skyscraper[1] = '<a href="?url=http://www.perplexcitybankingcorporation.com/"><img src="/www.perplexcitysentinel.com/graphics/ads/160-600/1.gif" style="border: none;" /></a>'
	skyscraper[2] = '<a href="?url=http://www.perplexcitybankingcorporation.com/"><img src="/www.perplexcitysentinel.com/graphics/ads/160-600/2.gif" style="border: none;" /></a>'

	no = Math.random()*2
	return(skyscraper[Math.round(no)])
	}

function getBanner() {
	var banner = new Array(6)
	banner[0] = '<a href="?url=http://www.perplexcitybankingcorporation.com/"><img src="/www.perplexcitysentinel.com/graphics/ads/468-60/0.gif" style="border: none;" /></a>' 
	banner[1] = '<a href="?url=http://www.perplexcitybankingcorporation.com/"><img src="/www.perplexcitysentinel.com/graphics/ads/468-60/1.gif" style="border: none;" /></a>' 
	banner[2] = '<a href="?url=http://www.perplexcitybankingcorporation.com/"><img src="/www.perplexcitysentinel.com/graphics/ads/468-60/2.gif" style="border: none;" /></a>' 
	banner[3] = '<a href="?url=http://www.cognivia.com/"><img src="/www.perplexcitysentinel.com/graphics/ads/468-60/3.gif" style="border: none;" /></a>'
	banner[4] = '<img src="/www.perplexcitysentinel.com/graphics/ads/468-60/4.png" style="border: none;" />'
	banner[5] = '<img src="/www.perplexcitysentinel.com/graphics/ads/468-60/5.png" style="border: none;" />' 

	no = Math.random()*5
	return(banner[Math.round(no)])
	}

function getSquare() {
	var square = new Array(8)
	square[0] = '<a href="?url=http://www.perplexcitybankingcorporation.com/"><img src="/www.perplexcitysentinel.com/graphics/ads/250-250/0.gif" style="border: none;" /></a>'
	square[1] = '<a href="?url=http://www.cognivia.com/"><img src="/www.perplexcitysentinel.com/graphics/ads/250-250/1.gif" style="border: none;" /></a>'
	square[2] = '<a href="?url=http://www.cognivia.com/"><img src="/www.perplexcitysentinel.com/graphics/ads/250-250/2.gif" style="border: none;" /></a>'
	square[3] = '<img src="/www.perplexcitysentinel.com/graphics/ads/250-250/3.png" style="border: none;" />'
    square[4] = '<img src="/www.perplexcitysentinel.com/graphics/ads/250-250/4.png" style="border: none;" />'
    square[5] = '<img src="/www.perplexcitysentinel.com/graphics/ads/250-250/5.png" style="border: none;" />'
    square[6] = '<img src="/www.perplexcitysentinel.com/graphics/ads/250-250/6.png" style="border: none;" />'
    square[7] = '<a href="?url=http://www.seaside-press.com"><img src="/www.perplexcitysentinel.com/graphics/ads/250-250/7.gif" style="border: none;" /></a>'

	no = Math.random()*7
	return(square[Math.round(no)])
	}

function oldgetSkyScraper() {
    no = Math.random()*2
    return('<img src="/www.perplexcitysentinel.com/graphics/ads/160-600/' + Math.round(no) + '.gif" />')
    }

function oldgetBanner() {
    no = Math.random()*3
    return('<img src="/www.perplexcitysentinel.com/graphics/ads/468-60/' + Math.round(no) + '.gif" />')
    }

function oldgetSquare() {
    no = Math.random()*2
    return('<img src="/www.perplexcitysentinel.com/graphics/ads/250-250/' + Math.round(no) + '.gif" />')
    }
