function readTextNew(){
	var strData;
	  if (document.getElementById('mediaplayerworking').style.visibility=="hidden")
	  {
	    document.getElementById('mediaplayerworking').style.visibility="visible"
				strData = document.getElementById('speechData').innerText;
			if (strData != "") {
				if (navigator.appName.indexOf("Netscape")==0){
				document.getElementById('mediaplayerworking').style.display="block"		 
				}
		    else{
				document.getElementById('mediaplayerworking').style.display="block"
				document.Player1.URL = filemp3;
				document.Player1.controls.play();
			}
		}
	  }	
	}
var intInterval;
function readText(){
 
	/*if (document.getElementById('Player1')!= null) {
				window.clearInterval(intInterval);
				if (navigator.appName.indexOf("Netscape")==0){
				document.getElementById('mediaplayerworking').style.display="block"		 
				}
				else{
					var mySplitResult = artName.split("_");
					var path="../podcast/"+filemp3;
					
					filemp3=path;
					document.getElementById('mediaplayerworking').style.display="block"
					document.Player1.URL = filemp3;
					document.Player1.controls.play();
				}
		}
		else
		{
		intInterval= window.setInterval('readText()', 3000);
		}*/
		
	var objData= "<object id=\"player1\" width=\"30\" height=\"18\" data=\"../../../../../../button/musicplayer_f6.swf?song_url=../podcast/"+filemp3+"&b_colors=ff0000,0000ff,00ff00,000000&autoplay=true\" type=\"application/x-shockwave-flash\">"+
	            "<param value=\"../../../../../../button/musicplayer_f6.swf?song_url=../podcast/"+filemp3+"&b_colors=ff0000,0000ff,00ff00,000000&autoplay=true\"  name=\"movie\"/></object>"
		
		document.getElementById('mediaplayerworking').style.display="block";
		document.getElementById('mediaplayerworking').innerHTML = objData;
			
}
function readText_Callback(res) {
}
  
var ArtBody;
function getText2()
{
return ArtBody;
}

function getText1()
{
ArtBody=document.getElementById('speechData').innerText;
return ArtBody;

}
function getText3()
{

var getdata=getText2();
}