if(typeof werth == 'undefined') { var werth = {}; }

werth.content = {
	
	'productSet': {
		
		'removeBodytextClass': function() {
			$('div#contentContainer div.contentarea_productSet table.contenttable p').removeClass('bodytext');
		}
	}
};
