<!-- Original:  CodeLifter.com (support@codelifter.com) -->
<!-- Web Site:  http://www.codelifter.com -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
// Set slideShowSpeed (milliseconds)
var slideShowSpeed = 4000;

// Duration of crossfade (seconds)
var crossFadeDuration = 4000;

// Specify the image files
var Pic  = new Array();
var Pic1 = new Array();
var Pic2 = new Array();
var Pic3 = new Array();

/*var ClientURL  = new Array();*/
var ClientURL1 = new Array();
var ClientURL2 = new Array();
var ClientURL3 = new Array();


// to add more images, just continue
// the pattern, adding to the array below

Pic[0] = '/images/logos/ir.jpg'
Pic[1] = '/images/logos/ojoby.jpg'
Pic[2] = '/images/logos/sofiaraj.jpg'
Pic[3] = '/images/logos/ayurveda.jpg'
Pic[4] = '/images/logos/teesort.jpg'
Pic[5] = '/images/logos/vastu.jpg'
Pic[6] = '/images/logos/womenontop.jpg'
Pic[7] = '/images/logos/adventure.jpg'
Pic[8] = '/images/logos/didihat.jpg'
Pic[9] = '/images/logos/thats_cute.jpg'




// 1th footer_link logo //
Pic1[0] = '/images/footer_logo/eag.gif'
Pic1[1] = '/images/footer_logo/trimention.gif'
Pic1[2] = '/images/footer_logo/amg_logo.gif'
Pic1[3] = '/images/footer_logo/maddocks_logo.gif'
Pic1[4] = '/images/footer_logo/delucchi_logo.gif'
Pic1[5] = '/images/footer_logo/gablepr_logo.gif'
Pic1[6] = '/images/footer_logo/thelift_logo.gif'
Pic1[7] = '/images/footer_logo/publicrelation.jpg'
Pic1[8] = '/images/footer_logo/cwcraig_logo.gif'
Pic1[9] = '/images/footer_logo/avayaLogo.gif'




//Pic1[2] = '/images/footer_logo/digitaria_logo.gif'

ClientURL1[0] = '#'
ClientURL1[1] = '#'
ClientURL1[2] = '#'
ClientURL1[3] = '#'
ClientURL1[4] = '#'
ClientURL1[5] = '#'
ClientURL1[6] = '#'
ClientURL1[7] = '#'
ClientURL1[8] = '#'
ClientURL1[9] = '#'


// 1th footer_link logo  end//


// 2th footer_link logo //
Pic2[0] = '/images/footer_logo/clean_tech.gif'
Pic2[1] = '/images/footer_logo/vistage_logo.gif'


ClientURL2[0] = '#'
ClientURL2[1] = '#'
// 2th footer_link logo end //


// 3th footer_link logo //
Pic3[0] = '/images/footer_logo/nwsf.gif'
Pic3[1] = '/images/footer_logo/special_operation.gif'
Pic3[2] = '/images/footer_logo/komen_cure.gif'


ClientURL3[0] = '#'

// 3th footer_link logo//


// do not edit anything below this line
var t, t1,t2,t3;
var j = j1 = j2 = j3= 0;
var p = Pic.length;
var p1 = Pic1.length;
var p2 = Pic2.length;
var p3 = Pic3.length;


var preLoad = new Array();
var preLoad1 = new Array();
var preLoad2 = new Array();
var preLoad3= new Array();


for (i = 0; i < p; i++) {
	preLoad[i] = new Image();
	preLoad[i].src = Pic[i];
}
for (i = 0; i < p1; i++) {
	preLoad1[i] = new Image();
	preLoad1[i].src = Pic1[i];
}
for (i = 0; i < p2; i++) {
	preLoad2[i] = new Image();
	preLoad2[i].src = Pic2[i];
}

for (i = 0; i < p3; i++) {
	preLoad3[i] = new Image();
	preLoad3[i].src = Pic3[i];
}




function runSlideShow() 
{
	if (document.all) {
		document.images.SlideShow.style.filter="blendTrans(duration=2)";
		document.images.SlideShow.style.filter="blendTrans(duration=crossFadeDuration)";
		document.images.SlideShow.filters.blendTrans.Apply();
	}
	document.images.SlideShow.src = preLoad[j].src;
	if (document.all) {
		document.images.SlideShow.filters.blendTrans.Play();
	}
	j = j + 1;
	if (j > (p - 1)) j = 0;
	{	t = setTimeout('runSlideShow()', slideShowSpeed);	}
}

function goToClientURL()
{	
	if (j == 0)
	{	k = p - 1
	}
	else
	{	k = j - 1
	}
	window.open(ClientURL[k], "_blank");
}





function runSlideShow1() 
{
	
	if (document.all) {
		document.images.SlideShow1.style.filter="blendTrans(duration=2)";
		document.images.SlideShow1.style.filter="blendTrans(duration=crossFadeDuration)";
		document.images.SlideShow1.filters.blendTrans.Apply();
	}
	document.images.SlideShow1.src = preLoad1[j1].src;
	if (document.all) {
		document.images.SlideShow1.filters.blendTrans.Play();
	}
	j1 = j1 + 1;
	if (j1 > (p1 - 1)) j1 = 0;
	{	t1 = setTimeout('runSlideShow1()', slideShowSpeed);	}
}

function goToClientURL1()
{	
	if (j1 == 0)
	{	k1 = p1 - 1
	}
	else
	{	k1 = j1 - 1
	}
	window.open(ClientURL1[k1], "_blank");
}




function runSlideShow2() 
{
	
	if (document.all) {
		document.images.SlideShow2.style.filter="blendTrans(duration=2)";
		document.images.SlideShow2.style.filter="blendTrans(duration=crossFadeDuration)";
		document.images.SlideShow2.filters.blendTrans.Apply();
	}
	document.images.SlideShow2.src = preLoad2[j2].src;
	if (document.all) {
		document.images.SlideShow2.filters.blendTrans.Play();
	}
	j2 = j2 + 1;
	if (j2 > (p2 - 1)) j2 = 0;
	{	t2 = setTimeout('runSlideShow2()', slideShowSpeed);	}
}

function goToClientURL2()
{	
	if (j2 == 0)
	{	k2 = p2 - 1
	}
	else
	{	k2 = j2 - 1
	}
	window.open(ClientURL2[k2], "_blank");
}




function runSlideShow3()
{
	
	if (document.all) {
		document.images.SlideShow3.style.filter="blendTrans(duration=2)";
		document.images.SlideShow3.style.filter="blendTrans(duration=crossFadeDuration)";
		document.images.SlideShow3.filters.blendTrans.Apply();
	}
	document.images.SlideShow3.src = preLoad3[j3].src;
	if (document.all) {
		document.images.SlideShow3.filters.blendTrans.Play();
	}
	j3 = j3 + 1;
	if (j3 > (p3 - 1)) j3 = 0;
	{	t3 = setTimeout('runSlideShow3()', slideShowSpeed);	}
}

function goToClientURL3()
{	
	if (j3 == 0)
	{	k3 = p3 - 1
	}
	else
	{	k3 = j3 - 1
	}
	window.open(ClientURL3[k3], "_blank");
}









// 