[quote=---xXirukiTepe---][b]its not working when im tryin to put an image[/b]
i used the natural code for images below, but its not working

<">

ow! why not working?
this is the part where i pasted the code above
<">what is the ryt way of putting images in this trick?[/quote]
have u declare the [b]image url[/b] at this part?
[quote]// PUT THE URL OF IMAGES IN THE BOLD PART BELOW, SEPERATED BY COMMAS
var wipe_imgs=new Array(
'[b]URL OF IMAGE[/b]'
);
if (document.images) {
var theImgs=new Array();
for (var i=0;i<wipe_imgs.length;i++) {
theImgs[i]=new Image();
theImgs[i].src=wipe_imgs[i];
}
}[/quote]
[b]@ kangkong10[/b]
thx for that bro.