Channel Wizard

View and Copy Code

Please select, right-click, and copy the code below so you can paste it into your preview page.

1. Paste the following code between the <HEAD> and </HEAD> tags on the page.
<SCRIPT LANGUAGE="JavaScript"> function isMsie4orGreater() { var ua = window.navigator.userAgent ; var msie = ua.indexOf ("MSIE ") ; if (msie > 0){ return(parseInt(ua.substring(msie+5, ua.indexOf(".", msie))) >= 4) && (ua.indexOf("MSIE 4.0b") < 0) ; } else { return false ; } } </SCRIPT>
2. Paste the following code where you'd like to have the Add Active Channel button appear on the page.
Note that the <SRC> tag for the image assumes that the image is in the same directory as the preview page.