{
var str;
str='';
str=str+'英国 ';str=str+'美国 ';str=str+'加拿大 ';str=str+'澳洲 ';str=str+'爱尔兰 ';str=str+'韩国 ';str=str+'日本 ';str=str+'新加坡 ';str=str+'瑞士 ';str=str+'荷兰 ';str=str+'新西兰 ';str=str+'法国 ';str=str+'
';str=str+'德国 ';str=str+'大马 ';str=str+'马耳他 ';str=str+'俄罗斯 ';str=str+'丹麦 ';str=str+'南非 ';str=str+'意大利 ';str=str+'希腊 ';str=str+'印度 ';str=str+'瑞典 ';str=str+'芬兰 ';str=str+'波兰 ';
DUO_countryTitle.innerHTML=str;
}