
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
// Set up the image files to be used.
var theImages = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.

theImages[0] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban1.gif'
theImages[1] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban2.gif'
theImages[2] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban3.gif'
theImages[3] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban4.gif'
theImages[4] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban5.gif'
theImages[5] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban1.gif'
theImages[6] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban6.gif'
theImages[7] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban7.gif'
theImages[8] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban8.gif'
theImages[9] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban8.gif'
theImages[10] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban9.gif'
theImages[11] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban10.gif'
theImages[12] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban11.gif'
theImages[13] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban12.gif'
theImages[14] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban13.gif'
theImages[15] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban14.gif'
theImages[16] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban15.gif'
theImages[17] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban16.gif'
theImages[18] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban17.gif'
theImages[19] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban18.gif'
theImages[20] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban19.gif'
theImages[21] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban20.gif'
theImages[22] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban21.gif'
theImages[23] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban22.gif'
theImages[24] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban23.gif'
theImages[25] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban24.gif'
theImages[26] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban25.gif'
theImages[27] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban26.gif'
theImages[28] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban27.gif'
theImages[29] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban28.gif'
theImages[30] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban29.gif'
theImages[31] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban30.gif'
theImages[32] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban31.gif'
theImages[33] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban32.gif'
theImages[34] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban33.gif'
theImages[35] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban34.gif'
theImages[36] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban35.gif'
theImages[37] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban36.gif'
theImages[38] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban37.gif'
theImages[39] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban38.gif'
theImages[40] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban39.gif'
theImages[41] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban40.gif'
theImages[42] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban41.gif'
theImages[43] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban42.gif'
theImages[44] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban43.gif'
theImages[45] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban44.gif'
theImages[46] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban45.gif'
theImages[47] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban46.gif'
theImages[48] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban47.gif'
theImages[49] = 'http://www.uzumakiworld.com/uzuvideo/uzuban/uzuban48.gif'












// do not edit anything below this line

var j = 0
var p = theImages.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages[i]
}
var whichImage = Math.round(Math.random()*(p-1));
function showImage(){
document.write('<img src="'+theImages[whichImage]+'">');
}

//  End -->

