$j(function() {
	$j('#account-switcher').bind('change',function() {
		window.location = 'http://cpcoaching.net/a/'+$j(this).val();
	});
});
