<!--
// Dynamic Images by Kaosweaver
// Copyright 2007, All rights reserved
var sS = {
	init:function() {
		d=document; newImg=d.createElement("img");
		newImg.src=sS.imgList[0];newImg.id=sS.obj+"_ss";
		tO=d.getElementById(sS.obj);if (tO) {
		tO.appendChild(newImg);setTimeout("sS.startShow()",sS.tM);}},
	setObj:function(o,t) {sS.obj=o;sS.sT=t;},
	addImg:function() {sS.imgList.push(arguments[0]);},
	startShow:function() {
		x=document.getElementById(sS.obj+"_ss");if (sS.sT==0){sS.sP++;
		if (sS.sP==sS.imgList.length) sS.sP=0;}else{
		var j=parseInt(Math.random()*sS.imgList.length);sS.sP=(isNaN(j))?0:j}
		x.src=sS.imgList[sS.sP];setTimeout("sS.startShow()",sS.tM);},
	addEvent: function(obj,evt, fn) {
		if (obj.addEventListener) {obj.addEventListener(evt, fn, false);
		} else if (obj.attachEvent) {obj.attachEvent('on'+evt, fn);
		} else {obj['on'+evt]=fn;}},
	imgList:[],obj:"",sP:0,sT:0,tM:3000
}
sS.setObj("randomImage",1,3000);
sS.addImg("images/slideshow2/0001.jpg");
sS.addImg("images/slideshow2/0002.jpg");
sS.addImg("images/slideshow2/0003.jpg");
sS.addImg("images/slideshow2/0004.jpg");
sS.addImg("images/slideshow2/0005.jpg");
sS.addImg("images/slideshow2/0006.jpg");
sS.addImg("images/slideshow2/0007.jpg");
sS.addImg("images/slideshow2/0008.jpg");
sS.addImg("images/slideshow2/0009.jpg");
sS.addImg("images/slideshow2/0010.jpg");
sS.addImg("images/slideshow2/0011.jpg");
sS.addImg("images/slideshow2/0012.jpg");
sS.addImg("images/slideshow2/0013.jpg");
sS.addImg("images/slideshow2/0014.jpg");
sS.addImg("images/slideshow2/0015.jpg");
sS.addImg("images/slideshow2/0016.jpg");
sS.addImg("images/slideshow2/0017.jpg");
sS.addImg("images/slideshow2/0018.jpg");
sS.addImg("images/slideshow2/0019.jpg");
sS.addImg("images/slideshow2/0020.jpg");
sS.addImg("images/slideshow2/0021.jpg");
sS.addImg("images/slideshow2/0022.jpg");
sS.addImg("images/slideshow2/0023.jpg");
sS.addImg("images/slideshow2/0024.jpg");
sS.addImg("images/slideshow2/0025.jpg");
sS.addImg("images/slideshow2/0026.jpg");
sS.addImg("images/slideshow2/0027.jpg");
sS.addImg("images/slideshow2/0028.jpg");
sS.addImg("images/slideshow2/0029.jpg");
sS.addImg("images/slideshow2/0030.jpg");
sS.addImg("images/slideshow2/0031.jpg");
sS.addImg("images/slideshow2/0032.jpg");
sS.addImg("images/slideshow2/0033.jpg");
sS.addImg("images/slideshow2/0034.jpg");
sS.addImg("images/slideshow2/0035.jpg");
sS.addImg("images/slideshow2/0036.jpg");
sS.addImg("images/slideshow2/0037.jpg");
sS.addImg("images/slideshow2/0038.jpg");
sS.addImg("images/slideshow2/0039.jpg");
sS.addImg("images/slideshow2/0040.jpg");
sS.addImg("images/slideshow2/0041.jpg");
sS.addImg("images/slideshow2/0042.jpg");
sS.addEvent(window,'load',sS.init);
//--!>