 
  //<[CDATA[
//this is where you tell it which swf to use
  var spSifr = {
    src: '/wp-content/plugins/sifr/swf/sifr/spSifr.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]
  };

	var spSifrB = {
    src: '/wp-content/plugins/sifr/swf/sifr/spSifrB.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]
  };

	var test = {
    src: '/wp-content/plugins/sifr/swf/sifr/cochin.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]
  };
 
  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  // sIFR.useStyleCheck = true;
  sIFR.activate(spSifr);
  sIFR.activate(spSifrB);
  sIFR.activate(test);

 
  //uses the cochin swf for everything with class of .zSifr
  //uses the rockwell swf for everything with class of .zSifr2
  // uses some css commands
  // color and A styling must be in there
  sIFR.replace(spSifr, {
    selector: '.spSifr'
    ,css: {
      '.sIFR-root': {'color': '#336699'}
      ,'a': { 'text-decoration': 'none' }
      ,'a:link': { 'color': '#336699' }
      ,'a:hover': { 'color': '#3399cc' }
    }, wmode: 'transparent'
  });

 sIFR.replace(spSifr, {
    selector: '.spSifrGrey'
    ,css: {
      '.sIFR-root': {'color': '#333333', 'text-transform':'uppercase'}
      ,'a': { 'text-decoration': 'none' }
      ,'a:link': { 'color': '#333333' }
      ,'a:hover': { 'color': '#333333' }
    }, wmode: 'transparent'
  });


	sIFR.replace(spSifrB, {
    selector: '.spSifrB'
    ,css: {
      '.sIFR-root': {'color': '#336699', 'text-transform':'uppercase'}
      ,'a': { 'text-decoration': 'none' }
      ,'a:link': { 'color': '#336699' }
      ,'a:hover': { 'color': '#3399cc' }
    }, wmode: 'transparent'
  });

 sIFR.replace(spSifrB, {
    selector: '.spSifrGreyB'
    ,css: {
      '.sIFR-root': {'color': '#333333', 'text-transform':'uppercase'}
      ,'a': { 'text-decoration': 'none' }
      ,'a:link': { 'color': '#333333' }
      ,'a:hover': { 'color': '#333333' }
    }, wmode: 'transparent'
  });





  ///////////////// some standard examples
 

    
 
  //]]> 