<!---hazir-kod.net kod başlangıc---> <script language="JavaScript1.1">
//Picture Cube slideshow - By Tony Foster III
//Modifications by JK
var specifyimage=new Array() //Your images / resimler
specifyimage[0>="http://resim.url/1.JPG"
specifyimage[1>="http://resim.url/2.JPG"
specifyimage[2>="http://resim.url/3.JPG"
specifyimage[3>="http://resim.url/4.JPG"
specifyimage[4>="http://resim.url/5.JPG"
specifyimage[5>="http://resim.url/6.JPG"
specifyimage[6>="http://resim.url/7.JPG"
specifyimage[7>="http://resim.url/8.JPG"
specifyimage[8>="http://resim.url/9.JPG"
var delay=3000 //3 seconds / 3 saniye bekleme
//Counter for array / syralamadaki ikinci resim
var count =0;
var cubeimage=new Array()
for (i=0;i<specifyimage.length;i++){
cubeimage[i>=new Image()
cubeimage[i>.src=specifyimage[i>
}
function movecube(){
if (window.createPopup)
cube.filters[0>.apply()
document.images.cube.src=cubeimage[count>.src;
if (window.createPopup)
cube.filters[0>.play()
count++;
if (count==cubeimage.length)
count=0;
setTimeout("movecube()",delay)
}
window.onload=new Function("setTimeout('movecube()',delay)")
</script>
<!---hazir-kod.net kod bitişi--->