var cursors = new Array("e-resize","ne-resize","n-resize","se-resize")
var cursorsIndex = 0
var rotationSpeed = 75
var direction = 1
if (direction) cursors.reverse()
function rotateCursor(){
document.body.style.cursor=cursors[cursorsIndex]
cursorsIndex++
if (cursorsIndex==cursors.length) cursorsIndex=0
setTimeout("rotateCursor()",rotationSpeed)
}
window.onload=rotateCursor
//-->
숨은 그림 찾기클릭은 오른쪽 사진에서 하시구요..
모두 찾으신 분은 미모의 여성이 나와서 축하를 해준답니다...^^
★PD:ㄹ Ιㅋ Ι^.^★