var gothamBold = {
  src: '/flash/gotham_bold.swf'
};
var gothamCon = {
  src: '/flash/gotham_con.swf'
};

sIFR.activate(gothamBold);
sIFR.activate(gothamCon);
sIFR.replace(gothamCon, {
  selector: 'h1.sifr.orange'
  ,css: [
    '.sIFR-root {leading:-3;"background-color": "#ffffff";}'
	,'a { color: #000000; background-color: #ffffff; text-decoration: none; }'
    ,'a:link { color: #000000; background-color: #ffffff; text-decoration: none ; }'
    ,'a:hover { color: #F98410; background-color: #ffffff; text-decoration: none ; }'
    ,'a:focus { color: #F98410; background-color: #ffffff; text-decoration: none ; }'  
  ]
  ,wmode: 'transparent'
  ,tuneHeight: '-5'
});
sIFR.replace(gothamCon, {
  selector: 'h1.sifr.green'
  ,css: [
    '.sIFR-root {leading:-3;"background-color": "#ffffff";}'
	,'a { color: #000000; background-color: #ffffff; text-decoration: none; }'
    ,'a:link { color: #000000; background-color: #ffffff; text-decoration: none ; }'
    ,'a:hover { color: #A8D618; background-color: #ffffff; text-decoration: none ; }'
    ,'a:focus { color: #A8D618; background-color: #ffffff; text-decoration: none ; }'  
  ]
  ,wmode: 'transparent'
  ,tuneHeight: '-5'
});
sIFR.replace(gothamCon, {
  selector: 'h3.sifr'
  ,css: [
    '.sIFR-root {leading:0; kerning:2px;"background-color": "#ffffff";}',
	,'a { color: #000000; background-color: #ffffff; text-decoration: none; }'
    ,'a:link { color: #000000; background-color: #ffffff; text-decoration: none ; }'
    ,'a:hover { color: #A8D618; background-color: #ffffff; text-decoration: none ; }'
    ,'a:focus { color: #A8D618; background-color: #ffffff; text-decoration: none ; }'   
  ]
   ,wmode: 'transparent'
  ,tuneHeight: '-5'
});
sIFR.replace(gothamCon, {
  selector: 'h5.sifr, h1.sifr.large'
  ,css: [
    '.sIFR-root {leading:-3;color:#000000;"background-color": "#ffffff";}'
	,'a { color: #000000; background-color: #ffffff; text-decoration: none; }'
    ,'a:link { color: #000000; background-color: #ffffff; text-decoration: none ; }'
    ,'a:hover { color: #F98410; background-color: #ffffff; text-decoration: none ; }'
    ,'a:focus { color: #F98410; background-color: #ffffff; text-decoration: none ; }'  
  ]
  ,wmode: 'transparent'
  ,tuneHeight: '-5'
});
