var ci = {
	
	init:function(){
		if(ci.mainSlideShow) ci.mainSlideShow.init(); 		//call main slideShow *if it exists
		if(ci.promo) ci.promo.init(); 						//call promo slideShow *if it exists
	},
	
}

$(document).ready(ci.init);
