몰라 그냥 읽어봐































∑ⓗⓐⓟⓟⓨ ⓒⓐⓕⓔ♬ 의 테블

























◐사랑한다면 이들처럼◑



사랑의 時 - MC The Max

한참을 앓고 있죠.
사랑한단 뜻예요.
이 사랑을 깨닫은 순간이
제 인생에 젤 힘든 날였죠.
피할수 없어, 부딪힌 거라고...
비킬수도 없어, 받아들인거라고...
하지만 없죠. 절 인정할 사람.
세상은 제맘, 미친 장난으로만 보겠죠.
바람이 차네요, 제 얘기를 듣나요.
저같은 사랑 해봤던 사람 혹 있다면은
절 이해할테죠.
단념은 더욱 집착을 만들고,
단념은 더욱 나를 아프게하고,
어떻게 하죠. 너무 늦었는데...
세상과 저는 다른 사랑을 하고 있네요.
담배도 없네요. 달도 쓸쓸하네요.
저같은 사랑 시작한 사람 혹 있다면은...
도망쳐요...






























,

















function Resizer() {
this.limit = 10;
this.wf = false; // width 완료 여부
this.hf = false; // height 완료 여부
this.prew = 0; // 이전 주기의 width
this.preh = 0; // 이전 주기의 width
this.intervalId = null; // setIntervalId
this.resize = resize; // resize 메소드. SetInterval에 의해 주기적 호출
this.execute = execute; // 렌더링 완료 판단 후 호출
}

function resize() {
// 윈도우가 완전히 렌더링 되어 사이즈가 고정될때까지

if (this.limit-- <= 0) {
// 더이상 기다리지 않는다.
clearInterval(this.intervalId);
this.execute();
return;
}


var cw = document.body.scrollWidth;
var ch = document.body.scrollHeight;
var dw = cw - this.prew;
var dh = ch - this.preh;



this.prew = cw;
this.preh = ch;

if (cw > 0 && dw == 0) this.wf = true;
if (ch > 0 && dh == 0) this.hf = true;

if (this.wf && this.hf)
this.execute();
}

function execute() {
clearInterval(this.intervalId);
var oBody=document.body;
oBody.style.position='absolute';
oBody.style.top='0';
oBody.style.left='0';
var height, width;
if (navigator.userAgent.indexOf("MSIE") == -1) {
height=oBody.scrollHeight;
width=oBody.scrollWidth;
} else {
height=oBody.scrollHeight+oBody.offsetHeight-oBody.clientHeight;
width=oBody.scrollWidth+oBody.offsetWidth-oBody.clientWidth;
}
frames.hdn.location.href="http://cafe137.daum.net/_c21_/resize?w=" +width + "&h=" +height;
}





var resizer = new Resizer();

function initResize() {
resizer.intervalId = setInterval('resizer.resize()', 200);
}

onload=initResize;






by sott | 2004/07/05 14:45 | 트랙백 | 덧글(0)
No Suprises
Radiohead
No Suprises-Running From Demons
2001/02/00






a heart that's full up like a landfill
a job that slowly kills you
bruises that won't heal.
you were so tired, happy,
bring down the government, they don't speak for us.
i'll take the quiet life, a handshake, some carbon monoxide.

no alarms and no surprises,
no alarms and no surprises,
no alarms and no surprises,
silent,
silent,
this is my final fit, my final bellyache with

no alarms and no surprises,
no alarms and no surprises,
no alarms and no surprises, please.

such a pretty house, such a pretty garden.

no alarms and no surprises,
no alarms and no surprises,
no alarms and no surprises, please.



by sott | 2003/11/05 22:09 | 트랙백 | 덧글(0)
우리는...
우리는...
by sott | 2003/10/30 21:48 | 트랙백 | 덧글(0)
<< 이전 페이지 다음 페이지 >>