var futura = {
	src: '/wp-content/themes/roundup/js/sifr/futura.swf'
};
var impact = {
	src: '/wp-content/themes/roundup/js/sifr/impact.swf'
};
// sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
sIFR.useStyleCheck = true;
sIFR.activate(futura);
sIFR.activate(impact);

sIFR.replace(futura, {
	selector: '.post h2.ttl'
	,css: [
	  '.sIFR-root { color:#351b00; text-align:left;}'
	  ,'a {color:#351b00; text-decoration:none; }'
	  ,'a:hover { color:#bc0c01; text-decoration:none; }'
	], wmode: 'transparent'
});

sIFR.replace(futura, {
	selector: '.pagetitle'
	,css: [
	  '.sIFR-root { color:#351b00; text-align:left;}'
	  ,'a {color:#351b00; text-decoration:none; }'
	  ,'a:hover { color:#bc0c01; text-decoration:none; }'
	], wmode: 'transparent'
});

sIFR.replace(impact, {
	selector: '#dates .when'
	,css: [
	  '.sIFR-root { color:#ffffff; text-align:center; text-transform:uppercase; }'
	  ,'a {color:#ffffff; text-decoration:none; }'
	  ,'a:hover { color:#ffffff; text-decoration:none; }'
	], wmode: 'transparent'
});

/* sIFR makes the accordion not work

sIFR.replace(impact, {
	selector: '.widget h3'
	,css: [
	  '.sIFR-root { color:#351b00; text-align:center; text-transform:uppercase; }'
	  ,'a {color:#351b00; text-decoration:none; }'
	  ,'a:hover { color:#bc0c01; text-decoration:none; }'
	], wmode: 'transparent'
});
 
*/