var dinMedium = { src: 'swf/DIN_medium.swf' };
var dinRegular = { src: 'swf/DIN_regular.swf' };


sIFR.activate(dinMedium, dinRegular);

sIFR.replace(dinMedium, {
  selector: '#rightHome h4',
  css: '.sIFR-root { color:#44a82d; font-size:16px; text-transform:uppercase; }',
  transparent: true
});

sIFR.replace(dinRegular, {
  selector: '#title h2',
  css: '.sIFR-root { color:#FFFFFF; font-size:23px; text-transform:uppercase; }',
  transparent: true
});

sIFR.replace(dinRegular, {
  selector: '#leftContent h3',
  css: '.sIFR-root { color:#000000; font-size:17px; }',
  transparent: true
});



sIFR.replace(dinRegular, {
  selector: '#subNav h3',
  css: '.sIFR-root { color:#FFFFFF; font-size:17px; text-transform:uppercase; }',
  transparent: true
});

sIFR.replace(dinRegular, {
  selector: '#testimonials h3',
  css: '.sIFR-root { color:#000000; font-size:17px; text-transform:uppercase; }',
  transparent: true
});




