Cómo verificar si el navegador es Firefox en JavaScript
if ($.browser.mozilla) { ...
Orion
if ($.browser.mozilla) { ...