function do_sifrReplace() {
	
	var sifr_Orator = {
		src: 'http://sidra.freestylemedia.com.au/orator.swf',
		wmode: 'transparent',
	  	forceWidth: 'true',
	  	fitExactly: 'true'

	};
	var sifr_SaxMono = {
	src: 'http://sidra.freestylemedia.com.au/SaxMono.swf',
		wmode: 'transparent',
		forceWidth: 'true',
		fitExactly: 'true',
		fitWrap: 'true'

	};
	
	//sIFR.prefetch(sifr_Orator);
	//sIFR.prefetch(sifr_SaxMono);
	sIFR.activate();
	
	sIFR.replace(sifr_SaxMono, {
		selector: 'h1.title',
		css: '.sIFR-root {font-size: 36px;color:#000000;text-transform: uppercase;',
		wmode: 'transparent'
	});
	/*
	sIFR.replace(sifr_Orator, {
		selector: 'h2.title',
		css: '.sIFR-root {font-size: 15px;color:#000000;text-transform: uppercase;',
		wmode: 'transparent'
	});
	*/
	sIFR.replace(sifr_SaxMono, {
		selector: 'h2.grhead,h2.grhead_stack',
		css: '.sIFR-root {font-size: 26px;line-height:20px;color:#8DCA41;text-transform: uppercase;',
		wmode: 'transparent'
	});
	sIFR.replace(sifr_SaxMono, {
	    selector: 'h2.bluhead,h2.bluhead_stack',
	    css: '.sIFR-root {font-size: 26px;line-height:20px;color:#0078AE;text-transform: uppercase;',
	    wmode: 'transparent'
	});	
	sIFR.replace(sifr_SaxMono, {
	    selector: 'h2.productBlue',
	    css: '.sIFR-root {font-size: 28px;line-height:24px;color:#0078AE;text-transform: uppercase;',
	    wmode: 'transparent'
	});	
	sIFR.replace(sifr_SaxMono, {
		selector: 'h2.orhead,h2.orhead_stack',
		css: '.sIFR-root {font-size: 26px;line-height:20px;color:#E05828;text-transform: uppercase;',
		wmode: 'transparent'
	});
	sIFR.replace(sifr_SaxMono, {
		selector: 'h2.productOrange',
		css: '.sIFR-root {font-size: 28px;line-height:24px;color:#E05828;text-transform: uppercase;',
		wmode: 'transparent'
	});
	sIFR.replace(sifr_SaxMono, {
		selector: 'h3.subhead',
		css: '.sIFR-root {font-size: 120%;color:#000000;text-transform: uppercase;',
		wmode: 'transparent'
	});
	/*sIFR.replace(sifr_SaxMono, {
		selector: 'h2.button',
		css: '.sIFR-root {font-size: 140%;color:#000000;text-transform: uppercase;',
		wmode: 'transparent'
	});*/
	
	sIFR.replace(sifr_SaxMono, {
		selector: 'h2.product',
		css: '.sIFR-root {font-size: 25px;color:#DF5829;text-transform: uppercase;',
		wmode: 'transparent'
	});
}

do_sifrReplace();