function showNotEnoughData(a,d){var c="";var b=".";if(d=="suitability"){b=" for the tab 'Suitable as a baby name'";c+="<br /><b>Attention!</b> We don't have sufficient name feedback to present reliable data"+b+"<br />";c+="Is your name "+a+'? Please take the <a href="/namesurvey/create.php?name='+a+'">name survey</a> to supply us with feedback.'}else{if(d=="similarity"){b=" for the tab 'Similar names'.";c+="<br /><b>Attention!</b> We don't have sufficient name feedback to present reliable data"+b+"<br />";c+="Is your name "+a+'? Please take the <a href="/namesurvey/create.php?name='+a+'">name survey</a> to supply us with feedback.'}else{if(d=="popularity"){c+="<br /><b>Attention!</b> We don't have sufficient data to present in the tab 'Popularity'."}}}c+='<div title="Close this message" style="position:absolute;right:2px;top:2px;cursor:pointer;font-weight:bold;text-decoration:underline;" onmouseover="this.style.textDecoration=\'none\';" onmouseout="this.style.textDecoration=\'underline\';" onclick="document.getElementById(\'ned_warning\').style.display=\'none\';">X Close</div>';document.getElementById("ned_warning").innerHTML=c;document.getElementById("ned_warning").className="ned_warning";document.getElementById("ned_warning").style.display=""};