$(function(){
  $('#two-col-text').columnize({columns: 2, lastNeverTallest: true});
  $('#two-col-text1').columnize({columns: 2, lastNeverTallest: true});
  $('#two-col-text2').columnize({columns: 2, lastNeverTallest: true});
  $('#two-col-text3').columnize({columns: 2, lastNeverTallest: true});
  $('#two-col-text4').columnize({columns: 2, lastNeverTallest: true});
  $('#intro_1').addClass("hidden");
  $('#intro_2').addClass("hidden");
  $('#intro_3').addClass("hidden");
  $('#intro_4').addClass("hidden");
});

$(window).load(function() {
  $('#slider').nivoSlider({
		effect:'sliceDown',
		slices:15,
		animSpeed:700,
		pauseTime:6000,
		startSlide:0, //Set starting Slide (0 index)
		directionNav:false, //Next & Prev
		directionNavHide:true, //Only show on hover
		controlNav:true, //1,2,3...
		keyboardNav:true, //Use left & right arrows
		pauseOnHover:false, //Stop animation while hovering
		manualAdvance:false, //Force manual transitions
		captionOpacity:0.8, //Universal caption opacity
		beforeChange: function(){},
		afterChange: function(){},
		slideshowEnd: function(){} //Triggers after all slides have been shown
	});
});
