Use more than 4 output render targets with openGL?

Seems like OpenGL effects are limited to shader model 3, which only has COLOR0 - COLOR3 output channels. How do I add another render target while keeping openGL?

Thanks!