//<[CDATA[

  var index1 = {
    src: 'index1.swf'
    ,ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]
  };

  sIFR.activate(index1);
  
  sIFR.replace(index1, {
    selector: 'p.preis'
    ,css: {
      '.sIFR-root': { 'font-size': '22', 'color': '#FFCC00', 'font-weight': 'normal', 'text-align': 'right', 'margin': '10', 'padding': '10' }
    }
    ,filters: {
      DropShadow: {
        knockout: false
        ,distance: 1
        ,color: '#FF0000'
        ,strength:5
      }
    }
     ,wmode: 'transparent'
  });

  sIFR.replace(index1, {
    selector: 'p.preis.sm'
    ,css: {
      '.sIFR-root': { 'font-size': '12', 'color': '#FFCC00', 'font-weight': 'normal', 'text-align': 'right', 'margin': '10', 'padding': '10' }
    }
    ,filters: {
      DropShadow: {
        knockout: false
        ,distance: 1
        ,color: '#FF0000'
        ,strength:5
      }
    }
     ,wmode: 'transparent'
  });


  //]]>
