function cEventDetail()
{
	// Function that runs when the page loads
	//
	this.onLoad = function()
	{
		//initFlowPlayers( 'a.player' );
	};

	return this;
}
