$('#hp-cheerleaders').ready(function() {
	var theSrc = $('#hp-cheerleaders').find('.loop-first img').attr('src').replace('thumb_130_90','large_580_1000');
	$('#hp-cheerleaders').find('.loop-first img').attr('src',theSrc);
});
