	//<![CDATA[
	
	var isIE = /*@cc_on!@*/false;

	if (isIE) {
	  var elem = document.getElementById("to_be_rewritten");
	  if (elem) {
	    document.write(elem.innerHTML);
	  }
	}
	
	
	
	//]]>