|
|
|
22년 전
|
조회 645
|
|
|
|
22년 전
|
조회 529
|
|
|
|
22년 전
|
조회 715
|
|
|
|
22년 전
|
조회 541
|
|
|
|
22년 전
|
조회 625
|
|
|
|
22년 전
|
조회 542
|
|
|
|
22년 전
|
조회 680
|
|
|
|
22년 전
|
조회 674
|
|
|
|
22년 전
|
조회 533
|
|
|
|
22년 전
|
조회 525
|
|
|
|
22년 전
|
조회 643
|
|
|
|
22년 전
|
조회 587
|
|
|
|
22년 전
|
조회 650
|
|
|
|
22년 전
|
조회 491
|
|
|
|
22년 전
|
조회 585
|
|
|
|
22년 전
|
조회 568
|
|
|
|
22년 전
|
조회 574
|
|
|
|
22년 전
|
조회 622
|
|
|
|
22년 전
|
조회 665
|
|
|
|
22년 전
|
조회 586
|
댓글 1개
notice_head.skin.php 화일에서
이 부분도 지우세요
==============================================================
<META http-equiv="imagetoolbar" content="no">
<script language="JavaScript1.1">
<!--
var img1 = new Image();
img1.src = "<?=$filedir?>/<?=$wr_images?>";
var img2 = new Image();
img2.src = "<?=$filedir?>/<?=$wr_images2?>";
//-->
</script>
</head>
<body onLoad="init()">
<script language="JavaScript">
<!--
var maxLoops = 2;
var bInterval = 2;
var count = 2;
function init() {
blendtrjs.filters.blendTrans.apply();
document.images.blendtrjs.src = eval("img"+count+".src");
blendtrjs.filters.blendTrans.play();
if (count < maxLoops) {
count++;
}
else {
count = 1;
}
setTimeout("init()", bInterval*700+2000);
}
//-->
</script>
================================