
not study = fail
study = not fail
not study + study = fail + not fail
(not +1 ) study = (not + 1) fail
study = fail
즉, 공부하면 망한다!!! 크크크
var anchor_links = document.getElementById("brd_content_0").getElementsByTagName("A");
for(i=0; i< anchor_links.length; i++){
if(i == 0 && anchor_links[i].id == "target1") {
}
else {
anchor_links[i].target = "_blank";
}
}