var arial = {
	src: 'http://www.destinyedinburgh.com/swf/arial.swf'
};

sIFR.activate(arial);

sIFR.replace(arial, {
			 selector: 'h1',
			 css: [ 
				'.sIFR-root { font-size:23px; color: #444444; font-weight:bold; padding-bottom:20px; margin-left:-15px }'
				,'strong { font-weight:bold; color:#000000; }'
				],
			 wmode: 'transparent',
			 tuneHeight: '2',
			 });


