// JavaScript Document
function rewriteContent() {
	var v=document.getElementsByTagName("object");
	for(i=0;i<v.length;i++){
	    if(v[i].className=="AC"){
			var el=v[i];
			el.outerHTML=el.outerHTML
	      }
	}
}

function rewriteContent3danim1() {
	var v=document.getElementsByTagName("span");
	for(i=0;i<v.length;i++){
	    if(v[i].className=="3danim1"){
			var el=v[i];
			el.outerHTML=el.outerHTML
	      }
	}
}

function rewriteContent3danim2() {
	var v=document.getElementsByTagName("span");
	for(i=0;i<v.length;i++){
	    if(v[i].className=="3danim2"){
			var el=v[i];
			el.outerHTML=el.outerHTML
	      }
	}
}

function rewriteContent3danim3() {
	var v=document.getElementsByTagName("span");
	for(i=0;i<v.length;i++){
	    if(v[i].className=="3danim3"){
			var el=v[i];
			el.outerHTML=el.outerHTML
	      }
	}
}

function rewriteContent3danim4() {
	var v=document.getElementsByTagName("span");
	for(i=0;i<v.length;i++){
	    if(v[i].className=="3danim4"){
			var el=v[i];
			el.outerHTML=el.outerHTML
	      }
	}
}

function rewriteContent3danim5() {
	var v=document.getElementsByTagName("span");
	for(i=0;i<v.length;i++){
	    if(v[i].className=="3danim5"){
			var el=v[i];
			el.outerHTML=el.outerHTML
	      }
	}
}