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

var barmeno_extrabold = {
  src: '/freehouse/templates/siteground-j15-44/sifr/media/barmeno.swf'
  , transparent: true
  , wmode: 'transparent'
};

sIFR.replace(barmeno_extrabold, {
  selector: 'h3'
  ,css: [
    '.sIFR-root { text-align: left; font-size: 25px}'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #000000; }'
    ,'a:hover { color: #e11266; }'
  ]
});

sIFR.replace(barmeno_extrabold, {
  selector: 'h1,h2, .contentheading'
  ,css: [
    '.sIFR-root { text-align: left; font-size: 16px}'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #000000; }'
    ,'a:hover { color: #e11266; }'
  ]
});


sIFR.replace(barmeno_extrabold, {
  selector: '#pillmenu  li'
  ,css: [
    '.sIFR-root { text-align: left; font-size: 16px}'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #000000; }'
    ,'a:hover { color: #e11266; }'
  ]
});




sIFR.replace(barmeno_extrabold, {
  selector: 'h1#marga'
  ,css: [
    '.sIFR-root { text-align: center; font-size: 25px}'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #000000; }'
    ,'a:hover { color: #e11266; }'
  ]
});

var thesans_black = {
  src: 'media/thesans_black.swf'
  , transparent: true
  , wmode: 'transparent'
};

sIFR.replace(thesans_black, {
  selector: 'h1#freewheelers'
  ,css: [
    '.sIFR-root { text-align: center; font-size: 25px}'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #000000; }'
    ,'a:hover { color: #e11266; }'
  ]
});


