var gotham = { src: "http://www.anchorintelligence.com/swf/gotham-book.swf" };




sIFR.activate(gotham);


sIFR.replace(gotham, {
     selector: '#header h1.tagline',
     css: ['.sIFR-root { font-size:17px;color:#139fc5; }'],
     wmode: 'transparent',
     selectable: false
});
sIFR.replace(gotham, {
     selector: '#home-title',
     css: ['.sIFR-root { font-size:26px;line-height:28px;color:#000000;text-transform:uppercase;}'],
     wmode: 'transparent',
     selectable: false
});
sIFR.replace(gotham, {
     selector: '.content h2',
     css: ['.sIFR-root { font-size:15px;line-height:17px;color:#000000;text-transform:uppercase;}'],
     wmode: 'transparent',
     tuneHeight: '-5',
     selectable: false
});
sIFR.replace(gotham, {
     selector: '#wrapper #body #content .feature h3',
     css: ['.sIFR-root { font-size:15px;line-height:17px;color:#000000;text-transform:uppercase;}'],
     wmode: 'transparent',
     tuneWidth: '20',
     selectable: false
});
sIFR.replace(gotham, {
     selector: 'h4.recent_news a',
     css: ['.sIFR-root { font-size:11px;line-height:14px;color:#000000;text-transform:uppercase;text-decoration:none;}'],
     wmode: 'transparent',
     tuneHeight: '-8',
     selectable: false
});