var boopee = { src: '/wp-content/themes/brownblogfilms/boopee.swf' };
sIFR.useStyleCheck = true;
sIFR.activate(boopee);

sIFR.replace(boopee, {
  selector: 'h2.entry-title',
  css: [
	'.sIFR-root { color: #b90903; text-transform:uppercase; background-color:transparent;}', 
	'a:link { color: #b90903; text-decoration:none;}', 
	'a:hover { color: #b90903; text-decoration:none;}'
	],
  transparent: true,
  selectable: false
});

sIFR.replace(boopee, {
  selector: 'h3.entry-title',
  css: [
	'.sIFR-root { color: #b90903; text-transform:uppercase;}', 
	'a:link { color: #b90903; text-decoration:none;}', 
	'a:hover { color: #b90903; text-decoration:none;}'
	],
  transparent: true,
  selectable: false
});

sIFR.replace(boopee, {
  selector: '#comments-list h3',
  css: [
	'.sIFR-root { color: #b90903; text-transform:uppercase;}', 
	'a:link { color: #b90903; text-decoration:none;}', 
	'a:hover { color: #b90903; text-decoration:none;}'
	],
  transparent: true,
  selectable: false
});

sIFR.replace(boopee, {
  selector: '#respond h3',
  css: [
	'.sIFR-root { color: #b90903; text-transform:uppercase;}', 
	'a:link { color: #b90903; text-decoration:none;}', 
	'a:hover { color: #b90903; text-decoration:none;}'
	],
  transparent: true,
  selectable: false
});

sIFR.replace(boopee, {
  selector: '.sidebar li h3',
  onRelease:function(obj) { 
	activateAccordion(obj.getAncestor());
  },
  css: [
	'.sIFR-root { color: #ebc690; text-transform:uppercase; cursor: pointer;}', 
	'a:link { color: #ebc690; text-decoration:none;}', 
	'a:hover { color: #ebc690; text-decoration:none;}'	
	]  ,
  transparent: true,
  selectable: true,
  filters: {
	DropShadow: {
		knockout: false
		,distance: 1
		,color: '#000000'
		,strength: 3
	}
  }
});

