See how the new logo works by hovering your mouse over the trust logo at Comodo's Demo page here.
Here's instructions for installing the logo on a website hosted at Applied Innovations that has a Comodo Instant SSL:
Use the following line if you are displaying your TrustLogo over a STANDARD NON-SECURE page (example: http://)
<script language="JavaScript" src="http://www.trustlogo.com/trustlogo/javascript/trustlogo.js" type="text/javascript"> </script>
Use the following line if you are displaying your TrustLogo over a SECURE page (example: https://)
<script language="JavaScript" src="https://secure.comodo.net/trustlogo/javascript/trustlogo.js" type="text/javascript"> </script>
Upload the following logo to wwwroot and edit the JavaScript below, but enter the URL of your TrustLogo graphic where it says "yourdomain.com".

<!-- TrustLogo Html Builder Code: Shows the logo at URL http://www.yourdomain.com/comodo.gif Logo type is ("SC4") Not Floating //--> <a href="http://www.instantssl.com" id="comodoTL">SSL</a> <script type="text/javascript">TrustLogo("http://www.yourdomain.com/comodo.gif", "SC4", "none");</script>