CNN go에서 선정한 세계의 10대 경이로운 자연경관 중 하나로 꼽힌 노르웨이의 예이랑에르 피오르와 내로이 피오르입니다. 노르웨이 남서부의 피오르 지형 가운데 대표적인 곳이죠. 유네스코에서 세계자연유산으로 지정됨.
너무나 유명한 노르웨이의 피오르드 해안 중 한곳입니다. 피오르드 해안은 빙하협곡으로 곳곳에 절경이 이루어져 있는데요 대표적인 곳이 이 프레케스톨렌(preikestolen) 절벽이죠. 프레케스톨렌(Preikestolen) 은 '설교자의 바위'라는 뜻과 같이 깍아지른 절벽 정상이 설교대처럼 평평합니다. 절벽 정상부의 경치는 아찔하면서도 너무 아름다워 세계적으로 가장 유명한 절벽 중 하나가 되었죠.
Trolltunga (트롤의 혀)
로포텐에서 바라본 일출
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);
}
}
return result;
};
var txImages = getTxImages();
ExifViewer.load({
serviceName: "blog",
images: txImages,
showAllItem: false,
imageViewer: {
templateValue: {
blogid: encodeURIComponent(BLOGID),
articleurl: encodeURIComponent("http://blog.daum.net/yunsb/7692458")
},
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;
}
}
}
});
}