function print_honcode_logo(lg,size) {var image;var aa= new Array();var txt_alt;  var txt_title; var txt_link;var i=0;while (i<=25){aa[i]      = new Array();i++;}var eng = "HONcode certification seal.";aa[1]['alt']= eng;aa[2]['alt']= "Vi f\370lger HONcode principperne fra Health On the Net Foundation. Click to verify.";      aa[3]['alt']= "Wij onderschrijven de gedragscode van de Health On the Net Foundation"; aa[4]['alt']= "HONcode certification seal.";aa[5]['alt']= "Sitoudumme noudattamaan Health on the Net Foundationin HON-koodin periaattteita"; aa[6]['alt']= "Sceau d'accr&eacute;ditation HONcode";aa[7]['alt']= "Wir befolgen die HONcode Prinzipien der Health On the Net Foundation";    aa[8]['alt']= "Vi\360 f\366rum eftir HONcode si\360areglum Health On the Net Foundation"; aa[9]['alt']= "Noi aderiamo ai principi della carta HONcode della Fondazione Health On the Net";aa[10]['alt']= eng;     aa[11]['alt']= "Vi f\370lger HONcode prinsippene fra Health on the Net Foundation"; aa[12]['alt']= "Podpisujemy si&#281; pod zasadami Fondacji Health On the Net"; aa[13]['alt']= "N\363s aderimos aos princ\355pios da charte HONcode da Fondation HON"; aa[14]['alt']= eng;aa[15]['alt']= "Nosotros subscribimos Los Principios del c\363digo HONcode de la Fundaci\363n Salud en la Red";aa[16]['alt']= "Vi f&ouml;rbinder oss att f&ouml;lja Health on the Net HONcode principer";aa[17]['alt']= eng;aa[18]['alt']= "Nosaltres subscrivim els principis del codi HONcode. Comproveu-ho aqu&iacute;.";aa[19]['alt']= eng;aa[20]['alt']= eng;aa[21]['alt']= eng;aa[22]['alt']= eng;aa[23]['alt']= eng;aa[24]['alt']= eng;aa[25]['alt']= eng;var eng = "This website is certified by Health On the Net Foundation. Click to verify.";aa[1]['title']=  eng;aa[2]['title']=  aa[2]['alt'];      aa[3]['title']=  aa[3]['alt']; aa[4]['title']=  eng;aa[5]['title']=  aa[5]['alt']; aa[6]['title']=  "Nous adh&eacute;rons aux principes de la charte HONcode de HON";aa[7]['title']=  aa[7]['alt'];    aa[8]['title']=  aa[8]['alt']; aa[9]['title']=  aa[9]['alt'];aa[10]['title']=  eng;     aa[11]['title']=  aa[11]['alt']; aa[12]['title']=  aa[12]['alt']; aa[13]['title']=  aa[13]['alt']; aa[14]['title']=  eng;aa[15]['title']=  aa[15]['alt'];aa[16]['title']=  aa[16]['alt'];aa[17]['title']=  eng;aa[18]['title']=  eng;aa[19]['title']=  eng;aa[20]['title']=  eng;aa[21]['title']=  eng;aa[22]['title']=  eng;aa[23]['title']=  eng;aa[24]['title']=  eng;aa[25]['title']=  eng;var web = "https://www.hon.ch/HONcode/";aa[1]['link']= web + "Chinese/?";aa[2]['link']= web + "Danish/?";      aa[3]['link']= web + "Dutch/?"; aa[4]['link']= web + "Conduct.html?";aa[5]['link']= web + "Finnish/?"; aa[6]['link']= web + "French/?";aa[7]['link']= web + "German/?";    aa[8]['link']= web + "Icelandic/?"; aa[9]['link']  = web + "Italian/?";aa[10]['link']= web + "Japanese/";     aa[11]['link']= web + "Norwegian/?"; aa[12]['link']= web + "Polish/?"; aa[13]['link']= web + "Portuguese/?"; aa[14]['link']= web + "Russian/?";aa[15]['link']= web + "Spanish/?";aa[16]['link']= web + "Swedish/?";aa[17]['link']= web + "Arabic/?";aa[18]['link']= web + "Catalan/?";aa[19]['link']= web + "Czech/?";aa[20]['link']= web + "Greek/?";aa[21]['link']= web + "Hungarian/?";aa[22]['link']= web + "Korean/?";aa[23]['link']= web + "Malaysian/?";aa[24]['link']= web + "Slovak/?";aa[25]['link']= web + "Turkish/?";image = "HONConduct554895" + ".jpg";imWidth  = 49;imHeight = 72;if (size == 2){image    = "HONConduct554895" + "_b.jpg";imWidth  = 64;imHeight = 92;}if (size == 3){image    = "HONConduct554895" + "_s.gif";imWidth  = 49;imHeight = 72;}if (size == 4){image    = "HONConduct554895" + "_s1.gif";imWidth  = 43;imHeight = 60;}if (size == 5){image    = "HONConduct554895" + "_s2.gif";imWidth  = 69;imHeight = 31;}if (lg == 6 ){image = "French/" + image;}txt_alt = "HONcode certification seal.";    txt_title = "This website is certified by Health On the Net Foundation. Click to verify.";txt_link  = "https://www.hon.ch/HONcode/Conduct.html?";txt_alt   =  aa[lg]['alt'];txt_title =  aa[lg]['title'];txt_link  =  aa[lg]['link'];var html_code = "<a   target=\"_blank\" " +           "href=\"" + txt_link + "HONConduct554895" + "\"> " +         "<img src=\"http://www.honcode.ch/HONcode/Seal/" + image + "\" " +              "width=\""  + imWidth + "\" " +              "height=\"" + imHeight + "\" " +              "border=\"0\" " +              "title=\"" + txt_title + "\" " +              "alt=\"" + txt_alt +"\">" +      "</a>";document.write(html_code); }