function main()
	Is3D( FALSE );

	AddBackground( "circus\\still_toe_estab" );

	-- Displayable objects
	AddSprite( OCircusToe, 325, 229,  32,  32, "obj_circusToe.dds", VISIBLE );

	-- Hotspot
	AddSprite( HCircusToe, 283, 204, 119, 112, nil, ACTIVE, 0, 0, CircusToe );
end