if (window.location.hostname == 'web.admixconnect.nl')
{
	var sifrPath = 'http://web.admixconnect.nl/www.admixconnect.nl/';
}
else
{
	var sifrPath = 'http://www.admixconnect.nl/';
}

var thesans5 = {
	src: sifrPath + 'sifr/thesans5.swf'
	,wmode: 'transparent'
};

var thesans5bold = {
	src: sifrPath + 'sifr/thesans5-bold.swf'
	,wmode: 'transparent'
};

var thesans7bold = {
	src: sifrPath + 'sifr/thesans7-bold.swf'
	,wmode: 'transparent'
};

sIFR.useStyleCheck = true;
sIFR.activate(thesans5);
sIFR.activate(thesans5bold);
sIFR.activate(thesans7bold);
var thesans5 = {
	src: sifrPath + 'sifr/thesans5.swf'
	,wmode: 'transparent'
};

var thesans5bold = {
	src: sifrPath + 'sifr/thesans5-bold.swf'
	,wmode: 'transparent'
};

var thesans7bold = {
	src: sifrPath + 'sifr/thesans7-bold.swf'
	,wmode: 'transparent'
};

sIFR.useStyleCheck = true;
sIFR.activate(thesans5);
sIFR.activate(thesans5bold);
sIFR.activate(thesans7bold);

/*
* Every page has only one H1!
*/

sIFR.replace(thesans5, {
  selector: 'h1',
  css: [
  		'.sIFR-root { background: transparent; color: #666666; }',
  		'.bigger { font-size: 140%; }',
  		'.producth1 { font-size: 160%; leading: -1; }',
  		'.subtitel { font-size: 70%; }',
  		'em { font-style: normal; color: #ff5400; }'
  	   ]
});

/*
* Replacement for all headers in the righter div
*/

sIFR.replace(thesans5, {
  selector: 'h2.rightBlock',
  css: [
  		'.sIFR-root { background: transparent; color: #ffffff; text-transform: uppercase; }',
  		'a { color: #ffffff; text-decoration: none; }',
  		'a:hover { color: #ffffff; text-decoration: none; }'
  	   ]
});

sIFR.replace(thesans5, {
  selector: 'h2.leftBlock',
  css: [
  		'.sIFR-root { background: transparent; color: #ffffff; text-transform: uppercase; }',
  		'a { color: #ffffff; text-decoration: none; }',
  		'a:hover { color: #ffffff; text-decoration: none; }'
  	   ]
});

sIFR.replace(thesans7bold, {
  selector: 'h3.rightBlock',
  css: [
  		'.sIFR-root { background: transparent; color: #ffffff; leading: -6.0; letter-spacing: 1; }',
  		'a { color: #ffffff; text-decoration: none; }',
  		'a:hover { color: #ffffff; text-decoration: none; }'
  	   ]
});

sIFR.replace(thesans5, {
  selector: 'h4.rightBlock',
  css: [
  		'.sIFR-root { background: transparent; color: #ffffff; }',
  		'a { color: #ffffff; text-decoration: none; }',
  		'a:hover { color: #ffffff; text-decoration: none; }'
  	   ]
});

sIFR.replace(thesans5, {
  selector: 'h2',
  css: [
  		'.sIFR-root { background: transparent; color: #666666; }'
  	   ]
});


sIFR.replace(thesans5, {
  selector: 'h3',
  css: [
  		'.sIFR-root { background: transparent; color: #666666; }'
  	   ]
});

sIFR.replace(thesans5, {
  selector: 'h4',
  css: [
  		'.sIFR-root { background: transparent; color: #333333; }'
  	   ]
});