(function($) {
	if($.browser.msie){
		$(function(){
			$('.tableCell').wrap('<table><tr><td></td></tr></table>');
		});
	}
})(jQuery);