Deal with IE5 old browsers how?

Deal with IE5 old browsers how?


Hello I have some users that are reporting problems with IE 5 (maybe IE5+) when accessing my page (yes I suggest them to upgrade or get firefox) ... any way..
 
The problem is that when they access the page, they get some error messages from the JQuery script, and after some "ok" they get the actual page, the problem is that when they change the page all errors come back.
 
is there any way to prevent jQuery to be loaded/exectuted if IE5 is detected??
 
I try the <!-- [IF IE 6 ...and the problem got solved for IE, but It also was not runned in other browsers that are not IE
 
NOTE IM NOT ASKING TO SUPPORT JQUERY IN IE5, just disable it!
 
Any suggestions?