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