$(document).ready(function () {

	// animate home-page slider
	$('.anythingSlider').anythingSlider({
		easing: "easeOutBack",
		startStopped: false,
		delay: 3500,
		animationTime: 600,
		hashTags: true,
		buildNavigation: false,
		pauseOnHover: true,
		startText: "Start",
		stopText: "Stop",
		navigationFormatter: null
	});

	// make textareas resizable
	$('textarea.resizable:not(.processed)').TextAreaResizer();

});