var epitough = {
  	src: 'swf/epitough.swf'
};

sIFR.activate(epitough);

sIFR.replace(epitough, {
			 selector: 'h2'
			 ,css: {
				 '.sIFR-root': { 'color': '#444444', 'background-color': '#FFFFFF' }
			 }
			 ,wmode: 'transparent'
			 }
);
sIFR.replace(epitough, {
			 selector: 'h1'
			 ,css: {
				 '.sIFR-root': { 'color': '#FFFFFF', 'background-color': '#000000' }
			 }
			 ,wmode: 'transparent'
			 }
);
