function readOut3(){
var buf = (document.getElementById("result")).innerHTML;
	 buf=buf.replace(/※/g,"").replace(/「/g,"、").replace(/」/g,"、").replace(/（/g,"、").replace(/）/g,"、").replace(/\(/g,"、").replace(/\)/g,"、").replace(/\^/g,"").replace(/\;/g,"").replace(/：/g,"、").replace(/・/g,"、").replace(/♪/g,"");
	 if(buf != ""){
	text_count = buf.length;
	text_limit = vds.getStringLimit();
	 if(text_count > text_limit){
	 alert("Chosen letters exceed 400 characters");
	 }else{
	 vds.setCast("KeikoJPf");
	 vds.speak(buf);
	switch(vds.getServerError()){
	case -301:
	alert("Sorry. The reproduction number of times per 1st in this site exceeded a quota.");
	break;
	case -501:
	alert("Please reload a page, and push the reproduction button once again.");
	break;
	}
	}
	}
}
