var helvelight = {
	src:'flash/helvelight.swf'
	};
	
var helvelight_h2 = {
	src:'flash/helvelight_h2.swf'
	};
	
var helvelight_h3 = {
	src:'flash/helvelight_h3.swf'
	};

var helvelight_h4 = {
	src:'flash/helvelight_h4.swf'
	};

var helvelight_h5 = {
	src:'flash/helvelight_h5.swf'
	};
	
var helvelight_h6 = {
	src:'flash/helvelight_h6.swf'
	};

sIFR.prefetch(helvelight,helvelight_h2,helvelight_h3,helvelight_h4,helvelight_h5,helvelight_h6);

sIFR.activate();

sIFR.replace(helvelight, {
			 selector: 'h1',
			 css:['.sIFR-root {color: #FFFFFF}'],
			 wmode:'transparent'
			 });

sIFR.replace(helvelight_h2, {
			 selector: 'h2',
			 css:['.sIFR-root {color: #FFFFFF}'],
			 wmode:'transparent'			 
			 });

sIFR.replace(helvelight_h3, {
			 selector: 'h3',
			 css:['.sIFR-root {color: #CC0000; text-align: center}'],
			 wmode:'transparent'			 
			 });

sIFR.replace(helvelight_h4, {
			 selector: 'h4',
			 css:['.sIFR-root {color: #CC0000}'],
			 wmode:'transparent'			 
			 });

sIFR.replace(helvelight_h5, {
			 selector: 'h5',
			 css:['.sIFR-root {color: #FFFFFF}'],
			 wmode:'transparent'			 
			 });

sIFR.replace(helvelight_h6, {
			 selector: 'h6',
			 css:['.sIFR-root {color: #FFFFFF}'],
			 wmode:'transparent'			 
			 });
