function sifrs(){

var kabel={src:'/swf/kabel.swf'};


sIFR.activate(kabel);

sIFR.replace(
kabel,
{selector:'.project-title',
css:'.sIFR-root { color: #f5c754;}',
wmode:'transparent',
tuneHeight:-5});

sIFR.replace(
kabel,
{selector:' span.blue',
css:'.sIFR-root { color: #00b0d8;}',
wmode:'transparent',
tuneHeight:-5,
forceWidth:true,
fitExactly:true});

sIFR.replace(
kabel,
{selector:'#nav span.active',
css: [
	'.sIFR-root { color: #00b0d8;}',
	'a:hover {color: #00b0d8;}',
	'a {color: #00b0d8;text-decoration: none;}'
	],
wmode:'transparent',
tuneHeight:-5});

sIFR.replace(
kabel,
{selector:'#nav span,span.white',
css: [
	'.sIFR-root { color: #00b0d8;}',
	'a:hover {color:#00b0d8;}',
	'a {color: #FFFFFF;text-decoration: none;}'
	],
wmode:'transparent',
tuneHeight:-5});


sIFR.replace(
kabel,
{selector:'.left-column h2, .right-column h2',
css:'.sIFR-root { color: #00b0d8;}',
wmode:'transparent',
tuneHeight:-5});

sIFR.replace(
kabel,
{selector:'.featured-info h3',
css: [
	'.sIFR-root { cursor: pointer; color: #F5C754;}',
	'a { text-decoration:none;  color: #F5C754;}',
	'a:hover { text-decoration: underline; color: #F5C754; }'
	],
wmode:'transparent',
underline:true});

sIFR.replace(
kabel,
{selector:'h3.kabel',
css:'.sIFR-root { cursor: pointer; color: #f5c754;}',
wmode:'transparent'});

sIFR.replace(
kabel,
{selector:'h5',
css:'.sIFR-root { color: #00b0d8;}',
wmode:'transparent'});

sIFR.replace(
kabel,
{selector:'.work-type',
css:'.sIFR-root { cursor: pointer; color: #FFFFFF;}',
wmode:'transparent'});
}

