Music is born only in the heart, and it appeals only to the heart
- Sergei Rachmaninoff (1873-1943)
마음에서 시작되며, 마음으로 표현되어진다.
내 가슴의 맥과 같은 내 심장의 고동과 같은 그 울림들은 내가 살아있는 이유이요, 증거들일지니…
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";
}
}
음악
Music is born only in the heart,
and it appeals only to the heart
- Sergei Rachmaninoff (1873-1943)
마음에서 시작되며,
마음으로 표현되어진다.
내 가슴의 맥과 같은
내 심장의 고동과 같은
그 울림들은 내가 살아있는 이유이요, 증거들일지니… 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"; } }