// JavaScript Document<script type="text/javascript">
<!--
// 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,30000);
sS.addImg("images/animation_logos/bacardi.gif");
sS.addImg("images/animation_logos/barclays_wealth2.gif");
sS.addImg("images/animation_logos/beau_rivage.gif");
sS.addImg("images/animation_logos/bunge.gif");
sS.addImg("images/animation_logos/cargill.gif");
sS.addImg("images/animation_logos/caterpillar.gif");
sS.addImg("images/animation_logos/citi.gif");
sS.addImg("images/animation_logos/clubhouse.gif");
sS.addImg("images/animation_logos/cs.gif");
sS.addImg("images/animation_logos/ea.gif");
sS.addImg("images/animation_logos/eaton.gif");
sS.addImg("images/animation_logos/ey.gif");

sS.addImg("images/animation_logos/firmenich.gif");
sS.addImg("images/animation_logos/haemonetics.gif");
sS.addImg("images/animation_logos/imd.gif");
sS.addImg("images/animation_logos/kpmg.gif");

sS.addImg("images/animation_logos/intuitive_surgical.gif");

sS.addImg("images/animation_logos/medtronic.gif");

sS.addImg("images/animation_logos/merck.gif");
sS.addImg("images/animation_logos/shire.gif");
sS.addImg("images/animation_logos/sgs.gif");
sS.addImg("images/animation_logos/vc.gif");
sS.addImg("images/animation_logos/yahoo.gif");

sS.addEvent(window,'load',sS.init);
//--!>


