/**
 * Javascript file for Flash playback control.
 * Functions defined here will be called by the SpeakR Player and
 * offer a way to inform the Webpage about the state of the SpeakR Player. 
 *
 * Visit SpeakR at http://speakr.avatr.net
 */


function playbackStarted() 
{
	// implement your stuff here
	// alert("playbackStarted");	
}

function playbackEnded()
{
	// implement your stuff here	
	// alert("playbackEnded");	
}