/** @Author Alexander

*/

(function($){
	$.fn.extend({
		blockSbox: function(){
			
			return this.each(function(){
				
				var __e=$(this);
				$(__e).find('img').unwrap('a');
				
			});
		}
	});
})(jQuery);
