$(document).ready(function() {
	if(jQuery.browser.msie) {
		var objsrc = $('object.clsheet').attr('data');
		$('object.clsheet').replaceWith("<iframe class='clsheet' frameborder='0'	src='"+objsrc+"'></iframe>");
	}
});
