var interstate = {
    src: 'fileadmin/templates/swf/solexMedium.swf'
    
};
sIFR.prefetch(interstate);
sIFR.delayCSS  = true;
sIFR.debugMode  = true;
//sIFR.domains = ['*.drummer-models.com'] // Don't check for domains in this demo
sIFR.fromLocal = false;
sIFR.activate(interstate);
sIFR.replace(interstate, {
    selector: 'h2'
        ,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #c9040b; font-weight: normal; leading:-2; font-size: 24; letter-spacing: 0; }'
      ,'a { color: #c9040b; text-decoration: underline; }'
      ,'a:link { color: #c9040b; }'
      ,'a:hover { color: #c9040b; text-decoration: none; }'
    ]
  });
sIFR.replace(interstate, {
    selector: 'h3'
        ,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #c9040b; font-weight: normal; leading:-2; font-size: 18; letter-spacing: 0; }'
      ,'a { color: #c9040b; text-decoration: underline; }'
      ,'a:link { color: #c9040b; }'
      ,'a:hover { color: #c9040b; text-decoration: none; }'
    ]
  });