$(document).ready(function() {
	$("div.alphaBox a").click(function() {
			$("div.alphaBox a").removeClass("currentPage");
			$(this).addClass("currentPage");
			var targ_url = "~tool_profile/dsp_memberAlpha.cfm";
			$("div#memberList").load(targ_url,{i: this.id,call:this.title});
			return false;
	});
	