Additional Interrupts

Is it possible to multiply the interrupts on the Arduino UNO? Or "spoof" more in code? I just started playing with them today due to feedback from another thread and was curious if I can add more to the uno? Sort of like multiplexing or hardwire other pins as interrupts?

Search for Pin Change interrupt. Any pin can be used as an interrupt pin, with care.