var _sifr_gotham_book = { 'src': '/i/sifr_gotham_book.swf' };
var _sifr_gotham_medium = { 'src': '/i/sifr_gotham_medium.swf' };
sIFR.prefetch( _sifr_gotham_book );
sIFR.prefetch( _sifr_gotham_medium );
sIFR.activate();
sIFR.replace(
	_sifr_gotham_book,
	{
    	selector: '#home #blurb h2',
		css: {
      		'.sIFR-root': {
      			'background-color': '#f4ede6',
      			'color': '#bd3632',
      			'font-size': '18px'
      			}
			}
		}
	);
sIFR.replace(
	_sifr_gotham_book,
	{
    	selector: '#page h1',
		css: {
      		'.sIFR-root': {
      			'background-color': '#f4ede6',
      			'color': '#bd3632',
      			'font-size': '32px'
      			}
			}
		}
	);
sIFR.replace(
	_sifr_gotham_medium,
	{
    	selector: '#page h2',
		css: {
      		'.sIFR-root': {
      			'background-color': '#f4ede6',
      			'color': '#bd3632',
      			'font-size': '10px',
      			'text-transform': 'uppercase'
      			}
			}
		}
	);
