$(function(){
		if($(".column-content").length != 0){
			$(".column-content").ezColumns({ columns: 2 });
		}
	if($(".column-content").length != 0){
	 $('.slideshow').cycle({fx: 'fade', timeout: 4000,delay:  200,speed:  3000,pause:   0 });
	}
});
