jQuery(function(){if(jQuery('input[name$=cp_sire]').length){var pedigree_html="<li><label>Pedigree:</label><dl class=\"pedigree\">";pedigree_html+="<dt class=\"sire gen1\">"+ jQuery('input[name$=cp_sire]').parent('li').html()+"</dt>";pedigree_html+="<dd class=\"sire_sire sire gen2\">"+ jQuery('input[name$=cp_sires_sire]').parent('li').html()+"</dd>";pedigree_html+="<dd class=\"dam gen2\">"+ jQuery('input[name$=cp_sires_dam]').parent('li').html()+"</dd>";pedigree_html+="<dt class=\"dam gen1\">"+ jQuery('input[name$=cp_dam]').parent('li').html()+"</dt>";pedigree_html+="<dd class=\"dam_sire sire gen2\">"+ jQuery('input[name$=cp_dams_sire]').parent('li').html()+"</dd>";pedigree_html+="<dd class=\"dam gen2\">"+ jQuery('input[name$=cp_dams_dam]').parent('li').html()+"</dd></dl></li>";jQuery('input[name$=cp_allbreedped]').parent('li').before(pedigree_html);jQuery('input[name$=cp_sire], input[name$=cp_sires_sire], input[name$=cp_sires_dam], input[name$=cp_dam], input[name$=cp_dams_sire], input[name$=cp_dams_dam]').parent('li').remove();}});
