// JavaScript Document
var xiao = {
	src: 'flash/xiao.swf'
};
var palatino = {
	src: 'flash/palatino.swf'
};
// sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
sIFR.useStyleCheck = true;
sIFR.activate(xiao);
sIFR.replace(xiao, {
	selector: 'h1'
	,css: [
	'.sIFR-root {color:#075632; font-size: 40px; leading: -15; font-weight: bold;}'
	]
	,wmode: 'transparent'
});
sIFR.activate(palatino);
sIFR.replace(palatino, {
	selector: 'h2'
	,css: [
	'.sIFR-root {color:#51886F; font-size: 17px;}'
	]
	,wmode: 'transparent'
});
sIFR.replace(xiao, {
	selector: 'h3'
	,css: [
	//'.sIFR-root {color:#075632; font-size: 36px; leading: -15; font-weight: bold;}'
	'.sIFR-root {color:#075632; font-size: 36px; leading: -15; font-weight: bold;}'
	]
	,wmode: 'transparent'
});


sIFR.replace(xiao, {
	selector: '#recruitment_wrapper h4, .vacancy_item h4'
	,css: [
	//'.sIFR-root {color:#075632; font-size: 36px; leading: -15; font-weight: bold;}'
	'.sIFR-root {color:#075632; font-size: 28px; leading: -15; font-weight: bold;}'
	]
	,wmode: 'transparent'
});






