if (jQuery.browser.msie) {
	function fixOutOfMemoryError() {
	  __flash_unloadHandler = function() {};
	  __flash_savedUnloadHandler = function() {};
	}
	window.attachEvent("onbeforeunload", fixOutOfMemoryError);
}