Checks whether the client browser is Microsoft Internet Explorer.
Returns TRUE if the client browser is Internet Explorer.
Returns FALSE if the client browser is not Internet Explorer.
Redirects to a different URL if the browser is anything other than Internet Explorer:
<$if not MSIE$>
<a href="<$redirect$>">
<$endif$>