var gotham = {
    src: 'fileadmin/templates/swf/gotham.swf'
    
};
sIFR.prefetch(gotham);
sIFR.delayCSS  = true;
sIFR.debugMode  = true;
//sIFR.domains = ['*.drummer-models.com'] // Don't check for domains in this demo
//sIFR.fromLocal = true;
sIFR.activate(gotham);
sIFR.replace(gotham, {
    selector: '#mainContent h1'
        ,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #faba00; font-weight: normal; text-transform: uppercase; leading:5; font-size: 20; letter-spacing: 0; }'
      ,'a { color: #faba00; text-decoration: underline; }'
      ,'a:link { color: #faba00; }'
      ,'a:hover { color: #faba00; text-decoration: none; }'
    ]
  });
sIFR.replace(gotham, {
    selector: '#mainContent h2'
        ,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #ffffff; font-weight: normal; text-transform: uppercase; leading:5; font-size: 18; letter-spacing: 0; }'
      ,'a { color: #faba00; text-decoration: underline; }'
      ,'a:link { color: #faba00; }'
      ,'a:hover { color: #faba00; text-decoration: none; }'
    ]
  });
sIFR.replace(gotham, {
    selector: '#mainContent h3'
        ,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #ffffff; font-weight: normal; text-transform: uppercase; leading:5; font-size: 14; letter-spacing: 0; }'
      ,'a { color: #79b51c; text-decoration: underline; }'
      ,'a:link { color: #79b51c; }'
      ,'a:hover { color: #79b51c; text-decoration: none; }'
    ]
  });

