// JavaScript Document

var arial = {
	src: 'html/swf/arial.swf'
};

sIFR.activate(arial);

sIFR.replace(arial, {
	selector: '#banner'
	,css: [
		'.sIFR-root { background-color: #f0f0f0; color: #666666; font-size: 22; }'
		,'a { color: #666666; text-decoration: none; }'
		,'a:link { color: #666666; }'
		,'a:hover { color: #5da5de; }'
	]
	,fixFocus: true
	,wmode: 'transparent'
});
