$(document).ready(function() {
	if(jQuery.browser.msie) {
		$('div.right_hold').html($('div.right_hold').html());
	}
});
