[b]
Andi sopyan[/b]
Nih Scriptnya
[hr][hr][hr][hr][hr][hr][hr]
[quote]//Animated Primary Photo
if (!attachOnLoadHandler(function() { randImage();})) window.onload = function() { randImage();};
function randImage() {
RANDOMIMG.init();
}
if (typeof RANDOMIMG == "undefined") { RANDOMIMG = {}; }
RANDOMIMG = {
image: [],
sibling: [],
randimage: [],
init: function() {
var preload = [];
for (var n=0;n<this.randimage.length;n++) {
preload[n] = [];
preload[n].setAttribute("src",""+this.randimage[n]+"");
}
this.randimage[0] = [b]"URL_IMAGE_KAMU"[/b];
this.randimage[1] = [b]"URL_IMAGE_KAMU"[/b];
this.randimage[2] = [b]"URL_IMAGE_KAMU"[/b];
this.randimage[3] = [b]"URL_IMAGE_KAMU"[/b];
this.randimage[4] = [b]"URL_IMAGE_KAMU"[/b];
this.randimage[5] = [b]"URL_IMAGE_KAMU"[/b];
this.image = document.createElement("DIV");
this.image.setAttribute("class","randImg");
this.image.innerHTML = "<img name=\"defaultimage\" width=\"200\" height=\"250\" src=\""+this.randimage[Math.floor(Math.random()*(this.randimage.length))]+"\">";
this.sibling = this.getModuleByClassName(/imgblock200/i)[0];
this.sibling.parentNode.replaceChild(this.image,this.sibling);
setInterval("RANDOMIMG.rotateimage()", 2*1000);
},
rotateimage: function() {
var ind = 0;
if (ind == (temp = Math.floor(Math.random()*(this.randimage.length)))) {
ind = (ind == 0) ? 1 : ind - 1;
}else {
ind = temp;
}
document.images.defaultimage.setAttribute("src",""+this.randimage[ind]+"");
},
getModuleByClassName: function(sClass) {
var elm = [];
var els = document.getElementsByTagName("*") || document.all;
for (var j=0,k=els.length;j<k;j++) {
if (new RegExp(sClass).test(els[j].className))elm.push(els[j]);
}
return elm;
}
};[/quote]
[hr][hr][hr][hr][hr][hr][hr]
edit yang aku [b]bold / tebelin[/b]
inject atau co pas di [b]area C[/b]
[hr][hr][hr][hr][hr][hr][hr]