thanks everyone...
Actually I used the following:
PHP Code:
$template_hook['footer_links'] .='
<![if !IE 6]>
<link type="text/css" rel="stylesheet" media="all" href="http://aquiacreek.com/cometchat/cometchatcss.php" charset="utf-8" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script>jqcc=jQuery.noConflict(true);</script>
<script type="text/javascript" src="http://aquiacreek.com/cometchat/cometchatjs.php" charset="utf-8"></script>
<![endif]>
';
Almotmaiz - thanks though, with your version I can easily evaluate for <= IE6...