{"id":2,"date":"2019-05-14T16:28:34","date_gmt":"2019-05-14T16:28:34","guid":{"rendered":"http:\/\/localhost\/sinhsancestry\/?page_id=2"},"modified":"2020-04-04T18:46:29","modified_gmt":"2020-04-04T18:46:29","slug":"calcolatore-colore-cuccioli-birmani","status":"publish","type":"page","link":"https:\/\/www.sinhbirmans.eu\/en\/calcolatore-colore-cuccioli-birmani\/","title":{"rendered":"calculate kittens color"},"content":{"rendered":"<section class=\"vc_rows wpb_row vc_rows-fluid vc_custom_1586024311595 vc-row-full-width\"><div class=\"container\"><div class=\"row\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_raw_code wpb_content_element wpb_raw_html\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<head>\n        <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=iso-8859-1\">\n        <title>Calcolo dei colori<\/title>\n        <meta http-equiv=\"content-type\" content=\"text\/html; charset=iso-8859-1\">\n        <style type=\"text\/css\">\n            @import url(\"css\/layout.css\");\n\n* {\n                font-size:12px;\n                background-color: #000000;\n                background-color: #000000;\n                margin:0px;\n                padding:.1em;\n                height:auto;\n                color:white;\n            }\n            body {\n                background-color: #000000;\n                background-color: #000000;\n            }\n            form table,select, option {\n                margin:0px;\n                padding: 0px;\n            }\n            #links td {\n                padding:.2em .4em;\n                white-space: nowrap;\n            }\n            #links input, #links select {\n                color:#000;\n                -font-weight: bold;\n                background-color: white;\n                font-family: Verdana, Helvetica, Arial;\n            }\n\n        body,td,th {\n\tcolor: #FFFF99;\n\tfont-family: Arial, Helvetica, sans-serif;\n}\n.style3 {font-size: 24px}\n        .style5 {color: #FFFF33}\n        .style6 {color: #FFFF00}\n        <\/style>\n        <script language=\"javascript\">\n            function Mate(form)\n            {\n                var SG = form.SireGenes.value;\n                var DG = form.DamGenes.value;\n                var Chocolate;\n                var Dilute;\n                var Tabby;\n                var MaleRed;\n                var FemaleRed;\n                var FemaleTortie;\n\n                Chocolate = 1;\n                if( SG.charAt(0) == 'b' ) { Chocolate = Chocolate * 2; }\n                else if( SG.charAt(1) == 'b' ) { Chocolate = Chocolate * 1; }\n                else { Chocolate = Chocolate * 0; }\n                if( DG.charAt(0) == 'b' ) { Chocolate = Chocolate * 2; }\n                else if( DG.charAt(1) == 'b' ) { Chocolate = Chocolate * 1; }\n                else { Chocolate = Chocolate * 0; }\n\n                Dilute = 1;\n                if( SG.charAt(2) == 'd' ) { Dilute = Dilute * 2; }\n                else if( SG.charAt(3) == 'd' ) { Dilute = Dilute * 1; }\n                else { Dilute = Dilute * 0; }\n                if( DG.charAt(2) == 'd' ) { Dilute = Dilute * 2; }\n                else if( DG.charAt(3) == 'd' ) { Dilute = Dilute * 1; }\n                else { Dilute = Dilute * 0; }\n\n                if( DG.charAt(5) == 'O' ) { MaleRed = 2; }\n                else if( DG.charAt(4) == 'O' ) { MaleRed = 1; }\n                else { MaleRed = 0; }\n\n                if( SG.charAt(4) == 'O' )\n                {\n                    if( DG.charAt(5) == 'O' )\n                    {\n                        FemaleRed = 2;\n                        FemaleTortie = 0;\n                    }\n                    else if( DG.charAt(4) == 'O' )\n                    {\n                        FemaleRed = 1;\n                        FemaleTortie = 1;\n                    }\n                    else\n                    {\n                        FemaleRed = 0;\n                        FemaleTortie = 2;\n                    }\n                }\n                else\n                {\n                    FemaleRed = 0;\n                    if( DG.charAt(5) == 'O' ) { FemaleTortie = 2; }\n                    else if( DG.charAt(4) == 'O' ) { FemaleTortie = 1; }\n                    else { FemaleTortie = 0; }\n                }\n\n                \/\/ Tabbies\n                if( SG.charAt(7) == 'A' || DG.charAt(7) == 'A' ) { Tabby = 4; }\n                else if( SG.charAt(6) == 'A' && DG.charAt(6) == 'A' ) { Tabby = 3; }\n                else if( SG.charAt(6) == 'A' || DG.charAt(6) == 'A' ) { Tabby = 2; }\n                else { Tabby = 0; }\n\n                DisplayFraction( form.MaleSeal,        (4-Dilute)*(4-Chocolate)*(4-Tabby)*(2-MaleRed) );\n                DisplayFraction( form.FemaleSeal,      (4-Dilute)*(4-Chocolate)*(4-Tabby)*(2-FemaleRed-FemaleTortie) );\n                DisplayFraction( form.MaleSealTabby,   (4-Dilute)*(4-Chocolate)*(Tabby)*(2-MaleRed) );\n                DisplayFraction( form.FemaleSealTabby, (4-Dilute)*(4-Chocolate)*(Tabby)*(2-FemaleRed-FemaleTortie) );\n\n                DisplayFraction( form.MaleBlue,        (Dilute)*(4-Chocolate)*(4-Tabby)*(2-MaleRed) );\n                DisplayFraction( form.FemaleBlue,      (Dilute)*(4-Chocolate)*(4-Tabby)*(2-FemaleRed-FemaleTortie) );\n                DisplayFraction( form.MaleBlueTabby,   (Dilute)*(4-Chocolate)*(Tabby)*(2-MaleRed) );\n                DisplayFraction( form.FemaleBlueTabby, (Dilute)*(4-Chocolate)*(Tabby)*(2-FemaleRed-FemaleTortie) );\n\n                DisplayFraction( form.MaleChocolate,        (4-Dilute)*(Chocolate)*(4-Tabby)*(2-MaleRed) );\n                DisplayFraction( form.FemaleChocolate,      (4-Dilute)*(Chocolate)*(4-Tabby)*(2-FemaleRed-FemaleTortie) );\n                DisplayFraction( form.MaleChocolateTabby,   (4-Dilute)*(Chocolate)*(Tabby)*(2-MaleRed) );\n                DisplayFraction( form.FemaleChocolateTabby, (4-Dilute)*(Chocolate)*(Tabby)*(2-FemaleRed-FemaleTortie) );\n\n                DisplayFraction( form.MaleLilac,        (Dilute)*(Chocolate)*(4-Tabby)*(2-MaleRed) );\n                DisplayFraction( form.FemaleLilac,      (Dilute)*(Chocolate)*(4-Tabby)*(2-FemaleRed-FemaleTortie) );\n                DisplayFraction( form.MaleLilacTabby,   (Dilute)*(Chocolate)*(Tabby)*(2-MaleRed) );\n                DisplayFraction( form.FemaleLilacTabby, (Dilute)*(Chocolate)*(Tabby)*(2-FemaleRed-FemaleTortie) );\n\n                DisplayFraction( form.MaleRed,          (4-Dilute)*(4)*(4-Tabby)*(MaleRed) );\n                DisplayFraction( form.FemaleRed,        (4-Dilute)*(4)*(4-Tabby)*(FemaleRed) );\n                DisplayFraction( form.MaleRedTabby,     (4-Dilute)*(4)*(Tabby)*(MaleRed) );\n                DisplayFraction( form.FemaleRedTabby,   (4-Dilute)*(4)*(Tabby)*(FemaleRed) );\n\n                DisplayFraction( form.MaleCream,        (Dilute)*(4)*(4-Tabby)*(MaleRed) );\n                DisplayFraction( form.FemaleCream,      (Dilute)*(4)*(4-Tabby)*(FemaleRed) );\n                DisplayFraction( form.MaleCreamTabby,   (Dilute)*(4)*(Tabby)*(MaleRed) );\n                DisplayFraction( form.FemaleCreamTabby, (Dilute)*(4)*(Tabby)*(FemaleRed) );\n\n                DisplayFraction( form.FemaleSealTortie,           (4-Dilute)*(4-Chocolate)*(4-Tabby)*(FemaleTortie) );\n                DisplayFraction( form.FemaleSealTortieTabby,      (4-Dilute)*(4-Chocolate)*(Tabby)*(FemaleTortie) );\n\n                DisplayFraction( form.FemaleBlueCream,            (Dilute)*(4-Chocolate)*(4-Tabby)*(FemaleTortie) );\n                DisplayFraction( form.FemaleBlueCreamTabby,       (Dilute)*(4-Chocolate)*(Tabby)*(FemaleTortie) );\n\n                DisplayFraction( form.FemaleChocolateTortie,      (4-Dilute)*(Chocolate)*(4-Tabby)*(FemaleTortie) );\n                DisplayFraction( form.FemaleChocolateTortieTabby, (4-Dilute)*(Chocolate)*(Tabby)*(FemaleTortie) );\n\n                DisplayFraction( form.FemaleLilacCream,           (Dilute)*(Chocolate)*(4-Tabby)*(FemaleTortie) );\n                DisplayFraction( form.FemaleLilacCreamTabby,      (Dilute)*(Chocolate)*(Tabby)*(FemaleTortie) );\n            }\n\n            function DisplayFraction( object, over256)\n            {\n                \/\/var percent = over256 * 1000 \/ 256;\n                var percent = over256 *  2000 \/ 256;\n                percent = Math.round( percent ) \/ 10;\n                object.value = percent + \"%\"\n            }\n\n            function SireChange(form)\n            {\n                if( form.SirePoints.selectedIndex == 0 ) \/\/ Seal point\n                {\n                    if( form.SireChocolate.checked == 1 )\n                    {\n                        form.SireGenes.value = \"Bb\";\n                    }\n                    else\n                    {\n                        form.SireGenes.value = \"BB\";\n                    }\n\n                    if( form.SireDilute.checked == 1 )\n                    {\n                        form.SireGenes.value = form.SireGenes.value + \"Dd\";\n                    }\n                    else\n                    {\n                        form.SireGenes.value = form.SireGenes.value + \"DD\";\n                    }\n                    form.SireGenes.value += \"o-\";\n                }\n                else if( form.SirePoints.selectedIndex == 1 ) \/\/ Blue point\n                {\n                    form.SireDilute.checked = 0;\n                    if( form.SireChocolate.checked == 1 )\n                    {\n                        form.SireGenes.value = \"Bbdd\";\n                    }\n                    else\n                    {\n                        form.SireGenes.value = \"BBdd\";\n                    }\n                    form.SireGenes.value += \"o-\";\n                }\n                else if( form.SirePoints.selectedIndex == 2 ) \/\/ Chocolate point\n                {\n                    if( form.SireDilute.checked == 1 )\n                    {\n                        form.SireGenes.value = \"bbDd\";\n                    }\n                    else\n                    {\n                        form.SireGenes.value = \"bbDD\";\n                    }\n                    form.SireChocolate.checked = 0;\n                    form.SireGenes.value += \"o-\";\n                }\n                else if( form.SirePoints.selectedIndex == 3 ) \/\/ Lilac point\n                {\n                    form.SireDilute.checked = 0;\n                    form.SireChocolate.checked = 0;\n                    form.SireGenes.value = \"bbdd\";\n                    form.SireGenes.value += \"o-\";\n                }\n                else if( form.SirePoints.selectedIndex == 4 ) \/\/ Red point\n                {\n                    if( form.SireChocolate.checked == 1 )\n                    {\n                        form.SireGenes.value = \"Bb\";\n                    }\n                    else\n                    {\n                        form.SireGenes.value = \"BB\";\n                    }\n\n                    if( form.SireDilute.checked == 1 )\n                    {\n                        form.SireGenes.value = form.SireGenes.value + \"Dd\";\n                    }\n                    else\n                    {\n                        form.SireGenes.value = form.SireGenes.value + \"DD\";\n                    }\n                    form.SireGenes.value += \"O-\";\n                }\n                else if( form.SirePoints.selectedIndex == 5 ) \/\/ Cream point\n                {\n                    form.SireDilute.checked = 0;\n                    if( form.SireChocolate.checked == 1 )\n                    {\n                        form.SireGenes.value = \"Bbdd\";\n                    }\n                    else\n                    {\n                        form.SireGenes.value = \"BBdd\";\n                    }\n                    form.SireGenes.value += \"O-\";\n                }\n\n                if( form.SireTabby.checked == 0 )\n                {\n                    form.SireTabby2.checked = 0;\n                    form.SireGenes.value += \"aa\";\n                }\n                else\n                {\n                    if( form.SireTabby2.checked == 0 )\n                    {\n                        form.SireGenes.value += \"Aa\";\n                    }\n                    else\n                    {\n                        form.SireGenes.value += \"AA\";\n                    }\n                }\n                Mate(form);\n            }\n\n            function DamChange(form)\n            {\n                if( form.DamPoints.selectedIndex == 0 ) \/\/ Seal point\n                {\n                    if( form.DamChocolate.checked == 1 )\n                    {\n                        form.DamGenes.value = \"Bb\";\n                    }\n                    else\n                    {\n                        form.DamGenes.value = \"BB\";\n                    }\n\n                    if( form.DamDilute.checked == 1 )\n                    {\n                        form.DamGenes.value = form.DamGenes.value + \"Dd\";\n                    }\n                    else\n                    {\n                        form.DamGenes.value = form.DamGenes.value + \"DD\";\n                    }\n                    if( form.DamTortie.checked == 0 )\n                    {\n                        form.DamGenes.value += \"oo\";\n                    }\n                    else\n                    {\n                        form.DamGenes.value += \"Oo\";\n                    }\n                }\n                else if( form.DamPoints.selectedIndex == 1 ) \/\/ Blue point\n                {\n                    form.DamDilute.checked = 0;\n                    if( form.DamChocolate.checked == 1 )\n                    {\n                        form.DamGenes.value = \"Bbdd\";\n                    }\n                    else\n                    {\n                        form.DamGenes.value = \"BBdd\";\n                    }\n                    if( form.DamTortie.checked == 0 )\n                    {\n                        form.DamGenes.value += \"oo\";\n                    }\n                    else\n                    {\n                        form.DamGenes.value += \"Oo\";\n                    }\n                }\n                else if( form.DamPoints.selectedIndex == 2 ) \/\/ Chocolate point\n                {\n                    if( form.DamDilute.checked == 1 )\n                    {\n                        form.DamGenes.value = \"bbDd\";\n                    }\n                    else\n                    {\n                        form.DamGenes.value = \"bbDD\";\n                    }\n                    form.DamChocolate.checked = 0;\n                    if( form.DamTortie.checked == 0 )\n                    {\n                        form.DamGenes.value += \"oo\";\n                    }\n                    else\n                    {\n                        form.DamGenes.value += \"Oo\";\n                    }\n                }\n                else if( form.DamPoints.selectedIndex == 3 ) \/\/ Lilac point\n                {\n                    form.DamDilute.checked = 0;\n                    form.DamChocolate.checked = 0;\n                    form.DamGenes.value = \"bbdd\";\n                    if( form.DamTortie.checked == 0 )\n                    {\n                        form.DamGenes.value += \"oo\";\n                    }\n                    else\n                    {\n                        form.DamGenes.value += \"Oo\";\n                    }\n                }\n                else if( form.DamPoints.selectedIndex == 4 ) \/\/ Red point\n                {\n                    if( form.DamChocolate.checked == 1 )\n                    {\n                        form.DamGenes.value = \"Bb\";\n                    }\n                    else\n                    {\n                        form.DamGenes.value = \"BB\";\n                    }\n\n                    if( form.DamDilute.checked == 1 )\n                    {\n                        form.DamGenes.value = form.DamGenes.value + \"Dd\";\n                    }\n                    else\n                    {\n                        form.DamGenes.value = form.DamGenes.value + \"DD\";\n                    }\n                    form.DamGenes.value += \"OO\";\n                    form.DamTortie.checked = 0 ;\n                }\n                else if( form.DamPoints.selectedIndex == 5 ) \/\/ Cream point\n                {\n                    form.DamDilute.checked = 0;\n                    if( form.DamChocolate.checked == 1 )\n                    {\n                        form.DamGenes.value = \"Bbdd\";\n                    }\n                    else\n                    {\n                        form.DamGenes.value = \"BBdd\";\n                    }\n\n                    form.DamGenes.value += \"OO\";\n                    form.DamTortie.checked = 0 ;\n                }\n\n                if( form.DamTabby.checked == 0 )\n                {\n                    form.DamTabby2.checked = 0;\n                    form.DamGenes.value += \"aa\";\n                }\n                else\n                {\n                    if( form.DamTabby2.checked == 0 )\n                    {\n                        form.DamGenes.value += \"Aa\";\n                    }\n                    else\n                    {\n                        form.DamGenes.value += \"AA\";\n                    }\n                }\n                Mate(form);\n            }\n        <\/script>\n        <base target=\"_self\">\n    <\/head>\n\n    <body>\n        <div class=\"border\">\n            <div class=\"invisiblebox\">\n                <div class=\"content\" align=\"center\">\n                    <h2><span class=\"sous-titre style3 style5\">Scegli i colori dei due genitori.<\/span><\/h2>\n                    <form method=\"post\" name=\"parents\" action=\"\">\n                        <table id=\"links\" border=\"0\">\n                            <tr class=\"table\"><td class=\"style3\"><\/td>\n                                <td class=\"style3\">Colori<\/td>\n                                <td class=\"style3\">Portatori di<\/td>\n                                <td class=\"style3\">Altri geni<\/td>\n\n                                <td class=\"style3\">Eredit&agrave;<\/td>\n                            <\/tr>\n                            <tr class=\"table\">\n                                <td align=\"center\" class=\"style3\">Padre<\/td>\n                                <td align=\"left\" class=\"style3\">\n                                    <table><tr class=\"table\"><td>\n\n                                                <select size=\"1\" name=\"SirePoints\" onclick=\"SireChange(this.form)\">\n                                                    <option selected>Seal<\/option>\n                                                    <option>Blue<\/option>\n\n                                                    <option>Chocolate<\/option>\n                                                    <option>Lilac<\/option>\n                                                    <option>Red<\/option>\n                                                    <option>Cream<\/option>\n                                                <\/select>\n                                            <\/td><td>\n                                                <input type=\"checkbox\" name=\"SireTabby\" onclick=\"SireChange(this.form)\" value=\"ON\">Tabby<\/input>\n\n                                            <\/td><\/tr><\/table>\n                                <\/td>\n                                <td align=\"left\" class=\"style3\">\n                                    <input type=\"checkbox\" name=\"SireChocolate\" onclick=\"SireChange(this.form)\" value=\"ON\">Chocolate<\/input><br>\n\n                                    <input type=\"checkbox\" name=\"SireDilute\" onclick=\"SireChange(this.form)\" value=\"ON\">Dilution<\/input>\n                                <\/td>\n                                <td align=\"left\" class=\"style3\">\n                                    <input type=\"checkbox\" name=\"SireTabby2\" onclick=\"SireChange(this.form)\" value=\"ON\">Tabby homozygote<\/input> <br>\n                                <\/td>\n                                <td class=\"style3\"><input type=\"text\" readonly=\"true\" name=\"SireGenes\" size=\"10\" value=\"BBDDo-aa\"><\/td>\n                            <\/tr>\n                            <tr class=\"table\">\n                                <td align=\"center\" class=\"style3\">Madre<\/td>\n\n                                <td align=\"left\" class=\"style3\">\n                                    <table><tr class=\"table\"><td>\n                                                <select size=\"1\" name=\"DamPoints\" onclick=\"DamChange(this.form)\">\n\n                                                    <option selected>Seal<\/option>\n                                                    <option>Blue<\/option>\n                                                    <option>Chocolate<\/option>\n                                                    <option>Lilac<\/option>\n                                                    <option>Red<\/option>\n                                                    <option>Cream<\/option>\n                                                <\/select>\n                                            <\/td><td>\n\n                                                <input type=\"checkbox\" name=\"DamTabby\" onclick=\"DamChange(this.form)\" value=\"ON\">Tabby<\/input><br>\n\n                                                <input type=\"checkbox\" name=\"DamTortie\" onclick=\"DamChange(this.form)\" value=\"ON\">Tortie<\/input>\n                                            <\/td><\/tr><\/table>\n                                <\/td>\n                                <td align=\"left\" class=\"style3\">\n                                    <input type=\"checkbox\" name=\"DamChocolate\" onclick=\"DamChange(this.form)\" value=\"ON\">Chocolate<\/input><br>\n                                    <input type=\"checkbox\" name=\"DamDilute\" onclick=\"DamChange(this.form)\" value=\"ON\">Dilution<\/input>\n                                <\/td>\n                                <td align=\"left\" class=\"style3\">\n                                    <input type=\"checkbox\" name=\"DamTabby2\" onclick=\"DamChange(this.form)\" value=\"ON\">Tabby homozygote<\/input><br>\n                                <\/td>\n                                <td class=\"style3\"><input type=\"text\" readonly=\"true\" name=\"DamGenes\" size=\"10\" value=\"BBDDooaa\"><\/td>\n\n                            <\/tr>\n\n                        <\/table>\n                        <p class=\"style3\">\n                        <h2 class=\"style3 style6\"> Probabilit&agrave; dei colori dei cuccioli <\/h2>\n                        <\/p>\n                        <table id=\"links\">\n                            <tr class=\"table\"><td><\/td>\n                                <td><span class=\"style3\">Maschio<\/span><\/td>\n                                <td><span class=\"style3\">Femmina<\/span><\/td>\n                                <td><\/td>\n                                <td><span class=\"style3\">Maschio<\/span><\/td>\n                                <td><span class=\"style3\">Femmina<\/span><\/td>\n\n                            <\/tr>\n\n                            <tr class=\"table\"><td><div align=\"left\"><span class=\"style3\">Seal Point<\/span><\/div><\/td>\n                                <td><input name=\"MaleSeal\" type=\"text\" value=\"---\" size=\"5\" readonly=\"true\"><\/td>\n                                <td><input name=\"FemaleSeal\" type=\"text\" value=\"---\" size=\"5\" readonly=\"true\"><\/td>\n\n                                <td><div align=\"left\"><span class=\"style3\">Seal Tabby Point<\/span><\/div><\/td>\n                                <td><input name=\"MaleSealTabby\" type=\"text\" value=\"---\" size=\"5\" readonly=\"true\"><\/td>\n                                <td><input name=\"FemaleSealTabby\" type=\"text\" value=\"---\" size=\"5\" readonly=\"true\"><\/td><\/tr>\n\n                            <tr class=\"table\"><td><div align=\"left\"><span class=\"style3\">Blue Point<\/span><\/div><\/td>\n                                <td><input name=\"MaleBlue\" type=\"text\" value=\"---\" size=\"5\" readonly=\"true\"><\/td>\n                                <td><input name=\"FemaleBlue\" type=\"text\" value=\"---\" size=\"5\" readonly=\"true\"><\/td>\n                                <td><div align=\"left\"><span class=\"style3\">Blue Tabby Point<\/span><\/div><\/td>\n\n                                <td><input name=\"MaleBlueTabby\" type=\"text\" value=\"---\" size=\"5\" readonly=\"true\"><\/td>\n                                <td><input name=\"FemaleBlueTabby\" type=\"text\" value=\"---\" size=\"5\" readonly=\"true\"><\/td><\/tr>\n\n                            <tr class=\"table\"><td><div align=\"left\"><span class=\"style3\">Chocolate Point<\/span><\/div><\/td>\n                                <td><input name=\"MaleChocolate\" type=\"text\" value=\"---\" size=\"5\" readonly=\"true\"><\/td>\n\n                                <td><input name=\"FemaleChocolate\" type=\"text\" value=\"---\" size=\"5\" readonly=\"true\"><\/td>\n                                <td><div align=\"left\"><span class=\"style3\">Chocolate Tabby Point<\/span><\/div><\/td>\n                                <td><input name=\"MaleChocolateTabby\" type=\"text\" value=\"---\" size=\"5\" readonly=\"true\"><\/td>\n                                <td><input name=\"FemaleChocolateTabby\" type=\"text\" value=\"---\" size=\"5\" readonly=\"true\"><\/td><\/tr>\n\n                            <tr class=\"table\"><td><div align=\"left\"><span class=\"style3\">Lilac Point<\/span><\/div><\/td>\n                                <td><input name=\"MaleLilac\" type=\"text\" value=\"---\" size=\"5\" readonly=\"true\"><\/td>\n                                <td><input name=\"FemaleLilac\" type=\"text\" value=\"---\" size=\"5\" readonly=\"true\"><\/td>\n\n                                <td><div align=\"left\"><span class=\"style3\">Lilac Tabby Point<\/span><\/div><\/td>\n                                <td><input name=\"MaleLilacTabby\" type=\"text\" value=\"---\" size=\"5\" readonly=\"true\"><\/td>\n                                <td><input name=\"FemaleLilacTabby\" type=\"text\" value=\"---\" size=\"5\" readonly=\"true\"><\/td><\/tr>\n\n                            <tr class=\"table\"><td><div align=\"left\"><span class=\"style3\">Red Point<\/span><\/div><\/td>\n\n                                <td><input name=\"MaleRed\" type=\"text\" value=\"---\" size=\"5\" readonly=\"true\"><\/td>\n                                <td><input name=\"FemaleRed\" type=\"text\" value=\"---\" size=\"5\" readonly=\"true\"><\/td>\n                                <td><div align=\"left\"><span class=\"style3\">Red Tabby Point<\/span><\/div><\/td>\n                                <td><input name=\"MaleRedTabby\" type=\"text\" value=\"---\" size=\"5\" readonly=\"true\"><\/td>\n                                <td><input name=\"FemaleRedTabby\" type=\"text\" value=\"---\" size=\"5\" readonly=\"true\"><\/td><\/tr>\n\n                            <tr class=\"table\"><td><div align=\"left\"><span class=\"style3\">Cream Point<\/span><\/div><\/td>\n\n                                <td><input name=\"MaleCream\" type=\"text\" value=\"---\" size=\"5\" readonly=\"true\"><\/td>\n                                <td><input name=\"FemaleCream\" type=\"text\" value=\"---\" size=\"5\" readonly=\"true\"><\/td>\n                                <td><div align=\"left\"><span class=\"style3\">Cream Tabby Point<\/span><\/div><\/td>\n                                <td><input name=\"MaleCreamTabby\" type=\"text\" value=\"---\" size=\"5\" readonly=\"true\"><\/td>\n                                <td><input name=\"FemaleCreamTabby\" type=\"text\" value=\"---\" size=\"5\" readonly=\"true\"><\/td><\/tr>\n\n                            <tr class=\"table\"><td><div align=\"left\"><span class=\"style3\">Seal-Tortie Point<\/span><\/div><\/td>\n\n                                <td><\/td><td><input name=\"FemaleSealTortie\" type=\"text\" value=\"---\" size=\"5\" readonly=\"true\"><\/td>\n                                <td><div align=\"left\"><span class=\"style3\">Seal-Tortie Tabby Point<\/span><\/div><\/td>\n                                <td><\/td><td><input name=\"FemaleSealTortieTabby\" type=\"text\" value=\"---\" size=\"5\" readonly=\"true\"><\/td><\/tr>\n\n                            <tr class=\"table\"><td><div align=\"left\"><span class=\"style3\">Blue-Cream Point<\/span><\/div><\/td>\n\n                                <td><\/td><td><input name=\"FemaleBlueCream\" type=\"text\" value=\"---\" size=\"5\" readonly=\"true\"><\/td>\n                                <td><div align=\"left\"><span class=\"style3\">Blue-Cream Tabby Point<\/span><\/div><\/td>\n                                <td><\/td><td><input name=\"FemaleBlueCreamTabby\" type=\"text\" value=\"---\" size=\"5\" readonly=\"true\"><\/td><\/tr>\n\n                            <tr class=\"table\"><td><div align=\"left\"><span class=\"style3\">Chocolate-Tortie Point<\/span><\/div><\/td>\n                                <td><\/td><td><input name=\"FemaleChocolateTortie\" type=\"text\" value=\"---\" size=\"5\" readonly=\"true\"><\/td>\n                                <td><div align=\"left\"><span class=\"style3\">Chocolate-Tortie Tabby Point<\/span><\/div><\/td>\n\n                                <td><\/td><td><input name=\"FemaleChocolateTortieTabby\" type=\"text\" value=\"---\" size=\"5\" readonly=\"true\"><\/td><\/tr>\n\n                            <tr class=\"table\"><td><div align=\"left\"><span class=\"style3\">Lilac-Cream Point<\/span><\/div><\/td>\n                                <td><\/td><td><input name=\"FemaleLilacCream\" type=\"text\" value=\"---\" size=\"5\" readonly=\"true\"><\/td>\n                                <td><div align=\"left\"><span class=\"style3\">Lilac-Cream Tabby Point<\/span><\/div><\/td>\n\n                                <td><\/td><td><input name=\"FemaleLilacCreamTabby\" type=\"text\" value=\"---\" size=\"5\" readonly=\"true\"><\/td><\/tr>\n                        <\/table>\n                  <input type=\"hidden\" name=\"trp-form-language\" value=\"en\"\/><\/form>\n                    <p>&nbsp;<\/p>\n                    <p>&nbsp;<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/body>\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div><\/div><\/section>","protected":false},"excerpt":{"rendered":"Calcolo dei colori @import url(\"css\/layout.css\"); * { font-size:12px; background-color: #000000; background-color: #000000; margin:0px; padding:.1em; height:auto; color:white; } body { background-color: #000000; background-color: #000000; } form table,select, option { margin:0px; padding: 0px; } #links td { padding:.2em .4em; white-space: nowrap; } #links input, #links select { color:#000; -font-weight: bold; background-color: white; font-family: Verdana, Helvetica, Arial; } [...]","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"page-templates\/template-canvas.php","meta":{"footnotes":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>calcolatore colore cuccioli - Sinh&#039;s Ancestry<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.sinhbirmans.eu\/en\/calcolatore-colore-cuccioli-birmani\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"calcolatore colore cuccioli - Sinh&#039;s Ancestry\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.sinhbirmans.eu\/en\/calcolatore-colore-cuccioli-birmani\/\" \/>\n<meta property=\"og:site_name\" content=\"Sinh&#039;s Ancestry\" \/>\n<meta property=\"article:modified_time\" content=\"2020-04-04T18:46:29+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"13 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.sinhbirmans.eu\/calcolatore-colore-cuccioli-birmani\/\",\"url\":\"https:\/\/www.sinhbirmans.eu\/calcolatore-colore-cuccioli-birmani\/\",\"name\":\"calcolatore colore cuccioli - Sinh&#039;s Ancestry\",\"isPartOf\":{\"@id\":\"https:\/\/www.sinhbirmans.eu\/#website\"},\"datePublished\":\"2019-05-14T16:28:34+00:00\",\"dateModified\":\"2020-04-04T18:46:29+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.sinhbirmans.eu\/calcolatore-colore-cuccioli-birmani\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.sinhbirmans.eu\/calcolatore-colore-cuccioli-birmani\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.sinhbirmans.eu\/calcolatore-colore-cuccioli-birmani\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.sinhbirmans.eu\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"calcolatore colore cuccioli\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.sinhbirmans.eu\/#website\",\"url\":\"https:\/\/www.sinhbirmans.eu\/\",\"name\":\"Sinh&#039;s Ancestry\",\"description\":\"Allevamento gatti sacri di birmania di Massimiliano Paolettoni - Verona\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.sinhbirmans.eu\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-GB\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"calcolatore colore cuccioli - Sinh&#039;s Ancestry","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.sinhbirmans.eu\/en\/calcolatore-colore-cuccioli-birmani\/","og_locale":"en_GB","og_type":"article","og_title":"calcolatore colore cuccioli - Sinh&#039;s Ancestry","og_url":"https:\/\/www.sinhbirmans.eu\/en\/calcolatore-colore-cuccioli-birmani\/","og_site_name":"Sinh&#039;s Ancestry","article_modified_time":"2020-04-04T18:46:29+00:00","twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"13 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.sinhbirmans.eu\/calcolatore-colore-cuccioli-birmani\/","url":"https:\/\/www.sinhbirmans.eu\/calcolatore-colore-cuccioli-birmani\/","name":"calcolatore colore cuccioli - Sinh&#039;s Ancestry","isPartOf":{"@id":"https:\/\/www.sinhbirmans.eu\/#website"},"datePublished":"2019-05-14T16:28:34+00:00","dateModified":"2020-04-04T18:46:29+00:00","breadcrumb":{"@id":"https:\/\/www.sinhbirmans.eu\/calcolatore-colore-cuccioli-birmani\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.sinhbirmans.eu\/calcolatore-colore-cuccioli-birmani\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.sinhbirmans.eu\/calcolatore-colore-cuccioli-birmani\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.sinhbirmans.eu\/"},{"@type":"ListItem","position":2,"name":"calcolatore colore cuccioli"}]},{"@type":"WebSite","@id":"https:\/\/www.sinhbirmans.eu\/#website","url":"https:\/\/www.sinhbirmans.eu\/","name":"Sinh&#039;s Ancestry","description":"Allevamento gatti sacri di birmania di Massimiliano Paolettoni - Verona","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.sinhbirmans.eu\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-GB"}]}},"_links":{"self":[{"href":"https:\/\/www.sinhbirmans.eu\/en\/wp-json\/wp\/v2\/pages\/2"}],"collection":[{"href":"https:\/\/www.sinhbirmans.eu\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.sinhbirmans.eu\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.sinhbirmans.eu\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sinhbirmans.eu\/en\/wp-json\/wp\/v2\/comments?post=2"}],"version-history":[{"count":9,"href":"https:\/\/www.sinhbirmans.eu\/en\/wp-json\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":2130,"href":"https:\/\/www.sinhbirmans.eu\/en\/wp-json\/wp\/v2\/pages\/2\/revisions\/2130"}],"wp:attachment":[{"href":"https:\/\/www.sinhbirmans.eu\/en\/wp-json\/wp\/v2\/media?parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}