var orator = {
	src: 'orator.swf'
};
sIFR.activate(orator);

sIFR.replace(orator, {
			 selector: '#centrecol_head h4', wmode:'transparent', css: [
				'.sIFR-root {color: #FFFFFF;}','a {text-decoration: none;}','a:link {color: #FFFFFF;}','a:hover {color: #FFFFFF; text-decoration: underline;}']
			 });
sIFR.replace(orator, {
			 selector: '#rightcol_head h2', wmode:'transparent', css: [
				'.sIFR-root {color: #FFFFFF;}']
			 });
