Those schoolgirl days of telling tales and biting nails are gone But in my mind I know they will still live on and on But how do you thank someone Who has taken you from crayons to perfume
수다를 떨며 손톱을 깨물던
여학생 시절은 가버렸습니다
그러나 내 마음속에는 그 시절의 추억이
계속 남아있으리라는 것을 알아요
하지만 크레용으로 그림을 그리던 어린아이를 향수를 사용하는 숙녀로 성장시켜준 분에게 당신은 어떻게 감사를 드릴 건가요
It isn't easy but I'll try If you wanted the sky I'd write across the sky in letters That would soar a thousand feet high "To Sir, With Love"
그건 쉬운 일이 아니지만 난 노력할 거예요 당신이 하늘을 원하신다면 나는 하늘을 편지지 삼아
수천 피트 높이로 치솟은 하늘에 '선생님께 사랑을' 이라고 쓰겠습니다
[영화] To Sir With Love(언제나 마음은 태양,1967)
var flashVersion = parent.swfobject.getFlashPlayerVersion();
if(typeof flashVersion != "undefined" && typeof flashVersion.major != "undefined" && flashVersion.major >= 10 && typeof ExifViewer != "undefined"){
var getTxImages = function () {
var result, txImages, images, i, len, img;
result = [];
images = [];
txImages = document.body.getElementsByTagName("img");
len = txImages.length;
for (i = 0; i < len; i += 1) {
img = txImages[i];
if (/tx\-daum\-image|txc\-image/.test(img.className)) {
images.push(img);
}
}
for(var i = 0, len = images.length; i < len; i++){
img = images[i];
if(img.src == "https://t1.daumcdn.net/cfile/blog/11388B014BED601770"){
result.push(img);
images.splice(i, i);
break;
}
}
for(var i = 0, len = images.length; i < len; i++){
img = images[i];
if(img.src == "https://t1.daumcdn.net/cfile/blog/12388B014BED601771"){
result.push(img);
images.splice(i, i);
break;
}
}
for(var i = 0, len = images.length; i < len; i++){
img = images[i];
if(img.src == "https://t1.daumcdn.net/cfile/blog/13388B014BED601772"){
result.push(img);
images.splice(i, i);
break;
}
}
for(var i = 0, len = images.length; i < len; i++){
img = images[i];
if(img.src == "https://t1.daumcdn.net/cfile/blog/206B24034BED604C33"){
result.push(img);
images.splice(i, i);
break;
}
}
for(var i = 0, len = images.length; i < len; i++){
img = images[i];
if(img.src == "https://t1.daumcdn.net/cfile/blog/116B24034BED604C34"){
result.push(img);
images.splice(i, i);
break;
}
}
for(var i = 0, len = images.length; i < len; i++){
img = images[i];
if(img.src == "https://t1.daumcdn.net/cfile/blog/126B24034BED604C35"){
result.push(img);
images.splice(i, i);
break;
}
}
return result;
};
var txImages = getTxImages();
ExifViewer.load({
serviceName: "blog",
images: txImages,
showAllItem: false,
imageViewer: {
templateValue: {
blogid: encodeURIComponent(BLOGID),
articleurl: encodeURIComponent("http://blog.daum.net/yblee1014/15472635")
},
photoList: {
photoListProtocol: "blogphotolistselect",
photoListDataFromUrl: "http://blog.daum.net/_blog/api/PhotoListSelectImageViewer.do?blogid={blogid}&articleurl={articleurl}&imageurl={imageurl}"
},
groupList: {
groupListProtocol: "blogcatelist",
groupListDataFromUrl: "http://blog.daum.net/_blog/api/CategoryList.do?blogid={blogid}"
},
data: {
count: txImages.length,
getViewingUrl: function (index) {
return txImages[index].src;
}
}
}
});
}