var hn = { src: '../flash/sifr.swf' };
sIFR.activate(hn);
Event.observe(document, 'dom:loaded', function () {
	if ($$('body.hproduct, body.help-topic').length == 0)
		sIFR.replace(hn, {
		  selector: 'h1',
		  wmode: 'transparent',
		  css: {'.sIFR-root': {color: '#363636', 'text-transform': 'uppercase'}}
		});
		
	if ($$('body.help-topic').length != 0)
		sIFR.replace(hn, {
		  selector: '.sidebar h1',
		  wmode: 'transparent',
		  css: {'.sIFR-root': {color: '#363636', 'text-transform': 'uppercase'}}
		});
	
	if ($$('body.category').length > 0)
		sIFR.replace(hn, {
		  selector: 'div#featured h2',
		  wmode: 'transparent',
		  css: {'.sIFR-root': {color: '#363636', 'text-transform': 'uppercase'}}
		});	
	sIFR.replace(hn, {
	  selector: 'div.gift-cards h2',
	  css: {'.sIFR-root': {color: '#363636', 'text-transform': 'uppercase'}}
	});
	sIFR.replace(hn, {
	  selector: 'body.category h2',
	  css: {'.sIFR-root': {color: '#363636', 'text-transform': 'uppercase'}}
	});
	
});