$(document).ready( function(){ 
 	$('#slideclients').innerfade({ 
 		animationtype: 'fade', 
 		speed: 1000, 
 		timeout: 7000, 
 		type: 'random', 
 		containerheight: '180px' }); 
 		
 	try{
 		initialize();
 	}catch(e){
 		
 	}
 		
 	try{
	 	$(".lbox").lightBox();
 	}catch(e){
 		
 	}
 		
 });
 
 function showPartnerBox(boxName){
 	var animationTime = 400;
 	$("."+boxName).show(animationTime);
 	$("."+boxName).siblings().not("br").hide(animationTime);
 }
