
Ext.onReady(function() {

	if(parent.topFrame.playing == 0)
		parent.topFrame.startPlay();
	
});