//<[CDATA[


var gotham = {
    src: base_url + '/sifr3/flash/helvetica.swf'
  };
var gothambook = {
    src: base_url + '/sifr3/flash/gothambook.swf'
  };



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


  
 sIFR.replace({
    selector: 'h1'
    ,src: gotham
    ,css: {
      '.sIFR-root': { 'color': '#ffffff', 'background-color': '#013F70'}
    }
	,fitExactly:false
	,wmode: 'transparent'
  });
  
  
  
   sIFR.replace({
    selector: 'h2'
    ,src: gotham
    ,css: {
      '.sIFR-root': { 'color': '#0065B2', 'background-color': '#ffffff'}
    }
	,fitExactly:false
	,wmode: 'transparent'
  });

  sIFR.replace({
    selector: 'h3'
    ,src: gotham
    ,css: {
      '.sIFR-root': { 'color': '#ffffff', 'background-color': '#0065B2'}
    }
	,fitExactly:false
	,wmode: 'transparent'
  });

//]]>
