var evclub = {

	src: 'http://cdn.sparkart.net/evfanclub/fonts/evclub.swf'

};

sIFR.prefetch(evclub);
sIFR.activate();


/* Replaced Selectors
----------------------------------------------------------------------------- */


/* h3 */

sIFR.replace(evclub, {

	selector: 'div.sifr h3',
	wmode: 'transparent',
	css: ['.sIFR-root { color: #cecccd, text-transform: capitalize }']

});


/* h3 */

sIFR.replace(evclub, {

	selector: 'div.sifr-comments h3',
	wmode: 'transparent',
	css: ['span var { display: none }', '.sIFR-root { color: #cecccd }']

});


/* h3 */

sIFR.replace(evclub, {

	selector: 'div.sifr-member h3 strong',
	wmode: 'transparent',
	css: ['.sIFR-root { color: #cecccd }']

});

