function main()
	Is3D( FALSE );

	AddBackground( "ledalair\\still_news2a" );

	-- Displayable objects
	AddSprite( OLedaNewsCU, 0, 0, 640, 384, "obj_news.dds", VISIBLE );

	-- Hotspot
	AddSprite( HLedaNewsCU, 0, 0, 640, 384, nil, ACTIVE, 0, 0, TOOLS );

	AddEffectTool( ninhydrin, 1, 20 )
	AddEffectTexture( OLedaNewsPrints, 282, 128, 256, 256, "obj_news_prints.dds" );
	AddEffectHotspot( 282, 128, 256, 256 );
end