var arialnarrow = { src: '/design/fonts/arialnarrow.swf' };

sIFR.useStyleCheck = true;
sIFR.activate(arialnarrow);


Event.observe(window, 'load', function(){
									   
	if (document.getElementById("surveytitle")){
		document.getElementById("titlespan").innerHTML = document.getElementById("titlespan").innerHTML+' : '+document.getElementById("surveytitle").innerHTML;
	}

	sIFR.replace(arialnarrow, {
	  selector: 'h2',
	  wmode: 'transparent',
	  css: [
				'.sIFR-root {  color:#FFFFFF; }'
			]
	});
	
	
	sIFR.replace(arialnarrow, {
	  selector: 'h3',
	  wmode: 'transparent',
	  css: [
				'.sIFR-root { color:#000000; }'
			]
	});
});