

sIFR.forceWidth=true;
var dinx = {
  src: '../../flash/dinx.swf'
};
sIFR.prefetch(dinx);
sIFR.activate();


sIFR.replace(dinx, {
  selector: 'h2'
  ,css: [
      '.sIFR-root {color:#ffffff;font-weight:bold;background-color:#7d7d7d;margin-left:4;display:inline;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #ffffff }'
      ,'a:hover { color: #ffffff }'
    ]
  ,fitExactly:'true'
  ,tuneHeight:-5
  ,tuneWidth:10 
  ,offsetTop:-2
});
sIFR.replace(dinx, {
  selector: 'h1.white'
  ,css: [
      '.sIFR-root {color:#ffffff;font-weight:bold;background-color:#F29200;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #ffffff }'
      ,'a:hover { color: #ffffff }'
    ]
  ,fitExactly:'true'
});
sIFR.replace(dinx, {
  selector: 'h1.black'
  ,css: [
      '.sIFR-root {color:#000000;font-weight:bold;background-color:#F29200;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #000000 }'
      ,'a:hover { color: #000000 }'
    ]
  ,fitExactly:'true'
});
sIFR.replace(dinx, {
  selector: 'h1.subtitle'
  ,css: [
      '.sIFR-root {color:#000000;font-weight:bold;}'
    ]
  ,fitExactly:'true'
});