function buttonUp(site) {
	var isSSL = (("https:" == document.location.protocol) ? "https://aphro.site5.com/~whosonmy/" : "http://ampanalytics.com/");
	var url = isSSL + "AAapp/AA/AA.php"
	var dr = document.referrer
	var nw = encodeURIComponent(window.location.href)
	if (dr == "") dr = '/none'
	url = url+"?ref="+dr+"&site="+site+"&nw="+nw
	document.write(' <img border=0 height=1 width=1 src="' + url + '">');
}
