                            //<![CDATA[

                                // Part of a regular expression which matches the end of the domain, so you can exclude subdomains here
                                // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo

                                var cochin = {
                                src: {
                                  '7': strRootDir + 'flash/cochin-7.swf'
                                  ,'8': strRootDir + 'flash/cochin-8.swf'
                                }
                                };

                                // sIFR.prefetch(cochin, rockwell);
                                sIFR.prefetch(cochin);

                                sIFR.compatMode = true;
                                sIFR.activate();

                                sIFR.replace(cochin, {
                                    selector: 'h1'
                                    ,wmode: 'opaque'
                                    ,css: [
                                      '.sIFR-root { text-align: left; color:#D9470B; font-weight: bold; }'
                                      ,'a { text-decoration: none }'
                                      ,'a:link { color: #000000 }'
                                      ,'a:hover { color: #CCCCCC }'
                                    ]
                                    ,verticalSpacing: 20
                                });

                                sIFR.replace(cochin, {
                                    selector: 'h1#productColumn'
                                    ,wmode: 'opaque'
                                    ,css: [
                                      '.sIFR-root { text-align: left; font-weight: bold; }'
                                      ,'a { text-decoration: none }'
                                      ,'a:link { color: #000000 }'
                                      ,'a:hover { color: #CCCCCC }'
                                    ]
                                    ,verticalSpacing: 20
                                });

                                sIFR.replace(cochin, {
                                    selector: 'h3'
                                    ,wmode: 'opaque'
                                    ,css: {
                                      '.sIFR-root': { 'background-color': '#000000', 'color': '#F3A61C' }
                                    }
                                });

                            //]]>