var Marydale = {
  src: 'flash/sifr.swf'
  ,ratios: [10, 1.32, 16, 1.27, 23, 1.23, 24, 1.21, 25, 1.22, 31, 1.21, 38, 1.2, 42, 1.19, 43, 1.2, 61, 1.19, 66, 1.18, 67, 1.19, 96, 1.18, 97, 1.17, 102, 1.18, 103, 1.17, 108, 1.18, 109, 1.17, 113, 1.18, 115, 1.17, 117, 1.18, 121, 1.17, 122, 1.18, 1.17]
};

sIFR.useDomContentLoaded = true;
sIFR.delayCSS  = true;
sIFR.activate(Marydale);

sIFR.replace(Marydale, {
  selector: 'h1'
  ,wmode: 'transparent'
  ,css: [
    '.sIFR-root {color: #003366; text-decoration: none; }'
    ,'a { color: #003366; text-decoration: none; }'
    ,'a:link { color: #003366; text-decoration: none; }'
    ,'a:hover { color: #003366; text-decoration: none; }'
    ,'a:focus { color: #003366; text-decoration: none; }'    
  ]
});


sIFR.replace(Marydale, {
  selector: 'h2'
  ,wmode: 'transparent'
  ,css: [
    '.sIFR-root {color: #003366; text-decoration: none; }'
    ,'a { color: #003366; text-decoration: none; }'
    ,'a:link { color: #003366; text-decoration: none; }'
    ,'a:hover { color: #003366; text-decoration: none; }'
    ,'a:focus { color: #003366; text-decoration: none; }'  
  ]
});

