
/* - ++resource++resources/atss-rotating-portlet.js - */
// http://www.sability.com/portal_javascripts/++resource++resources/atss-rotating-portlet.js?original=1
jq(document).ready(function(){var maxheight=0;jq('#portlet-success-stories .atss_content').each(
function(){jq(this).width(252);var h=jq(this).height();if(h>=maxheight){maxheight=h}});jq('.atss_batchelements').cycle({timeout:8000,fit:0,sync:1,pause:1,height:maxheight,})});

