window.attachEvent("onbeforeunload",fcRemoveSlideShare);

function fcRemoveSlideShare() {
	var arr = document.all.tags("object");
	if (arr && arr.length) {
		for (var i=arr.length-1; 0<=i; i--) {
			arr[i].removeNode(true);
		}
	}
}
