var gothamthin = {
  src: 'http://cloudfront.cachefly.net/dsv2/_scripts/gothamthin.swf'
};

var gothambook = {
  src: 'http://cloudfront.cachefly.net/dsv2/_scripts/gothambook.swf'
};

var gothamblack = {
  src: 'http://cloudfront.cachefly.net/dsv2/_scripts/gothamblack.swf'
};

sIFR.activate(gothamthin, gothambook, gothamblack);

sIFR.replace(gothamthin, {
	selector: 'h5',
    wmode: 'transparent',
    css: [
    '.sIFR-root { font-size: 11px; color:#FFFFFF; text-transform: uppercase; }'
   ]
});

sIFR.replace(gothambook, {
	selector: 'h4',
    wmode: 'transparent',
    css: [
    '.sIFR-root { font-size: 12px; color:#777777; text-transform: uppercase; }'
   ]
});

sIFR.replace(gothamblack, {
	selector: 'h3',
    wmode: 'transparent',
    css: [
    '.sIFR-root { font-size: 14px; letter-spacing: 0.5; color:#FFFFFF; text-transform: uppercase; }'
   ]
});

