$(document).ready(function() {
		//for all containers in radDoc
		$('#contentRadDoc .radDocConContentImage').each(function(i){
			$(this).children('img').each(function(j){
				$(this).attr('title','');
				$(this).attr('alt','');
			});
		});
});



