var
titles = { src: '/wp-content/themes/tis/neo.swf'}

sIFR.activate(titles);

sIFR.replace(titles, { 
	selector: '.wideCol h1',
	css: [
	'.sIFR-root { color: #000000; font-weight: normal; }',
	]
	,wmode: 'transparent'
	,transparent: true	
	,selectable: true
});

sIFR.replace(titles, { 
	selector: '.wideCol h2',
	css: [
	'.sIFR-root { color: #3f8b0b; font-weight: normal; }',
	]
	,wmode: 'transparent'
	,transparent: true	
	,selectable: true
});
