$(document).ready(function(){$('span.dg-1').click(function(){Functions.goto('terriergroup.html','_self');});$('span.dg-2').click(function(){Functions.goto('houndgroup.html','_self');});$('span.dg-3').click(function(){Functions.goto('toygroup.html','_self');});$('span.dg-4').click(function(){Functions.goto('herdinggroup.html','_self');});$('span.dg-5').click(function(){Functions.goto('workinggroup.html','_self');});$('span.dg-6').click(function(){Functions.goto('sportinggroup.html','_self');});$('span.dg-7').click(function(){Functions.goto('nonsportinggroup.html','_self');});$('span.dg-8').click(function(){Functions.goto('miscellaneousclass.html','_self');});});function doggroups(group){$.get('ajax.php?action=doggroups&group='+group,function(d){$("#featbreedsers").html(d);});}
