// JavaScript Document
$(document).ready(function() {
	jQuery('#productRandomFeature .randomFeatureName a').attr('data-len', '25');
	jQuery('#productRandomFeature .randomFeatureName a').trimTxt();
});


