| <!-- begin code provided by createblog.com -->
<script type='text/javascript'>
// image slideshow by micron
// for more xanga scripts and help go to createblog.com
// set slideshow speed in seconds
var speed = 2;
// set transition duration in seconds (only for ie 5.5+)
var duration = 1;
// set transition effect (only for ie 5.5+)
var transition = 'progid:DXImageTransform.Microsoft.Fade(Duration='+duration+')';
var images = new Array();
// url to your images
images[0] = 'http://img.photobucket.com/albums/v282/yun_yun/6-9-05.jpg';
images[1] = 'http://img.photobucket.com/albums/v282/yun_yun/6-9-05-2.jpg';
images[2] = 'http://img.photobucket.com/albums/v282/yun_yun/5-30-05.bmp';
images[3] = 'http://img.photobucket.com/albums/v282/yun_yun/5-31-05.bmp';
// do not edit anything below this line
var preload = new Image();
for (var i = 0; i < images.length; i++) {
preload[i] = new Image();
preload[i].src = images[i];
}
document.write('<img src='+preload[0].src+' name="slideShow">');
var j = 0;
function run() {
if (document.all) {
document.images.slideShow.style.filter=transition;
document.images.slideShow.filters[0].Apply();
}
document.images.slideShow.src = preload[j++].src;
if (document.all) { document.images.slideShow.filters[0].Play(); }
if (j == images.length) { j = 0; }
setTimeout('run()', speed * 1000);
}
</script>
<body onload='run()'>
<!-- end code provided by createblog.com -->
|
| |
| Currently Reading: Harry Potter and the Order of the Phoenix (Book 5, Deluxe Edition) Hi everyone! I'm reading this great book!!! And guess what it is???? HARRY POTTER, OF COURSE!! Not only is it Harry Potter, but it's the 5th one!!! IT'S SOOO COOL! i'm up to chapter six, "The noble and the most ancient house of black". Sounds cool isn't it? Well.. it is. I g2g bye |
| |