function main()
	Is3D( FALSE );

	AddBackground( "Hospital\\hospital_estab" );

	-- Displayable objects
	AddSprite( Katy, 11, -27, 192, 346, nil, VISIBLE, 5, 6 );
	AddSprite( HHospitalKaty, 11, -27, 192, 346, nil, ACTIVE, 0, 0, HospitalKaty1 );
	AddSprite( HAce,  311, 90, 141, 205, nil, VISIBLE+ACTIVE, 7, 8, HospitalAce1  );
end


