$(document).ready(function(){
	$(".expand").expandingContent({
		speed     : 'slow'
	});
});
