var interstate = {
    src: 'project/media/swf/frutigerNextBlCon.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 = true;
sIFR.activate(interstate);
sIFR.replace(interstate, {
    selector: 'h2.sectionHeader'
        ,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #065999; font-weight: normal; leading:0; font-size: 22; letter-spacing: 0; }'
      ,'a { color: #79b51c; text-decoration: underline; }'
      ,'a:link { color: #79b51c; }'
      ,'a:hover { color: #79b51c; text-decoration: none; }'
    ]
  });
sIFR.replace(interstate, {
    selector: '.startItemContainer .startItem h2'
        ,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #065999; font-weight: normal; leading:0; font-size: 16; letter-spacing: 0; }'
      ,'a { color: #79b51c; text-decoration: underline; }'
      ,'a:link { color: #79b51c; }'
      ,'a:hover { color: #79b51c; text-decoration: none; }'
    ]
  });
sIFR.replace(interstate, {
    selector: '.middleContentItem h2'
        ,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #065999; font-weight: normal; leading:0; font-size: 22; letter-spacing: 0; }'
      ,'a { color: #79b51c; text-decoration: underline; }'
      ,'a:link { color: #79b51c; }'
      ,'a:hover { color: #79b51c; text-decoration: none; }'
    ]
  });
sIFR.replace(interstate, {
    selector: '.middleContentItem h3'
        ,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #065999; font-weight: normal; leading:0; font-size: 18; letter-spacing: 0; }'
      ,'a { color: #79b51c; text-decoration: underline; }'
      ,'a:link { color: #79b51c; }'
      ,'a:hover { color: #79b51c; text-decoration: none; }'
    ]
  });