var avenir = {
	src: Workspace.RootUrl+'/swf/fonts/franklingothic.swf'
};

sIFR.debugMode = true;
// sIFR.domains = [''] // Don't check for domains in this demo
sIFR.activate(avenir);

sIFR.replace(avenir, {
	selector: 'H2#slogan'
	,css: [
	'.sIFR-root { background-color: none; font-size: 21px; color:#005393; text-align:right; leading:-6;}'
	,'em {color:#000000; font-style:normal; font-size:120%;}'
	]
	,wmode: 'transparent'

	});
	
