 var georgia = {
    src: 'http://ourlastdaysaschildren.com/images/georgia.swf'
    ,ratios: [8, 1.31, 12, 1.27, 16, 1.21, 17, 1.2, 23, 1.19, 24, 1.16, 25, 1.18, 27, 1.17, 32, 1.16, 33, 1.17, 41, 1.16, 58, 1.15, 64, 1.14, 65, 1.15, 95, 1.14, 96, 1.13, 103, 1.14, 104, 1.13, 110, 1.14, 112, 1.13, 115, 1.14, 120, 1.13, 121, 1.14, 1.13]
  };
var shadow = {
src: 'http://ourlastdaysaschildren.com/images/shadow.swf'
    ,ratios: [8, 1.31, 12, 1.27, 16, 1.21, 17, 1.2, 23, 1.19, 24, 1.16, 25, 1.18, 27, 1.17, 32, 1.16, 33, 1.17, 41, 1.16, 58, 1.15, 64, 1.14, 65, 1.15, 95, 1.14, 96, 1.13, 103, 1.14, 104, 1.13, 110, 1.14, 112, 1.13, 115, 1.14, 120, 1.13, 121, 1.14, 1.13]
  };

  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  sIFR.useStyleCheck = true;
  sIFR.activate(georgia,shadow);

sIFR.replace(shadow, {
    selector: '.castName h1'
    ,css: [
      '.sIFR-root { font-weight: bold; text-transform: uppercase; color: #6191a5; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ], transparent: true
  });

sIFR.replace(shadow, {
    selector: '.castName h2'
    ,css: [
      '.sIFR-root { text-transform: uppercase; color: #ffffff; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ], transparent: true
  });

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

sIFR.replace(georgia, {
    selector: '.homeCrew h2'
    ,css: [
      '.sIFR-root { text-align: right; text-transform: uppercase; color: #ffffff; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ], transparent: true
  });

sIFR.replace(georgia, {
    selector: 'h2'
    ,css: [
      '.sIFR-root { text-transform: uppercase; color: #ffffff; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ], transparent: true
  });
sIFR.replace(georgia, {
    selector: '.aboutText h3'
    ,css: [
      '.sIFR-root { font-size: 16pt; color: #ffffff;  }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff; }'
    ], transparent: true
  })
sIFR.replace(georgia, {
    selector: '.aboutText h4'
    ,css: [
      '.sIFR-root { font-size: 16pt; text-align: right; color: #ffffff;  }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ], transparent: true
  })

 