var gotham_book = {
  src: '/sifr/gotham-book.swf'
};

sIFR.activate(gotham_book); // From revision 209 and onwards

sIFR.replace(gotham_book, {
	selector: 'h1.sifr, h2'
	,wmode:'transparent'
	,thickness:-150
	,tuneHeight:-6
	,css: [
	   '.sIFR-root { color:#DFE93F; }'
	 ]
	,filters: {
      DropShadow: {
        distance: 2
        ,color: '#000000'
		,blurX:3
		,blurY:3
        ,strength: .3
      }
	}
});

sIFR.replace(gotham_book, {
	selector: 'h5'
	,wmode:'transparent'
	,thickness:-150
	,tuneHeight:-6
	,css: [
	   '.sIFR-root { color:#000000; }'
	 ]
	,filters: {
      DropShadow: {
        distance: 2
        ,color: '#000000'
		,blurX:3
		,blurY:3
        ,strength: .3
      }
	}
});


