
var chopinscript = {
      src: 'http://danielbuckappraisals.com/home/flash/chopinscript.swf'
};
 
sIFR.activate(chopinscript);
 
sIFR.replace(chopinscript, {
	selector: '.header h1',
	css: [
		'.sIFR-root { font-size: 3em;}',
		'a {text-decoration: none; color: #3b3936;}',
		'a:hover {color: #3b3936 }'
	],
	wmode: 'transparent',
	tuneHeight: -5,
	forceWidth: true
});