var sansation = {
  src: '/j/sansation.swf'
};
sIFR.activate(sansation);
sIFR.replace(sansation, {
	 selector: 'h3.purple', 
	 css: ['.sIFR-root{ color: #3c214d}'], 
	 wmode: 'transparent', 
	 forceWidth: 'false', 
	 offsetLeft: 2,
	 filters: {
		DropShadow: {
			knockout: false, distance: 1, color: '#000000', strength: .25
		}
    }

});
sIFR.replace(sansation, {
	 selector: 'h4.purple', 
	 css: ['.sIFR-root{ color: #3c214d}, a{color: #3c214d; text-decoration: none}, a:hover {color: #BF05C7;}'], 
	 wmode: 'transparent', 
	 forceWidth: 'false', 
	 filters: {
		DropShadow: {
			knockout: false, distance: 1, color: '#000000', strength: .25
		}
    }

});
sIFR.replace(sansation, {
	 selector: 'h5.purple', 
	 css: ['.sIFR-root{ color: #3c214d}'], 
	 wmode: 'transparent', 
	 forceWidth: 'false', 
	 filters: {
		DropShadow: {
			knockout: false, distance: 1, color: '#000000', strength: .25
		}
    }

});
sIFR.replace(sansation, {
	 selector: 'h3', 
	 css: ['.sIFR-root{ color: #ffffff;}', 
		   'a{ color: #28286c; text-decoration: none;}',
		   'a:hover {color: #ffffff;}'
		   ], 
	 wmode: 'transparent', 
	 forceWidth: 'false', 
	 filters: {
		DropShadow: {
			knockout: false, distance: 1, color: '#000000', strength: .25
		}
    }

});
sIFR.replace(sansation, {
	 selector: 'h4', 
	 css: ['.sIFR-root{ color: #ffffff}', 
		   'a{ color: #ffffff; text-decoration: none;}',
		   'a:hover {color: #ffffff;}'
		   ], 
	 wmode: 'transparent', 
	 forceWidth: 'false', 
	 offsetLeft: 3,
	 filters: {
		DropShadow: {
			knockout: false, distance: 1, color: '#000000', strength: .25
		}
    }

});