/* 
Author: AIRSHP
*/
jQuery.noConflict();

jQuery(document).ready(function($){


	$('.condense').condense({ 
              condensedLength: 700          
            });

	
	
	
}); //end document ready function

