// 
//
// (c) 2009 iSpeech Inc.
// No portion of this material can be redistributed 
// without the explicit permission of iSpeech Inc.
//
// 
// Version 1.0
//
function IncludeJavaScript(jsFile)
{
  document.write('<script type="text/javascript" src="'
    + jsFile + '"></scr' + 'ipt>'); 
}
var didiSpeechInit=window.didiSpeechInit || false;

if(didiSpeechInit==false)
{
	didiSpeechInit=true;
	IncludeJavaScript('http://www.ispeech.org/scripts/scripts.php?ver=1.0&src=ter&f=2');
}
if(window.playerCount==null)
{
	var playerCount =  0;
}

playerCount++;
document.write('<div id="ispeech-player-'+ playerCount.toString() +'"></div>');

// news -> Macros -> Top Macro -> OUR SCRIPT
/*
<!-- iSpeech Listen Button -->
<script src="http://www.ispeech.org/scripts/terapad-init.js" type="text/javascript"></script>
<!-- iSpeech Listen Button End -->

*/
