var neue = { src: 'http://webdev01.redbull.com/flash/sifr/helveticaneueboldcon.swf' };

sIFR.forceTextTransform = true;
sIFR.useDomLoaded = false;
sIFR.repaintOnResize = false;
sIFR.fromLocal = true;
sIFR.domains = ['*'];

sIFR.activate(neue);

sIFR.replace(neue, {
    selector: 'h2.sifr, h4.sifr',
    selectable: false,
    wmode : 'transparent'
});

sIFR.replace(neue, {
    selector: 'h3.sifr span, h3.feedtitle span, #secondary-content #image-information h3 span, #secondary-content #article-information h3 span, #secondary-content #video-information h3 span, #secondary-content #related-content h3 span, #secondary-content #recommended-content h3 span, #comments h3 span, #article h2 span, #video h2 span, #image h2 span, #event-competition h2 span, #event-competition #feed-content h3 span, #event-information h3 span, #homegreybox h2, #pinkbox h2, #comments h3 span, #download-information h3 span',
    css: '.sIFR-root { color: #FFFFFF; text-transform: uppercase }',
    selectable: false,
    wmode : 'transparent',
	
});




