var dinalt = {
  src: '/images/din.swf'
};


sIFR.useDomContentLoaded = false;

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

sIFR.replace(dinalt, {
  selector: '#title h2', wmode: 'transparent', css: [
      '.sIFR-root { color: #6b6b6b; text-transform:uppercase; font-size:18px; font-weight:bold}'
    ]
 ,forceSingleLine:true,preventWrap:true, fitExactly:true, selectable:false
  /*,filters: {
      DropShadow: {
        knockout: false
        ,distance: 0
        ,color: '#737373'
        ,strength: 1
      }
    }*/
});



