
if (!window.untvlivewebcast)
	window.untvlivewebcast = {};

untvlivewebcast.Scene = function() 
{
}

untvlivewebcast.Scene.prototype =
{
    handleLoad: function(control, userContext, rootElement) 
	{
		this.plugIn = control;
 
	}
}
