
var gotham = { 
src: '/gotham.swf'
//,ratios: [7, 0.44, 10, 0.33, 14, 0.24, 19, 0.18, 26, 0.13, 34, 0.1, 43, 0.08, 48, 0.06, 59, 0.05, 76, 0.04, 106, 0.03, 0.02]
};       

sIFR.useStyleCheck = true;
sIFR.transparent  = true;

sIFR.activate(gotham);

sIFR.replace(gotham, {selector: 'h1', css: ['.sIFR-root { background-color: #ffffff; color: #000000;}','a { text-decoration: none; }','a:link { color: #000000; }','a:hover { color: #CCCCCC; }']});
