/*
var biro = {
	src: 'http://sensoria.10thplanet-clients.com/blog/biro.swf'
};
*/
var hel = {
	src: 'http://sensoria.10thplanet-clients.com/blog/hel.swf'
};

sIFR.activate(hel);


sIFR.replace(hel, {
    selector: '.post h2'
    ,css: [
		'.sIFR-root { color: #343434; letter-spacing: -1; leading:-5}',
		'a{text-decoration:none; color:#343434;}',
		'a:hover{color:#51a0ba;}'
	],
	wmode: 'transparent'
	
});

sIFR.replace(hel, {
    selector: '.thinPost h2'
    ,css: [
		'.sIFR-root { color: #343434; letter-spacing: -1; leading:0}',
		'a{text-decoration:none; color:#343434;}',
		'a:hover{color:#343434;}'
	],
	wmode: 'transparent'
	
});

sIFR.replace(hel, {
    selector: '.cat-header, .page-title h2'
    ,css: [
		'.sIFR-root { color: #343434; letter-spacing: -1; leading:0}',
		'a{text-decoration:none; color:#d06198;}',
		'a:hover{color:#51a0ba;}'
	],
	wmode: 'transparent'
	
});

