  //<[CDATA[
  
  var din = {
    src: 'swf/din.swf'
    ,ratios: [6,0.66,7,0.57,8,0.49,9,0.95,10,0.74,11,0.78,13,0.81,14,0.89,15,0.9,16,0.92,17,0.9,24,1.04,25,1.07,29,1.02,34,1.05,38,1.08,42,1.09,47,1.11,51,1.12,54,1.07,58,1.09,68,1.1,72,1.11,76,1.12,78,1.13,80,1.12,85,1.13,87,1.14,89,1.13,99,1.14,112,1.15,1.16]
  };
  sIFR.useStyleCheck = true;
    
  sIFR.activate(din);
  
  sIFR.replace(din, {selector: 'h1'
   ,wmode: 'transparent'
    ,css: [
      '.sIFR-root { font-size: 40px; color:#ffffff; letter-spacing: -1;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #68c4e4; }'
      ,'a:hover { color: #0998ba; }'
    ]
    
  });
  
   sIFR.replace(din, {selector: '#topFooter h3'
   ,wmode: 'transparent'
    ,css: [
      '.sIFR-root { font-size: 26px; color:#d29d47; letter-spacing: -1;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #d29d47; }'
      ,'a:hover { color: #ffffff; }'
    ]
    
  });
  
  sIFR.replace(din, {selector: '#topFooter .centered'
   ,wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: center; font-size: 22px; color:#bdbdab; letter-spacing: -1;}'
    ]
    
  });

  
 
  //]]>