  var gotham = {
    src: 'http://www.brandengine.com/sifr3/gotham-light.swf'
    ,ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]
  };
  var gothammedium = {
    src: 'http://www.brandengine.com/sifr3/gotham-medium.swf'
    ,ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]
  };
  var gothambook = {
    src: 'http://www.brandengine.com/sifr3/gotham-book.swf'
    ,ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]
  };
  sIFR.delayCSS  = true;
  sIFR.activate(gotham, gothambook, gothammedium);

  sIFR.replace(gothammedium, {
    selector: 'h1.toplink'
    ,wmode: 'transparent'
	,preventWrap: 'true'
	,forceWidth: 'true'
	,fitExactly: 'true'
	,forceSingleLine: 'true'
    ,css: [
      '.sIFR-root { background-color: #F9F6E0; text-transform: uppercase; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #666666; }'
      ,'a:visited { color: #666666; }'
      ,'a:hover { color: #7794b3; }'
      ,'a:active { color: #7794b3; }'
    ]
  });

  sIFR.replace(gothammedium, {
    selector: 'h1.toplink_at'
    ,wmode: 'transparent'
	,preventWrap: 'true'
	,forceWidth: 'true'
	,fitExactly: 'true'
	,forceSingleLine: 'true'
    ,css: [
      '.sIFR-root { background-color: #F9F6E0; text-transform: uppercase; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #7794b3; }'
      ,'a:visited { color: #7794b3; }'
      ,'a:hover { color: #7794b3; }'
      ,'a:active { color: #7794b3; }'
    ]
  });

  sIFR.replace(gothammedium, {
    selector: 'h1.project_title'
    ,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #b2ac97; text-transform: uppercase; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #b2ac97; }'
      ,'a:visited { color: #b2ac97; }'
      ,'a:hover { color: #CCCCCC; }'
      ,'a:active { color: #7794b3; }'
    ]
  });


  sIFR.replace(gotham, {
    selector: 'h1.heading1'
    ,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #b2ac97; leading: 6; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #b2ac97; }'
      ,'a:visited { color: #b2ac97; }'
      ,'a:hover { color: #CCCCCC; }'
      ,'a:active { color: #7794b3; }'
    ]
  });

  sIFR.replace(gotham, {
    selector: 'h2.heading2'
    ,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #b2ac97; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #b2ac97; }'
      ,'a:visited { color: #b2ac97; }'
      ,'a:hover { color: #CCCCCC; }'
      ,'a:active { color: #7794b3; }'
    ]
  });

  sIFR.replace(gotham, {
    selector: 'span.regular_copy'
    ,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #000000; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #b2ac97; }'
      ,'a:visited { color: #b2ac97; }'
      ,'a:hover { color: #CCCCCC; }'
      ,'a:active { color: #7794b3; }'
    ]
  });

