var gotham = {
	src: '/global/swf/gotham.swf'
};

sIFR.activate(gotham);

sIFR.replace(gotham, {
  selector: 'DIV.hardpanel DIV.heading H1.sifr-heading',
  wmode: 'transparent',
  fitExactly: true,
  tuneWidth: '+300',
  css: '.sIFR-root {color: #ffffff; font-size:11px; font-weight:bold; letter-spacing:3;}'
});

sIFR.replace(gotham, {
  selector: 'DIV.home DIV.finder DIV.heading H1.sifr-heading',
  wmode: 'transparent',
  fitExactly: true,
  tuneWidth: '+20',
  css: '.sIFR-root {color: #ffffff; font-size:11px; font-weight:bold; letter-spacing:3;}'
});
sIFR.replace(gotham, {
  selector: 'DIV.home DIV.weekrecipe DIV.heading H1.sifr-heading',
  wmode: 'transparent',
  fitExactly: true,
  tuneWidth: '+20',
  css: '.sIFR-root {color: #ffffff; font-size:11px; font-weight:bold; letter-spacing:3;}'
});
sIFR.replace(gotham, {
  selector: 'DIV.homeaside DIV.lastevent DIV.heading H1.sifr-heading',
  wmode: 'transparent',
  fitExactly: true,
  tuneWidth: '+20',
  css: '.sIFR-root {color: #ffffff; font-size:11px; font-weight:bold; letter-spacing:3;}'
});





