<!-- 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 Pic4  = new Array();


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



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

Pic[0]	= '/images/logos/avayaLogo.gif'
Pic[1]	= '/images/logos/us-army_logo.gif'
Pic[2]	= '/images/logos/ritz_logo.gif'
Pic[3]	= '/images/logos/hilton.gif'
Pic[4]	= '/images/logos/roadsports.gif'
Pic[5] = '/images/logos/itt.gif'
Pic[6]	= '/images/logos/chopra_logo.gif'
Pic[7]	= '/images/logos/defence-web_logo.gif'
Pic[8]	= '/images/logos/lpc.gif'
Pic[9]	= '/images/logos/edgepark.gif'
Pic[10] = '/images/logos/oceania.gif'
Pic[11] = '/images/logos/JetSelect.gif'
Pic[12] = '/images/logos/tropicana.gif'

// do not edit anything below this line


// 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'


// 1th footer_link logo //



// 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'



// 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'





// 3th footer_link logo//
Pic4[0] = '/images/logos/member-general.jpg'
Pic4[1] = '/images/logos/smxe.jpg'
Pic4[2] = '/images/logos/las-vegas.jpg'
Pic4[3] = '/images/logos/PMP.gif'




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


var preLoad = new Array();
var preLoad1 = new Array();
var preLoad2 = new Array();
var preLoad3= new Array();
var preLoad4= 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];
}
for (i = 0; i < p4; i++) {
	preLoad4[i] = new Image();
	preLoad4[i].src = Pic4[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");
}



function runSlideShow4() 
{
	
	if (document.all) {
		document.images.SlideShow4.style.filter="blendTrans(duration=2)";
		document.images.SlideShow4.style.filter="blendTrans(duration=crossFadeDuration)";
		document.images.SlideShow4.filters.blendTrans.Apply();
	}
	document.images.SlideShow4.src = preLoad4[j4].src;
	if (document.all) {
		document.images.SlideShow4.filters.blendTrans.Play();
	}
	j4 = j4 + 1;
	if (j4 > (p4 - 1)) j4 = 0;
	{	t4 = setTimeout('runSlideShow4()', slideShowSpeed);	}
}

function goToClientURL4()
{	
	if (j4 == 0)
	{	k4 = p4 - 1
	}
	else
	{	k4 = j4 - 1
	}
	window.open(ClientURL4[k4], "_blank");
}



// 