/* file: http://fm.cnbc.com/applications/cnbc.com/resources/files/2016/11/29/img_replace_show_detail_0.js?vn=1480431929*/
$(function(){
	$('div.col1 div.featuredPromo').removeClass('desc_size600_400').addClass('desc_size720_405');
	$('.col1 .featuredPromo img').attr('src',function(k,v){
		return v.replace(/600x400/, '720x405');
	})
	$('div.col1 div.featuredPromo img').attr({'width': 720,'height' : 405});
})
