// Add some google tracking goodness here
$(document).ready(function() {
	$('#kid_tab').click(function(){_gaq.push(['_setCustomVar',1, 'role', 'kid', 1]);});
	$('#prof_tab').click(function(){_gaq.push(['_setCustomVar',1, 'role', 'prof', 1]);});
	$('#parent_tab').click(function(){_gaq.push(['_setCustomVar',1, 'role', 'parent', 1]);});
});
