var harabara = {
  src: '/includes/swf/harabarar.swf'
};

sIFR.activate(harabara);

sIFR.replace(harabara, {
	selector: 'h1'
	,css: [
		'.sIFR-root { text-align: left; font-weight: normal;  color: #7F6B50; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #7F6B50; }'
		,'a:hover { color: #7F6B50; }'
		]
	,wmode:'transparent'
	});

sIFR.replace(harabara, {
	selector: 'span.title'
	,css: [
		'.sIFR-root {font-size: 24px; text-align: right; font-weight: normal; color: #7F6B50;}'
		,'a { text-decoration: none; }'
		,'a:link { color: #7F6B50; }'
		,'a:hover { color: #7F6B50; }'
		]
	,wmode:'transparent'
	});

sIFR.replace(harabara, {
	selector: 'span.subtitle'
	,css: [
		'.sIFR-root {width: 300px; font-size: 16px; text-align: right; font-weight: normal; color: #7F6B50;}'
		,'a { text-decoration: none; }'
		,'a:link { color: #7F6B50; }'
		,'a:hover { color: #A08B6D; }'
		]
	,wmode:'transparent'
	});

sIFR.replace(harabara, {
	selector: '.special'
	,css: [
		'.sIFR-root {font-size: 16px; text-align: right; font-weight: normal; color: #FF0000; cursor:pointer;}'
		,'a { text-decoration: none; color: #FF0000; }'
		,'a:link { color: #FF0000; }'
		,'a:hover { color: #A08B6D; }'
		]
	,wmode:'transparent'
	});

sIFR.replace(harabara, {
	selector: 'span.rosu'
	,css: [
		'.sIFR-root {font-size: 16px; text-align: right; font-weight: normal; color: #FF0000;}'
		,'a { text-decoration: none; color: #FF0000; }'
		,'a:link { color: #FF0000; }'
		,'a:hover { color: #A08B6D; }'
		]
	,wmode:'transparent'
	});