if(navigator.appName == 'Microsoft Internet Explorer') {

var yourtypeface = {
      src: 'dev/flash/din.swf'
};
 
sIFR.activate(yourtypeface);
 
sIFR.replace(yourtypeface, {
      selector: 'h1.h1-testimonial',
	  css: [
      '.sIFR-root { margin: 0; font-size: 28px; font-weight: normal; color:#333333; background: #E7D4B0; text-align: center; }'
      ],
      wmode: 'transparent'
});
/*
sIFR.replace(yourtypeface, {
      selector: 'h1.h1-news',
	  css: [
      '.sIFR-root { margin: 0; font-size: 18px; font-weight: normal; color: #333333; background: #EA8B21; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: 'h1.h1-newsdate',
	  css: [
      '.sIFR-root { margin: 0; font-size: 10px; font-weight: normal; color: #C53700; background: #EA8B21; }'
      ],
      wmode: 'transparent'
});
*/
sIFR.replace(yourtypeface, {
      selector: 'h1.h1-login1',
	  css: [
      '.sIFR-root { margin: 25px 0 0 0; font-size: 55px; color: #E58120; background: #E7D4B0; font-weight: normal; text-align: center; height: 42px; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: 'h1.h1-login2',
	  css: [
      '.sIFR-root { margin: 0; font-size: 50px; color: #333333; background: #E7D4B0; font-weight: normal; text-align: center; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: 'h1.h1-contact',
	  css: [
      '.sIFR-root { margin: 0; font-size: 28px; font-weight: normal; text-align: center; color: #333333; background: #E7D4B0; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: 'h1.h1-clients',
	  css: [
      '.sIFR-root { margin: 0; font-size: 24px; font-weight: normal; text-align: center; color: #333333; background: #E7D4B0; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: 'h1.h1-about1',
	  css: [
      '.sIFR-root { margin: 0; font-size: 105px; font-weight: normal; text-align: center; color: #333333; background: #E7D4B0; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: 'h1.h1-about21',
	  css: [
      '.sIFR-root { margin: 0; font-size: 55px; font-weight: normal; text-align: center; color: #BC5315; background: #E7D4B0; height: 45px; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: 'h1.h1-about22',
	  css: [
      '.sIFR-root { margin: 0; font-size: 51px; font-weight: normal; text-align: center; color: #E58120; background: #E7D4B0; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: 'h1.h1-about31',
	  css: [
      '.sIFR-root { margin: 10px 0 0 0; font-size: 49px; font-weight: normal; text-align: center; color: #D06600; background: #E7D4B0; height: 43px; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: 'h1.h1-about32',
	  css: [
      '.sIFR-root { margin: 0; font-size: 34px; font-weight: normal; text-align: center; color: #333333; background: #E7D4B0; }'
      ],
      wmode: 'transparent'
});

}