
The woman the eye of the many people
put on the cloth
and mind of one person it takes of the cloth
여자는 많은 사람들의 눈을 위해 옷을입고…
한사람의 마음을 위해 옷을 벗는다…
var anchor_links = document.getElementById("brd_content_3").getElementsByTagName("A");
for(i=0; i< anchor_links.length; i++){
if(i == 0 && anchor_links[i].id == "target1") {
}
else {
anchor_links[i].target = "_blank";
}
}