function contactGoal(url, goalId) {
	switch(goalId) {
	case 1:
		goalTracker("/goal1.html");
	case 2:
		goalTracker("/goal2.html");
	case 3:
		goalTracker("/goal3.html");
	case 4:
		goalTracker("/goal4.html");
	}
	
	//Just redirect's the user's window to a mailto.
	location.replace(url);
}

function goalTracker(goalUrl) {
	//URL just a way of counting goals reached.
	urchinTracker(goalUrl);
}

_uacct = "UA-749106-2";
_udn = "none";
_ulink=1
urchinTracker();