Conditional Comments to detect IE
<!--[if gte IE 5.5]>
\n<SCRIPT LANGUAGE="Javascript">
\nalert("Congratulations. You are running IE5 or later!");
\n</SCRIPT>
\n<P>Thank you for closing the message box.</P>
\n<![endif]-->
\n<SCRIPT LANGUAGE="Javascript">
\nalert("Congratulations. You are running IE5 or later!");
\n</SCRIPT>
\n<P>Thank you for closing the message box.</P>
\n<![endif]-->
Probably not as usefull now, what with browsers becoming more standards compliant, but still, handy to have in the tool bag.