var rockwell = {
    src: 'http://www.iloveclients.com/blog/wp-content/themes/backinblackandwhite/titles_h.swf'
    //src: 'http://localhost/iloveclients/wp-content/themes/iloveclients/titles_h.swf'
  };
  
var lista = {
    src: 'http://www.iloveclients.com/blog/wp-content/themes/backinblackandwhite/titles_h.swf'
    //src: 'http://localhost/iloveclients/wp-content/themes/iloveclients/titles_h.swf'
  };  

  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  // sIFR.useStyleCheck = true;
  sIFR.activate(rockwell, lista);

  sIFR.replace(rockwell, {
    selector: '#content h2',
	wmode: 'transparent',
	onRollOver: function(cb) {cb.getFlashElement().parentNode.style.backgroundColor = '#000000';  
	},
	onRollOut: function(cb) { cb.getFlashElement().parentNode.style.backgroundColor = '#ffffff'; 
	},
	css: [
      '.sIFR-root { text-align: left; font-weight: bold; letter-spacing: -1.5; cursor: pointer;}'
      ,'a { color: #000000; text-decoration: none; }'
	  ,'a:link { color: #000000;  cursor:pointer;}'
      ,'a:hover { color: #ffffff;  }'
    ]
});

 sIFR.replace(lista, {
    selector: '#categorie li',
	wmode: 'transparent',
	onRollOver: function(cb) { cb.getFlashElement().parentNode.style.backgroundColor = '#000000'; 
	},
	onRollOut: function(cb) { cb.getFlashElement().parentNode.style.backgroundColor = '#ffffff'; 
	},
	

	css: [
      '.sIFR-root { text-align: right; font-weight: bold; letter-spacing: -1; cursor: pointer;}'
      ,'a { color: #000000; text-decoration: none;}'
      ,'a:link { color: #000000; cursor:pointer;}'
      ,'a:hover { color: #ffffff;  }',
    ]
});


