var str='';

str += '<UL>'
str += '<LI>Bangladesh Red Crescent Society</LI>'
str += '<LI>VSO</LI>'
str += '<LI>Australian Youth Ambassadors</LI>'
str += '<LI>Japan International Cooperation Agency (JICA)/JOCV</LI>'
str += '<LI>Korea International Cooperation Agency (KOICA)</LI>'
str += '<LI>Peace  Corps</LI>'
str += '</UL>'

document.write(str);

