var din = {
  src: 'http://www.nooutreach.org/wp-content/themes/outreach/js/din.swf'
};

sIFR.activate(din); // From revision 209 and onwards

sIFR.replace(din, {
  selector: 'div.feature-box h2',
  css: [ '.sIFR-root {background-color:#161707;color:#ff0000;font-size:19px;font-style:normal;line-height:22px;text-transform:lowercase;}'],
  wmode: 'opaque',
  fitExactly: true,
  tuneWidth: '4'
});

sIFR.replace(din, {
  selector: 'h1',
  css: [ '.sIFR-root {color:#7a7a26;font-size:36px;font-style:normal;line-height:30px;}'],
  wmode: 'transparent'
});

sIFR.replace(din, {
  selector: 'h3',
  css: [ '.sIFR-root {color: #42133e;font-size:16px;font-style:bold;line-height:17px;text-transform:uppercase;}'],
  wmode: 'transparent'
});

sIFR.replace(din, {
  selector: '.feature-link',
  css: [ '.sIFR-root {color:#000000;font-size:14px;leading:0;line-height:12px;} a {color:#000000;text-decoration: none;} a:link {color:#000000;} a:hover {color:#000000;text-decoration: underline;}'],
  wmode: 'transparent',
  offsetTop: '-4'
});




