function buttonUp(site) {
	if ( document.location.protocol == "https:" ) {
		isSSL = "https://thestartup411.nozonenet.com/"
		site = site.toUpperCase()
	}
	else {
		isSSL = "http://www.thestartup411.com/"
	}
	url = "http://63.134.192.170/AA/AA.cfm"
	url2 = isSSL + "AAapp/AA/AA.php"
	dr = document.referrer
	nw = encodeURIComponent(window.location.href)
	if (dr == "") dr = '/none'
	url = url+"?ref="+dr+"&site="+site
	url2 = url2+"?ref="+dr+"&site=13&nw="+nw
	document.write(' <img border=0 height=1 width=1 src="' + url + '">');
	document.write(' <img border=0 height=1 width=1 src="' + url2 + '">');
}