arduino web thermostat controlled with android phone

Hi,
Seems to be a nice project....

i am trying to test it but I received a lot of errors...

sketch_oct31a.cpp:24:22: error: EEPROMex.h: No such file or directory
sketch_oct31a.cpp:25:20: error: Avviso.h: No such file or directory
sketch_oct31a.cpp: In function 'void setup()':
sketch_oct31a:141: error: 'EEPROM' was not declared in this scope
sketch_oct31a.cpp: In function 'void loop()':
sketch_oct31a:280: error: 'EEPROM' was not declared in this scope
sketch_oct31a.cpp: In function 'void action(int, EthernetClient)':
sketch_oct31a:422: error: 'EEPROM' was not declared in this scope
sketch_oct31a:459: error: 'EEPROM' was not declared in this scope

Where can I find the above libraries? Please help

Thanks a lot,