 var m = { src: 'sifr/flash/title.swf' };

  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.useStyleCheck = true;
  sIFR.activate(m);

   sIFR.replace(m, {
      selector: '#main_article h1',
      css: {
      '.sIFR-root' : { 'color': '#ffffff' },'em': { 'color': '#ababab', 'font-style': 'normal'}
      }
     ,paddingBottom: 10
     ,selectable: true
     ,wmode: 'transparent'
   });
  


   sIFR.replace(m, {
      selector: '#photo_of_week h2, #front-col2 h2',
      css: {
      '.sIFR-root' : { 'color': '#ffffff' },'em': { 'color': '#ababab', 'font-style': 'normal', 'font-size' : '14px'}
      }
     ,paddingBottom: 10
     ,selectable: true
     ,wmode: 'transparent'
   });


   sIFR.replace(m, {
      selector: '#kameramag_promo h2',
      css: {
      '.sIFR-root' : { 'color': '#ffffff'}
      }
     ,paddingBottom: 10
     ,selectable: true
     ,wmode: 'transparent'
   });

   sIFR.replace(m, {
      selector: '#forum h2, #competit h2, #actual h2, #pdfnews h2, #banneri h2',
      css: {
      '.sIFR-root' : { 'color': '#ffffff'}
      }
     ,paddingBottom: 10
     ,selectable: true
     ,wmode: 'transparent'
   });

   
   sIFR.replace(m, {
      selector: 'h1',
      css: {
      '.sIFR-root' : { 'color': '#505050' }
   }
     ,paddingBottom: 10
     ,selectable: true
     ,wmode: 'transparent'
   });
   
   
   
   sIFR.replace(m, {
      selector: '#club_right_column h2',
      css: {
      '.sIFR-root' : { 'color': '#ffffff' }
      }
     ,selectable: true
     ,wmode: 'transparent'
   });
   
   
      sIFR.replace(m, {
      selector: 'h2',
      css: {
      '.sIFR-root' : { 'color': '#1E6289' }
      }
     ,selectable: true
     ,wmode: 'transparent'
   });