function main()
	Is3D( FALSE );

	AddBackground( "CircusOffice\\still_phone_number_closeup" );

	-- Displayable objects
	AddSprite( OCircusOfficePhoneNumberCU, 132,  35, 256, 256, "obj_phone_number.dds", VISIBLE );

	-- Hotspot
	AddSprite( HCircusOfficePhoneNumberCU, 186,  99, 140, 136, nil, ACTIVE, 0, 0, TOOLS );
	
end